powershell-universal icon indicating copy to clipboard operation
powershell-universal copied to clipboard

Using Azure AD OpenID auth failed with redirect URI mismatch

Open jm0477 opened this issue 3 years ago • 1 comments

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

jm0477 avatar May 29 '22 16:05 jm0477

I am having this same problem behind a kemp ssl offload device.

kacoroski avatar Jul 17 '23 21:07 kacoroski