Skip to main content

All Questions

0 votes
0 answers
192 views

Obtain SAML assertion in exchange with OIDC token

We need to authentication SAML application (embedded browser in mobile app without any login prompt). Mobile application is too integrated with same IDP using OIDC protocol What can be the possible ...
92gupta'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
1 answer
471 views

Ping Federate throws error: cvc-complex-type.2.4c: while validating a SAML response

I am sending a SAML response to Ping Federate . If the SAML response contains SAML attributes , then it works correctly , whereas if the SAML response does not contain the SAML attributes , it throws ...
Shubham Singh's user avatar
0 votes
1 answer
192 views

SAML metadata sholud be exchanged manually or programatically

I have started saml implemetation in java using opensaml. I have few questions: I know that before sending saml request to IDP, we need to register idp with sp using metadata. Do we need to manually ...
user8601367'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
202 views

SAML based on ADFS can not work

Background: 1. Originally SAML based on the ADFS works fine, but after the ADFS certificate update, it can't work fine. Since the certificate of the ADFS will be expired, so we update the certificate, ...
garnett's user avatar
2 votes
0 answers
1k views

SP Initiated SSO using SAML and Spring Security

Currently I am working with SP initiated SSO using spring security and SAML. Now,during sign in SP forward authn request to IDP and redirect to IDP's login page for authentication. I have used ...
Vivek Gondliya's user avatar
1 vote
2 answers
2k views

SAML : How to implement SSO (Single sign on ) for an web application

I have searched a lot for a good documentation on how to implement SSO as I am a beginner in this field. But got confused with documentations, available online. Is there any documentation that can ...
VictorGram's user avatar
  • 2,631
1 vote
0 answers
41 views

Profiles in spring-security saml sample

I am stuck in understanding how the authentication request is being passed, in the sample application provided online https://github.com/spring-projects/spring-security-saml As the authentication ...
joga's user avatar
  • 146
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
2 answers
479 views

What is SAML metadata?

I have been trying to implement Shibboleth as IDP and my Java webapp as SP but I am having troubles understanding how metadata works. I know it's a way SP knows about IDP and vice-versa. I also know ...
Sachin Verma's user avatar
  • 3,790
0 votes
2 answers
537 views

Implementing SSO using SAML

This may be a wide question but if you can provide any heads up, I'd appreciate. I need to implement Single Sign on between two web apps(AppX,AppY) on different domains. I am supposed to use SAML so ...
Sachin Verma's user avatar
  • 3,790
2 votes
3 answers
21k views

How to decode SAML Response and get the attribute values sent by Idp in PHP

I am implementing SAML Single Sign-On and using idp initiated method for login request. After login it redirect users on the login url defined on the request with the base64 encoded SAML Response. ...
Irfan.gwb's user avatar
  • 698
1 vote
1 answer
1k views

How to implement SAML logout to ADFS with openSaml?

I created Logout Request using openSaml library and added signature <samlp:LogoutRequest ID="_f576971e-5123-49e4-8152-80653dcdfb1a" IssueInstant="2015-07-23T15:21:42.254Z" Reason="urn:...
Nickolay Tsyb's user avatar

15 30 50 per page