The callback for the API returns a ‘#’ instead of ‘?’
If you’re expecting a response in the query parameter, set response_mode=query
in your authorize request. Note that you cannot use query if you are doing implicit flow.
1 Like
I see. That is super annoying since I like to handle it on the backend as I’ll end up just sending it there using a method like this:How to get Url Hash (#) from server side - Stack Overflow
Thank you for your help!
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.