EntraID login requests' URL pattern?

I’m setting up an EntraID enterprise connection through auth0.

I’m already familiar with the allow list. However, I’d like to understand if the communication from auth0 servers to the EntraID server(s) have any specific pattern in their requests’ URL?
perhaps something like https://myName.auth0.com/sso/oidc/myNameOrMyConnectionName/loginor similar?

Hi @yoavCy

Thank you for reaching out to us!

Hopefully I’ve correctly identified the following URL as the one that you are looking for, but please let me know if it’s not the case. With an EntraID Integration configured in the Auth0 tenant, when I inspect the transaction during login process, I can see the following Request URI being sent from Auth0 to EntraID :
https://login.microsoftonline.com/Directory_tenant_ID_in_Azure/oauth2/v2.0/authorize?login_hint=&response_type=code&client_id=Azure_Application_ID&redirect_uri=Auth0_tenant

The following documentation to Connect Your App to Microsoft Azure Active Directory showcases the details required to complete the connection, in case these come in handy to you.

Hope this helped!
Gerald

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.