Azure SSO doesn't send access token to the specified redirect URI
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.