Skip to main content

All Questions

0 votes
0 answers
132 views

Get SP & IDP metadata from database in place of file system

Currently in Spring SAML 2.0, i get metadata from file system but now need to get from database so that no need to create war file again & again . If anybody did the same , please help me on it
Anuj's user avatar
  • 3,089
0 votes
1 answer
314 views

Can I use the same Certificate I use for SSL, to sign my AuthRequests for SAML - Spring Boot SAML SSO

I have SSL on my site, from a CA. The IdP system I'm using will not allow self-signed certs. Can I use the exact same cert I use for SSL to sign my AuthRequests? Or do I need another cert for that? ...
jim jimerson's user avatar
0 votes
0 answers
253 views

Create an XML assertion sso-like with Spring

I'm kinda newbie into the spring world, and I'm trying to run a POC for a SAML SSO assertion-type, I've implemented locally this project https://github.com/vdenotaris/spring-boot-security-saml-sample ...
DJ22T's user avatar
  • 1,640
0 votes
1 answer
2k views

SSO using SAML with Spring Security for REST service

I have a REST service on Spring Boot and now need to add SSO using SAML into it. I'm a new on SAML / Spring Security and trying to understand main pieces which need to add into the my application. My ...
Yuri's user avatar
  • 21
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
0 votes
1 answer
592 views

how to implement sso in my spring application using saml?

I am looking for saml integration with spring application. I have read some of documents but mostly all are based on spring boot application. Can someone help me to integrate saml in spring ...
rsp's user avatar
  • 13
1 vote
1 answer
330 views

User Provisioning in Spring saml 2.0

I have worked on spring saml application. Now i need to user provisioning in my project . Please advice me on that how we achieve USER PROVISIONING SPRING SAML application like Just-in-Time ...
Anuj's user avatar
  • 3,089
1 vote
1 answer
1k views

How to use OIDC with a JSP + Spring MVC based application

We have a bunch of application on which we are using SAML with Keycloak as our identity provider. This set up helps us achieve SSO within our 15 odd application. Almost all these applications are JSP+...
Pulkit Gupta's user avatar
  • 1,019
4 votes
1 answer
6k views

Spring Security no HttpSession currently exists

I'm trying to set a Spring WebApplication in order to connect with an ADFS Server in order to accomplish a Web SSO. The SAML request works fine but when I receive the response from the ADFS I have a ...
HK15's user avatar
  • 797
2 votes
1 answer
1k views

ExpiringUsernameAuthenticationToken and @AuthenticationPrincipal

I have a little problem with an ADFS SSO and Spring Security integration. The SSO Login works fine but when the Authentication Object is stored in session handled by Spring Security is of type ...
HK15's user avatar
  • 797
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
1 vote
1 answer
285 views

Spring saml SSO

I have a portal application developed using spring security and mvc framework. This portal application connects to IDP (Developed using Spring security and spring saml) for authentication. if the user ...
Ed goo's user avatar
  • 35
0 votes
0 answers
481 views

Single Sign On : Get user name pc before authentication on Identity Provider

Well, I am new in security (SSO, SAML, etc). The scenario We have a Web Application , we want to catch user name (for example windows user) before it has been sent to be authenticated with the ...
Ivan YC's user avatar
  • 21
0 votes
2 answers
1k views

Java and SAML - where to start?

We have a custom REST web app (Java based) that uses username/password to login. Call this application 'Admin'. The users of Admin also use a couple of commercial cloud based applications, call these ...
BanditPig's user avatar
5 votes
0 answers
590 views

SSO SAML in Spring - supporting dynamic Multi-Tenant settings

I am new to SAML I currently have a Spring Restful web server application which use spring security with Basic Authentication. Since I have multiple enterprise customers i would like to support SAML ...
Berethor's user avatar
  • 353

15 30 50 per page