Questions tagged [component-space]

38 questions
1
vote
3 answers

ComponentSpace SAML - Augment AuthnRequest XML before sign & send

I'm evaluating a SAML library from ComponentSpace vs. hand-rolling. I've read the docs from cover-to-cover. Up to now its proved to save more time than manually writing requests, but my IDP makes use of samlp:Extensions and an additional attribute…
Luke Puplett
  • 42,091
  • 47
  • 181
  • 266
1
vote
2 answers

SAML 2.0 implementation in .NET, which library to use

We are about to implement support for SAML 2.0 in our company and we have been going through a long list of libraries (from Wikipedia) that would allow us to implement such identification for our systems more practically (us being the Service…
GtEx
  • 1,139
  • 1
  • 9
  • 15
1
vote
2 answers

How can I see my SAML assertion when using Component Space

I am using Component Space SAML 2.0 library to send an Single Sign On assertion to a partner site. They claim I am not sending my SAML assertion correctly. The library is high level so there's not much area for me to be messing it up, but I don't…
Mr Wood
  • 619
  • 7
  • 10
0
votes
0 answers

Using 1 SSO provider, person A logs in, then logs out of our app, then person B is logged in as person A since person A's stilled logged into the SSO

I'm using Component Space in a C# API, which interfaces with an angular app. Everything is working beautifully in most circumstances. However, when I log in person A, and then log out of the application (but they remain logged in with the SSO…
rachelcxt
  • 1
  • 1
0
votes
0 answers

User.Identity.Name is empty .Net Core 6.0 SAML SSO

First of all, I know similar questions have been posted here before but hear me out. After all the posted solutions failed for me I am posting this. So the scenario is as follows: I have SAML integration in my ASP.Net Core 6.0 MVC Web Application.…
0
votes
1 answer

Using SAML 2.0 assertion to get access token for Microsoft graph api

We are using a .net mvc application which uses SAML 2.0 SSO login to authenticate user to the application and it's working fine. Now we need an access token on behalf of the authenticated user to access Microsoft graph api ( access to share point ).…
0
votes
1 answer

Authentication and getting attributes using componentspace SAML library with ForgeRock backend in .NET core

I am setting up a proof-of-concept to allow users to login using the componentspace SAML2 library for .net core. The backend is ForgeRock OpenAM 6.5.3 I managed to get my identity after logging in but the User.Identity.IsAuthenticated still is…
0
votes
1 answer

Exposing IdentityServer4 as both IdentityProvider and ServiceProvider using ComponentSpace

I am new to ComponentSpace, any experts in ComponentSpace/IdentityServer4 kindly suggest me on the following requirement. My requirement is to make an IdentityServer4 to be both compatible as an IdentityProvider as well as a ServiceProvider. Is it…
0
votes
0 answers

There is no pending identity provider logout request

I'm using ComponentSpace for SSO which is working fine, but it gives error when I try to SendSLO from the SP, where SLO is initiated by the ADFS server (IdP). The code: bool isRequest = false; string logoutReason = null; …
Sunny Drall
  • 844
  • 9
  • 20
0
votes
0 answers

SAML 2.0 integration with Spring boot application issue

I am trying to integrate a Spring boot based application with and IDp that is using componentSpace lib for SAML. The Spring application (service provider) working fine with other Idp like Octa. But while integrating with component Space it is facing…
0
votes
2 answers

Azure DevOps pipeline missing ComponentSpace licence

When trying to run pipeline build on Azure DevOps,I'm receiving following error: ##[error]The nuget command failed with exit code(1) and error(NU1101: Unable to find package ComponentSpace.Saml2.Licensed. No packages exist with this id in source(s):…
TaZz
  • 652
  • 7
  • 20
0
votes
2 answers

Single Sign-On Service Url For Different Environments

I am setting up my site as an identity provider and I need to give the 3rd party service provider (via an xml metadata file) what the "Single Sign-On Service Url" is to receive SAML authn requests. My issue is that this site has multiple…
Will Laine
  • 61
  • 5
0
votes
1 answer

Load dynamic SAML schemes for IdentityServer4 using ComponentSpace

We have centralized a IdentityServer4 that will act as service provider and there are multiple identity providers like Active Directory, Google, Facebook and also other SAML providers based on each tenant. i.e., one service provider and multiple…
Gopi
  • 5,656
  • 22
  • 80
  • 146
0
votes
2 answers

Identityserver4 with ComponentSpace SAML 2 get custom parameters during request

I am using IdentityServer4 with two external Idp's, one with WSFederation (ADFS) and one with SAML. For the SAML implementation I use the commercial product ComponentSpace SAML 2 for ASP.Net Core. I use the middleware-based config. Logging it with…
tjeuten
  • 649
  • 9
  • 28
0
votes
1 answer

ComponentSpace SAML SSO and Decrypt Assertion without Private Key

We are using low level ComponentSpace SAML 2.0 implementation, when trying to read the encrypted assertions, while passing the x509 certificate file, ComponentSpace can only Decrypt when Private Key is present in the file. In many cases the SAML SSO…
sam360
  • 1,121
  • 3
  • 18
  • 37