Configure AD APP redirect url with "api://xxxx" but page return AADSTS50011 ERROR.
See original GitHub issueIssue
I follow readme to register app and deploy react app on static web app. The UI works, but when I click sign-in the popup window show the error message:
AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: 'xxxxxxx'.
Why redirect url set with “api://…”, rather than “http://”? Did I miss any step?
Thanks
This issue is for the sample
- [ ] 1-1) Sign-in with Azure AD
- [ ] 1-2) Sign-in with Azure AD B2C
- [ ] 2-1) Acquire a Token and call Microsoft Graph
- [ ] 3-1) Protect and call a web API on Azure AD
- [ ] 3-2) Protect and call a web API on Azure AD B2C
- [ ] 4-1) Deploy to Azure Storage and App Service
- [x] 4-2) Deploy to Azure Static App Service
- [ ] 5-1) Call a web API using App Roles
- [ ] 5-2) Call a web API using Security Groups
- [ ] 6-1) Call Microsoft Graph using on-behalf-of flow
- [ ] 6-2) Call a web API using Proof of Possession tokens
- [ ] 6-3) Call a web API using Conditional Access Auth Context
This issue is for a
- [ ] bug report -> please search issues before submitting
- [ ] question
- [ ] feature request
- [x] documentation issue or request
Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
Library version
Browser and version
Chrome, Edge, Firefox, Safari?
Mention any other details that might be useful
Thanks! We’ll be in touch soon.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@derisen Yes, my website works fine, thanks for your help.
@HYLin0524 Aah, thanks for catching this! I’ll get the configure-the-app-msal-react-spa-to-use-your-app-registration section fixed. Are you able to run your app now?