Using Azure AD OpenID auth failed with redirect URI mismatch
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
I am having this same problem behind a kemp ssl offload device.