Implicit flow SSO callback error

Hi guys, I’m experimenting with the implicit flow SSO and i’ve notice a strange thing when the authorization is done and I’m sent back to my webapp.
This is the callback url:

http://localhost:4200/#access_token=S6V6jI...FzlxIKg2&token_type=Bearer&expires_in=1199&state=login

is there a particular reason why the hash character is used here instead of the standard query (?) character?

thank you!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.