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
{{ message }}
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
AADSTS50011: The redirect URI 'http://domain.com/auth/signin-oidc' specified in the request does not match the redirect URIs configured for the application 'xxxxxxxx-c48f-4516-8927-xxxxxxxx'. 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.
I followed this document, but now the redirect url not accept http any more.
universal is behind a ssl proxied nginx, so i can configure https on azure ad redirect uri, but it returned AADSTS50011 redirect URI mismatch
Azure AD force OpenID auth uses HTTPS, it seems universal send http instead caused this error.
Could you help me on this issue, thanks @adamdriscoll
The text was updated successfully, but these errors were encountered:
AADSTS50011: The redirect URI 'http://domain.com/auth/signin-oidc' specified in the request does not match the redirect URIs configured for the application 'xxxxxxxx-c48f-4516-8927-xxxxxxxx'. 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.
I followed this document, but now the redirect url not accept http any more.
universal is behind a ssl proxied nginx, so i can configure https on azure ad redirect uri, but it returned AADSTS50011 redirect URI mismatch
Azure AD force OpenID auth uses HTTPS, it seems universal send http instead caused this error.
Could you help me on this issue, thanks @adamdriscoll
The text was updated successfully, but these errors were encountered: