Azure AD (Entra ID) Connection Resulting Error in AADSTS50011
Last Updated:
Overview
AADSTS50011: The redirect URI '/login/callback' specified in the request does not match the redirect URls configured for the application ...
Applies To
- Azure AD (Entra ID)
- Microsoft
Solution
https://YOUR_DOMAIN/login/callback
Instructions on where this should be configured are found here.To use a custom domain with Azure AD (Entra ID) connections, make sure to update the Allowed Reply URL in the respective Azure AD settings by doing the following:
- Go to Apps registrations and select the desired app.
- Click Settings > Reply URLs.
- Add a URL with the Custom Domain in the format:
https://<YOUR-CUSTOM-DOMAIN>/login/callback
This is explained in detail here.
Related References
- Additionally, here is Microsoft documentation on the AADSTS50011 error for further review.