Error:
Sorry, but we’re having trouble signing you in. AADSTS50011: The redirect URI 'https://app01.domain.com/authentication/login-callback' specified in the request does not match the redirect URIs configured for the application 'xxxxxxxxxx'. Make sure the redirect URI sent in the request matches one added to your application in the Azure portal. Navigate to https://aka.ms/redirectUriMismatchError to learn more about how to fix this. Troubleshooting details If you contact your administrator, send this info to them. Copy info to clipboard Request Id: xxxxxxxxx Correlation Id: xxxxxxxxxxx Timestamp: xxxxxxxxx Message: AADSTS50011: The redirect URI 'https://app01.domain.com/authentication/login-callback' specified in the request does not match the redirect URIs configured for the application 'xxxxxxxxx'. Make sure the redirect URI sent in the request matches one added to your application in the Azure portal. Navigate to https://aka.ms/redirectUriMismatchError to learn more about how to fix this. Flag sign-in errors for review: Enable flagging If you plan on getting help for this problem, enable flagging and try to reproduce the error within 20 minutes. Flagged events make diagnostics available and are raised to admin attention.
Fix:
Go to Microsoft Entra admin center
Home -> App registrations -> <YourBlazorAppClient>
Redirect URIs -> Add…
https://app01.domain.com/authentication/login-callback
Comments