Common settings
These are the settings used to configure a (IdP).If you have configured a Custom Domain, you must use your custom domain CNAME in place of the Auth0 domain. To learn more, read Configure Features to Use Custom Domains.
Post-back URL
When using IdP-Initiated , make sure to include the connection parameter in the post-back URL: If you are using the Organizations feature, you can optionally include an organization parameter containing the organization ID of the desired organization:In order for users to successfully log-in using this method, the connection must be enabled for the Organization. Additionally, you must either configure auto-membership for the enabled connection or ensure users have membership for the Organization.
Entity ID
The ID of the service provider is:connection.options.entityId. To learn more, read Specify a Custom Entity ID.
You can obtain the custom Entity ID value using the Get a Connection endpoint:
Using the Auth0 CLI? If you haven’t already, set up and authenticate your CLI session before running this command.
{yourAccessToken} placeholder in the authorization header with a Management API v2 .
SAML Request Binding
Also called the Protocol Binding, is sent to the IdP from Auth0. If possible, dynamically set the value based onconnection.options.protocolBinding:
If dynamically setting the value isn’t possible, then set as either
HTTP-Redirect (default) or HTTP-Post if you selected this option in Protocol Binding.
SAML Response Binding
How the SAML token is received by Auth0 from the IdP; set this asHTTP-POST.
NameID format
Unspecified.SAML assertion and response
The SAML assertion, and the SAML response can be individually or simultaneously signed.SingleLogout service URL
This is where the SAML identity provider will send logout requests and responses: SAML logout requests must be signed by the identity provider.Signed assertions
Use the following URLs to obtain the public key in different formats. Replace{yourDomain} with your Auth0 domain (or custom domain) and {yourConnectionName} with your connection name:
Download the certificate in the format requested by the IdP.