skip to content
Alvin Lucillo

Basic SAML configuration as IdP

/ 1 min read

If you’re using Azure EntraID as IdP, you need to populate Identifier (Entity ID) and Reply URL (Assertion Consumer Service URL). The former is the identifier to the application in the service provider/authentication provider that federates request to EntraID. In auth0, that identifier is in this format: urn:auth0:tenant-id:connection-id. The latter is the callback URL that is available in the service provider’s application.