Trying to connect Auth0 to Azure AD

I am new to setting Auth0 up and have been trying to setup a connection between Azure and Auth0 to get a sign in system to work. I added the Enterprise connection “Azure Active AD” and i created the Tenant and App on the Azure side.

But now that i have it connected, i have been getting this error.

AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: ‘29e386c6-5963-48e7-858c-490029bb2a91’

I am able to see the failed attempted from the Azure Portal.

I am seeing the same thing. Replying to see if anybody has a reply on how one might troubleshoot what the reply URL disconnect…

Have you added the Redirect URIs in the Azure AD tenant where you created the Auth0 App?
You can take a look by going to App Registration => Click on Auth0 App => Authentication => Redirect URIs

I have added the redirect URI in this format https://{your_tenant_name}.{tenant_region}.auth0.com/login/callback

1 Like

Thanks for sharing that with the rest of community!