Hi,

trying to configure SAML with Azure AD.
I have done it successfully with other apps.

this is what I’m getting after using “SAML login” in the login page:
“AADSTS50011: The reply url specified in the request does not match the reply urls configured for the application: 'https://…”

is it possible that Redash doesn’t “know” how to send an https callback request?
I also trying redirecting the HTTP to HTTPS in the nginx env file:
“return 301 https://$server_name$request_uri” with no success.

Redash Version: 7.0.0+b18042

What are your SAML settings in the Redash preferences?

SAML Metadata URL: “https://login.microsoftonline.com/02f22272-3538-4a5f-ae4e-64cd13d9890e/federationmetadata/2007-06/federationmetadata.xml?appid=6c7f9787-c369-45f6-aa02-98c948dfc036

SAML Entity ID:
https://redash.mycorp.com

SAML NameID Format:
“urn:oasis:names:tc:SAML:2.0:nameid-format:transient”