Azure SSO doesn't send access token to the specified redirect URI

SushmaGowda 1 Reputation point
2022-06-27T15:12:06.153+00:00

Hi all,

I'm trying to implement MS SSO in my web app, I'm using the MSAL.js v.2.0 library in the front end. Microsoft tries to redirect user to the Redirect URI mentioned in the auth file and Azure portal. The problem is MS just appends '#code=something_here?client_info=JWT_token_here?state=some_state_here' to the redirect URI. Because of the #, the get call just ignores everything after and doesn't consider them as query params. I'm wondering it was was supposed to be a ? instead of #, it if was then I'm sure it should have been reported and fixed by now. It's like I'm stuck here with no where else to go, any help is much appreciated thanks.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,111 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.