Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saved Request not working #85

Open
azyubing opened this issue Oct 14, 2019 · 0 comments
Open

Saved Request not working #85

azyubing opened this issue Oct 14, 2019 · 0 comments

Comments

@azyubing
Copy link

Dear Contributors,

I am trying to implement saved request for SAML2 SSO integration with this wonderful ulisesbocchio lib.

However, I tried to implement following:

  1. RefererRedirectionAuthenticationSuccessHandler
  2. SimpleUrlAuthenticationSuccessHandler
  3. SavedRequestAwareAuthenticationSuccessHandler
  4. 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.

.and() .formLogin() .defaultSuccessUrl("/idpauthenticated",true) .permitAll()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant