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: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:
ACCESS_TOKEN
header value, with a Management APIv2 .
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
:
connection.options.protocolBinding value | SAML Request Binding value |
---|---|
Empty value ("") or not present | HTTP-Redirect |
urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect | HTTP-Redirect |
urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST | HTTP-POST |
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 IdP, set asHTTP-Post
.