Skip to main content

All Questions

1 vote
1 answer
757 views

Configuring Multiple Identity Providers (IDPs) for SAML Authentication in Spring 5

I've successfully implemented SAML-based Single Sign-On (SSO) using Spring 5 with the guidance provided in the tutorial https://isd-soft.com/tech_blog/diving-sso-spring-saml-ssocircle/. The ...
Abhishek Singh's user avatar
2 votes
0 answers
1k views

SAML 2.0 implementation returns 403 after logged in

I implemented a saml security configuration with okta and it is returning 403 after the user logged in from the okta page when he goes to /saml/sso url. I guess the service does not accept the answer ...
golgetahir's user avatar
2 votes
1 answer
1k views

Tomcat behind Nginx reverse proxy - Recipient endpoint doesn't match with SAML response

Here are the components: Spring MVC web app on tomcat Azure AD IdP Nginx reverse proxy The SSO works without Nginx reverse proxy, hence i suppose the configuration for my app and AzureID is done ...
user1709109's user avatar
3 votes
2 answers
1k views

SAML2 and Form based login in same application with Spring Security

I'm trying to figure out how to support both form-based login for most users and saml2-based (spring security 5.4) login for some users in our application. Users accessing app.exampleapp.com should ...
Goran Ehrsson's user avatar
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
2 votes
1 answer
2k views

SAML 2.0 integration for Angular(SPA) front end and spring Boot backend

I need to integrate angular front end with spring boot backend (REST API's) with SAML 2.0 and my identity provider is keycloak. I have used SAML2-js library to integrate with the front end, now how ...
cric's user avatar
  • 87
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
736 views

Ping Identity SSO error with spring SAML project

I am having trouble figuring out what the problem is! I have following simple configuration: Any help will be appreciated! 2020-02-03 18:25:23.760 DEBUG 10609 --- [nio-5001-exec-8] o.o.s.m.p....
user1306828's user avatar
0 votes
1 answer
2k views

How to call SAML (http-post binding) based REST APIs using Angular?

I have OData REST APIs protected with SAML 2.0(POST binding) and I have Angular 2+ client application. How can I call these REST APIs using Angular application? When I use Angular HTTP client import ...
Kishor Jadhav's user avatar
0 votes
1 answer
3k views

Spring - How to implement Single Sign-On with SAML 2.0

How is SSO with SAML 2.0 typically implemented for a Spring MVC application? My application is required to implement SSO so the users can log in without creating a new account with my application. ...
spaghett1c0de's user avatar
4 votes
1 answer
3k views

Spring SAML: SAMLException: Unsupported request

I am getting Caused by: org.opensaml.common.SAMLException: Unsupported request at org.springframework.security.saml.processor.SAMLProcessorImpl.getBinding(SAMLProcessorImpl.java:265) ~[spring-...
Hutsul's user avatar
  • 1,681
0 votes
1 answer
488 views

Spring SAML Error: javax.net.ssl.SSLPeerUnverifiedException: SSL peer failed hostname validation for name: null

I am getting error: "javax.net.ssl.SSLPeerUnverifiedException: SSL peer failed hostname validation for name: null" while running the java application on my local machine. I have created the key ...
gbhati's user avatar
  • 543
0 votes
2 answers
4k views

Spring SAML sending wrong AuthNRequest

stuck with this problem since long, any help is appreciated. I am implementing Spring SAML SSO authentication for my application. It's actually a huge security configuration file therefore I will ...
Ravi Kumar's user avatar
2 votes
1 answer
5k views

MSIS0037: No signature verification certificate found for issuer

I am trying to integrate saml with java spring boot application. I integerated it with okta, and works fine. But when i change the config to point to actual adfs(not Okta), i get this error on adfs "...
Dilpreet Kohli's user avatar
1 vote
0 answers
349 views

SAML SP implementation with Jre default key store (cacerts)

I have a web application deployed on tomcat. Now I have integrated SAML auth using spring security with it. I am using SP initiated SAML auth. For this, I have created one key store (JSK) which ...
Niraj Chapla's user avatar
  • 2,169

15 30 50 per page