Skip to main content

All Questions

0 votes
1 answer
738 views

SAML - Multiple Service Provider instances connecting to one IdP application

I have an unusual scenario for SSO of a SaaS application. It is a Java/Spring/Spring-SAML webapp. I would like to introduce a 2nd SAML SSO IdP to my WebApp and have one IdP for client accounts, one ...
Thomas's user avatar
  • 1,149
1 vote
2 answers
2k views

Spring Boot SAML using AWS SSO as IdP errors with Bad Input

I want to build a site hosted with Spring Boot and I would like to use AWS SSO as the SAML identity provider for authentication. I have built a PoC application and tried to follow AWS configuration ...
fongie's user avatar
  • 26
0 votes
2 answers
2k views

Java Spring Application - Integration with Azure AD for SSO

I have a Java Spring MVC application (note that its not spring boot). We have a requirement to implement SSO for the users of our application. I did some research, the identity provider (IDP) in our ...
Bee's user avatar
  • 1
2 votes
1 answer
642 views

Does SAML SLO (Single Logout) logout from all SP (Service Provider)?

Our javaspring application (sp) allows SSO integration for the clients. We have planned to introduce SLO (Single Logout) as part of the security audit requirement. I have a doubt, if our application ...
Selvakumar'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
5 votes
1 answer
5k views

How to send current URL as relay state while sending authentication request to IDP

While implementing SAML based authentication for one of our applications, i came across a requirement where we need to restore the user's session after authentication by IdP (Identity Provider). ...
Ankit Rustagi's user avatar
3 votes
1 answer
5k views

Importance of keystore certificate for SAML SSO

I am new to certificates and keystores. What is the importance & working of keystores, and certificates for SAML SSO (in context of Spring boot SAML SSO)? I see .jks, .pem, .cer, .der, etc. in ...
Guru's user avatar
  • 2,797
0 votes
1 answer
235 views

SSO Saml Protocol Binding Without Signature

I just start work with SSO Saml and have some confuses that would like to clear. - If I have to encode AuthnRequest with three mechanisms Deflate encode, Base64 encode, URL encodes. Do I have to use ...
titbk's user avatar
  • 1
0 votes
1 answer
822 views

How to call a Rest from other Authenticated Rest with SAML in Spring

What I have done so far is that: I downloaded Spring boot saml example from here and it is working fine. I added two REST services (Service A and Service B) into source and they are also working fine ...
stackalreadyoverflowed's user avatar
0 votes
1 answer
742 views

Spring saml is looping back to Identity Provider

I have a spring application that I am trying to set up with single sign on through a third party Identity provider. I have this working in test, but when I move it over to prod it is looping. My ...
Mr Man's user avatar
  • 1,538
3 votes
1 answer
7k views

SAML: is it possible to force user to go through login process even when user has an IDP session

In SAML, is it possible to force the user to go through idp's login process everytime even when the user has an active idp session? To make a concrete example here: Let's call my application "SP" I ...
user2628641's user avatar
  • 2,134
1 vote
1 answer
106 views

SP Init SSO using javasaml

I am quite new to this world and learned a lot in last two weeks.Coming to the point, I am drafting a solution for Service Provider Initiated SSO(on the application) supporting multiple Idp's. I am ...
rrunique's user avatar
0 votes
1 answer
772 views

How does/should the communication happen between Service Provider and Actual application in SAML?

I understand that the communication between IDP and SP is well defined in standard. I'm wondering what are the ways to make the custom communication happen between standalone SP and the actual ...
pinkpanther's user avatar
  • 4,788
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

15 30 50 per page