Questions tagged [component-space]
38 questions
0
votes
1 answer
Intermittent SAML Signature validation issue
We have SAML signature validation issue in production. Everything was working fine until this morning. We are getting the following error:
"Failed to validate the SAML assertion signature"
With some digging, we found out that some of the SSO…

Sarwar
- 1
- 1
0
votes
1 answer
CorePHP - SAMLSignOn failed: Failed to convert the base-64 encoded string into XML
I have setup Identity Provider for SAML assertion using corePHP. I am using curl to send assertion request to Service Provider.
My identity provider is on core php using curl.
Service Provider is made using componentspace saml2.0 in asp.net
Here…

Jitender Singla
- 133
- 1
- 12
0
votes
1 answer
Opensaml validate vs ComponentSpace validation
I am using opensaml to sign my SAML and I am also successfully able to validate it using OpenSAML's SignatureValidator.
SignatureValidator signValidator = new SignatureValidator( publicCredential );
signValidator.validate( signature );
The IdP…

james2611nov
- 473
- 2
- 10
- 27
0
votes
2 answers
Raw markup displayed in Chrome instead of SSO redirect - IdentityProvider.SendSAMLResponseByHTTPPost
We are using ComponentSpace.SAML2.Profiles.SSOBrowser.IdentityProvider and calling SendSAMLResponseByHTTPPost to perform SSO and redirect a user to another URL.
This is working fine on IE and Firefox, but on Chrome the following is displayed in the…

Aligma
- 562
- 5
- 29
0
votes
1 answer
Can't figure out why SAMLMessageSignature.Verify is returning false
I have setup Shibboleth as an IdP, using its default credentials (the certificates bundled with the installer). I think it is using the idp-signing.crt certificate to sign SAML responses. Using the LowLevelAPI ShibbolethSP example project, I have…

Jez
- 27,951
- 32
- 136
- 233
0
votes
1 answer
TFIM with ComponentSpace library?
I am trying to user Tivoli Federated Identity Manager 6.2 as identity provider and an application that have SAML 2.0 support using ComponentSpace library.
Will that application be able to support TFIM or not? And if it's supported then can anyone…

Ankit Verma
- 63
- 1
- 10
0
votes
1 answer
Encrypt Saml Assertion with public Certificate
I am trying to encrypt a Saml assertion with the public certificate provided by the vendor can someone provide the correct way of encryption. What encryption method is used for encrypting XML. Any suggestion will be really helpful.

decoder
- 15
- 5
0
votes
0 answers
SAML Tableau server configuration with Componentspace
I am trying to configure tableau server as SP using componentsapce SAML.
IDP is my mvc web application and SP as tableau server.
I have created metadata using the sample code they are providing. But it ends up wit this error
' HTTP Status 500 -…

Anish Karunakaran
- 987
- 3
- 17
- 39