Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not able to login into account Auth token not generated by hotmail account #1

Open
syscompravinkumar opened this issue Nov 6, 2017 · 1 comment

Comments

@syscompravinkumar
Copy link

login screen is open but login is not successful error is "We're unable to complete your request"

@randeeb
Copy link

randeeb commented Dec 7, 2017

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.

There's a useful walkthrough here: https://medium.com/seed-digital/using-microsoft-azure-identity-with-firebase-in-a-react-native-app-c9eef0fd0af8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants