Questions tagged [component-space]
38 questions
4
votes
3 answers
SAML Signature verification failed
Our IdP is a Salesforce.com org. The SP is a third party .Net application. During development, the 3rd party reported that they're unable to validate the SAML response sent.
We decided to try validating on our end using ComponentSpace to validate…

LVS
- 555
- 3
- 9
- 22
3
votes
3 answers
What is the correct format for SAML 2.0 Assertions?
We have a customer trying to use ADFS to SSO on to our web application. We are using the ComponentSpace SAML 2.0 library. The assertion being sent to us looks like:

Brad Patton
- 4,007
- 4
- 34
- 44
2
votes
1 answer
ComponentSpace SAML
Only for ComponentSpace users!
I need to add provider configurations from database after startup.
There is no useful documentation on this topic. Here are few suggestions I found and tried with no success.
Has anyone successfully added identity…

profimedica
- 2,716
- 31
- 41
2
votes
1 answer
SAML2: Does the Service Provider or Identity Provider create the X.509 certificate?
I created a SAML2 Identity Provider using ComponentSpace's .net library.
We have a 3rd party app that will act as the Service Provider.
I know that X.509 certificates are used, but who creates the certificates? The Identity Provider, the Service…

John-Luke Laue
- 3,736
- 3
- 32
- 60
2
votes
1 answer
Deflate & Base64 encode posted file
I've created sample solution that post encrypted SAML file to IDP using Component Space library. The request posted successfully. However, I didn't get expected response. I communicated with the IDP who told me that The request should come across…

Di Kamal
- 173
- 13
2
votes
1 answer
Creating SAML 2.0 Response with C# and .NET 4.5 in IDP Initiated web SSO
I am doing web sso integration (IDP initiated flow) for our web app(a CRM portal) in which users log in with AD credentials and accesses resources on a Service Provider(SP) by passing in our customer details.Our server is on windows 2012 R2(ADFS…

dotnetdev_2009
- 722
- 1
- 11
- 28
2
votes
1 answer
ComponentSpace SAML2.0 Library: Invalid algorithm specified. (Certificate algorithm: RSASHA256)
I have setup IDP using componentspace SAML2.0
Service provider is also on componentspace SAML2.0
Certificate Algorithm: RSASHA256
We do not have service provider certificate details as we are sending SAMLResponse without…

Divya
- 41
- 3
2
votes
1 answer
Web API redirect not working
I'm trying to implement a project using SAML and SP-initiated SSO. My project is using MS Web API.
The following is the code in my controller which initiates the SAML handshake using CompenentSpace as the SAML Library:
public IHttpActionResult…

kickinchicken
- 1,281
- 4
- 18
- 40
1
vote
0 answers
Component space trace is not working while Splitting serilog file in asp.net core
Due to some technical reasons we have separated logs and errors files into two individual files using serilog . In this case , logs and errors from component space trace alone is not getting logged
"Serilog": {
"MinimumLevel": {
…

Dah Sra
- 4,107
- 3
- 30
- 69
1
vote
1 answer
Sync ADFS Claims without relogin
I'm using ComponentSpace for ADFS SSO and it works perfectly fine to Sync users on login, but is there a way to Sync user properties/roles in background, i.e. user shouldn't have to relogin for Updated Claims to Sync with the Service Provider.…

Sunny Drall
- 844
- 9
- 20
1
vote
1 answer
Adding External packages other than Nuget on Azure DevOps pipeline
I am getting this error -- > No packages exist with this id in source(s): NuGetOrg
I am trying to add an External package which is not available in Nuget.org. We are getting this error on the Azure CI/CD pipeline.
How can I add custom packages on…

Gaurang
- 13
- 2
1
vote
1 answer
How to add SAML2 service provider with SingleLogoutService URL to jumpcloud?
I am working on a Asp.Net MVC Web applications. We have requirement to implemented SSO and SLO. My applications (at least 2 applications) are acting as service provider (SP) and I am using Jumpcloud as Identity Provider (IdP). I want to add…

Mahesh
- 402
- 2
- 5
- 16
1
vote
0 answers
Using ComponentSpace SAML to sign and post request
I am using component space libraries to create SAML request and sign it then post it to URL, However request is not posting successfully because i need to use RSA algorithm key but so far i found that it is not available in SamlKeyAlgorithm also i…

Di Kamal
- 173
- 13
1
vote
0 answers
How do I use the ComponentSpace library to programmatically update cached X509 certificate files when I update SAMLController.Configurations
Good day All,
I am using ComponentSpace as a Service Provider to establish SAML2 Single Sign On to my for my clients. The clients use their own identity providers to authenticate and gain access to my MVC5 web application. The issue I am having is…

Sheldon Jones
- 11
- 2
1
vote
1 answer
IdP Proxy - SLO SP initiated
I'm trying to construct an IdP-Proxy based on component-space SAML solution.
Till now i was able to handle single sign on in the following manner:
Add a SingleSignOnService method that's receiving the AUTHN requrest from the SP and initiates a…

Razvan Dumitru
- 11,815
- 5
- 34
- 54