You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When setting the preserveRequestedRoute to 'true', responseType to 'code', and using the Angular Router HashLocationStrategy, the browser is not redirected to the original route after successfully login in and returning from the issuer.
Expected behavior
I expect to be redirected to the original route after successfully loging in.
Additional context
When switching to PathLocationStrategy, the redirection takes place as expected.
The text was updated successfully, but these errors were encountered:
Describe the bug
When setting the preserveRequestedRoute to 'true', responseType to 'code', and using the Angular Router HashLocationStrategy, the browser is not redirected to the original route after successfully login in and returning from the issuer.
Expected behavior
I expect to be redirected to the original route after successfully loging in.
Additional context
When switching to PathLocationStrategy, the redirection takes place as expected.
The text was updated successfully, but these errors were encountered: