Skip to main content

All Questions

-1 votes
1 answer
339 views

Spring security SAML : Which lib to create an Identity provider to connect to service provider

I want to create an identityprovider to authenticate to an sso server using Spring security saml2. Can I create an ID using the 'org.springframework.security:spring-security-saml2-service-provider' ...
user22993862's user avatar
0 votes
1 answer
135 views

How to retrieve saml2 (SSO) Azure AD with AuthnRequest request in a backend application?

I have a web application that can already retrieve the saml2 via a business application (SSO) in Azure AD with AuthnRequest, from what I understand, when I make the request to retrieve the saml2 it ...
Bruno Enes's user avatar
0 votes
1 answer
124 views

Need to configure generic SAML 2.0 with springboot

I have created spring boot application and added SAML but I have to configure generic SAML in spring boot after running my application. Is there any way to add configuration for SSO after running ...
bhargav panchani's user avatar
0 votes
1 answer
591 views

How can I login into web application with SAML using system credentials in java

once I click on URL of web application it needs to authenticate using my system credential and login into the web app. Trying to achieve it in spring boot using SAML.
vinod's user avatar
  • 15
0 votes
0 answers
612 views

Implement Okta Single Sign-On (SAML) authentication

I want to implement SAML 2.0 based OKTA SSO authentication for my application and after successfully authenticate from OKTA SSO it will return first-name, last-name and email from OKTA I search over ...
Ankit Dabhi's user avatar
1 vote
1 answer
390 views

ADFS saml response have encrypt with two algorithm how to process it?

Here is my SAML response: <samlp:Response ID="_f81c3493-8dc7-4f3e-a5c7-9a3681d1bd3e" Version="2.0" IssueInstant="2021-09-02T13:13:42.285Z" Destination="https://...
Kadhiresh Gajendiran's user avatar
2 votes
0 answers
305 views

How to use SAML token attributes value inside my JAAS custom login module in Websphere 8.5.5

I am using a custom JAAS login module for achieve the idAssertion. I have already a valid TAI configured which will get the SAML response back with token data or attributes value. I need to use the ...
Kousik Patra's user avatar
0 votes
0 answers
166 views

Get the SAML Assertion from Identity Provider for other Service Provider

My front-end application "App1", acts as a SAML Service Provider (SP). ADFS is my Identity Provider (IdP). App1 internally uses a "backend connection" to third party system say &...
Bhushan Karmarkar'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
1 answer
232 views

Spring SAML - Need two SAML Session and use second session for the approval workflow and not conflict with existing logged in user

We're implementing SAML2.0 using Apache Tomcat/SAML Security Extension and Okta as IdP. User A logins with the application and spring security context setting the login id as "User A" and ...
Selvakumar's user avatar
3 votes
1 answer
3k views

Getting https://localhost/myapp/saml/sso redirection throws 404 error - Spring MVC/Okta

I am trying to create SP initiated SSO on Spring MVC application with Okta idp. I am getting 404 after the redirection from idp with failed authentication with the below error message when i am doing ...
Selvakumar's user avatar
0 votes
1 answer
86 views

Is it possible to have dp iniated SSO and sp Initated SSO can co exist in spring saml web app?

I am having a spring SAML application where user will be initiated from the idp at the first time login and during manager override screen, sp will initiate the sso request for the manager to idp. ...
Selvakumar'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
0 answers
780 views

IdP server over spring boot SSO

I'm trying to implement my own IdP on Spring boot. I followed the documentation of Spring security SAML to give me a clear idea but there are no good examples of this. The only part I found is You ...
Rafael's user avatar
  • 104
1 vote
2 answers
1k views

What is the significance of ?wa=wsignoutcleanup1.0 in the SSO sp initiated flow

I am Using SAML 2.0 in the SSO SP initiated flow. I have configured logout url as "https://{DNS_name}/adfs/ls/" and i am getting the below error. Error:- System.Xml.XmlException: MSIS0006: A ...
ashish gupta's user avatar

15 30 50 per page
1
2 3 4 5