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
I was getting the same. I fixed it by updating the callback URI in my app registration to match the redirect_uri being sent to login.microsoftonline.com: https://localhost:3000/login.
After that I got an error about the token format, which I resolved by setting client_secret (yikes) in the config that's passed to the AzureInstance ctor.
login screen is open but login is not successful error is "We're unable to complete your request"
The text was updated successfully, but these errors were encountered: