IdentityModel / oidc-client-js

OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
Apache License 2.0
2.43k stars 842 forks source link

Redirect the user back after a signout followed by a signin? #1361

Closed MorisR closed 3 years ago

MorisR commented 3 years ago

I want to redirect the user back to the origin/referrer/from route after a "signout" followed by a "signin".

any suggestions?

MorisR commented 3 years ago

Anyhow, resolved it with a workaround using session storage :/