Skip to main content

All Questions

0 votes
1 answer
94 views

Do line breaks or spaces affect saml assertion validation?

I am developing an idp server. I am working on a project that interprets samlrequest from sp, creates samlresponse and sends it to sp. The response itself has been completed, but I am constantly ...
user23549780's user avatar
0 votes
1 answer
871 views

Generate SAML request using Spring boot

I am working on an SSO integration that is SP initiated. I have started with an API that will generate an SAML request and convert it into an URL that the frontend will redirect. Following is the code ...
Shubham Birari's user avatar
0 votes
0 answers
172 views

Azure AD Single sign on with OpenSAML2 API

We are using OpenSAML2 API in our Service Provider. We need to integrate with Azure AD single sign-on (Identity Provider). Please guide us, how can we integrate this. Thanks
Mahipal Choudhary's user avatar
0 votes
3 answers
2k views

is there any way to query if user is exist or not in SAML based identity provider?

I want to just check if user is exist or not in Active Directory or LDAP connected to SAML Identity provider without performing full SSO through the browser. does SAML IDP provide any API for user ...
MukulChakane's user avatar
1 vote
1 answer
343 views

How to set Java app to act as an Identity Provider

I have one java app in which the user logs in. In one functionality of the app, when the user clicks on one button , it will redirect to client website where user has to login in that website. If i ...
user avatar
0 votes
0 answers
857 views

Error Decrypting SAML Assertion with OpenSAM:

I have an application integrating with another using SAML. I am using OpenSAML2, and sent the IDP our metadata so they can encrypt their data. We got a response, and I'm able to decode it, and it ...
Luiz Gustavo Mendes's user avatar
1 vote
2 answers
1k views

Set Session index in SAML LogoutRequest instance

I am trying to create single logout request using opensaml library through LogoutRequest class. There is no method to set Session index in request object. How do I construct LogoutRequest ? Code ...
user2846382's user avatar
5 votes
2 answers
17k views

SAMLException: Response has invalid status code status message is null

Im trying to implement spring-securtiy-saml integration as a SP with an adfs system, and im bumping my head for some days now with this exception happening when SAMLResponnse is sent back from the ...
Omri Shneor's user avatar
0 votes
1 answer
2k views

Creating credential object from IDP Metadata with OpenSAML v3

I am trying to validate the SAML response I get back from SSO Sircle (IDP). In order to do that, I am using the IDP metadata provided by SSO circle (https://idp.ssocircle.com/idp-meta.xml) in order to ...
user1845360's user avatar
0 votes
1 answer
630 views

How to build a Spring MVC based application to connect with any service provider to do the SSO

We want to build one spring MVC based application which will support below use case: User access the application URL to login into application. Once the valid credentials are entered to login into ...
user3899094's user avatar
2 votes
2 answers
12k views

SAML For Java Application Running on Tomcat

I have a Java Application running on tomcat server. I am storing the user information in mysql table and for authentication using Java Rest service. Now when I land on customer.myapp.com I want to ...
Jerry's user avatar
  • 997
1 vote
1 answer
197 views

Integrate Liferay with CAS and SAML

We have a requirement where user needs to login to portal with CAS (but SAML way). User can also login via login portlet of liferay. We have few apps hosted on Intranet and few on Extranet. When user ...
suyash's user avatar
  • 1,294
1 vote
1 answer
3k views

OpenSaml read metadata

I'm tring to read the metadata from an Idp using Open Saml 2. When i try to unmarshall the metadata openSaml show only this getter for attributes getUnknownAtrributes(). Looks like i am missing some ...
Yuri Blanc's user avatar
4 votes
2 answers
9k views

OpenSaml AuthnRequest signature

I'm building a SAML 2.0 AuthNRequest. I managed to add signature informations using OpenSaml but i can't find a way to add <ds:SignatureValue/> and <ds:DigestValue/> VALUES using the ...
Yuri Blanc's user avatar
0 votes
3 answers
155 views

SAML 2.0 Unable to see X509Certificate value in SAML assertion

I have Jks and *.cer files loded in saml configurations correctly but generated saml assertion unable to locate certificate tags like , , inside signature...what could be the reason I have Keyinfo ...
Sushil Patil's user avatar

15 30 50 per page