I am trying to implement saved request for SAML2 SSO integration with this wonderful ulisesbocchio lib.
However, I tried to implement following:
RefererRedirectionAuthenticationSuccessHandler
SimpleUrlAuthenticationSuccessHandler
SavedRequestAwareAuthenticationSuccessHandler
defaultSuccessUrl
None of them are working. I think they are supporting spring security solutions for saved request scenario instead of SAML2 SSO. My solution is SP initialed SSO and want to get the origin request redirect back by the IDP.
Dear Contributors,
I am trying to implement saved request for SAML2 SSO integration with this wonderful ulisesbocchio lib.
However, I tried to implement following:
None of them are working. I think they are supporting spring security solutions for saved request scenario instead of SAML2 SSO. My solution is SP initialed SSO and want to get the origin request redirect back by the IDP.
.and() .formLogin() .defaultSuccessUrl("/idpauthenticated",true) .permitAll()