urn:auth0:{yourTenant}:{yourConnectionName}
https://{yourDomain}/login/callback
https://{yourDomain}/logout
https://YOUR_DOMAIN/samlp/metadata?connection=YOUR_CONNECTION_NAME
. Make sure that you use your custom domain if you have one configured. You will upload this file to import your Auth0 tenant information into the PingFederate configuration.
<KeyInfo>
element.
https://{yourTenant}.auth0.com/pem
) and upload it here. Auth0 signs SAMLRequests
by default; you can change that when you configure the connection.
connection
parameter in the Assertion Consumer Service URL: https://{yourDomain}/login/callback?connection={yourConnectionName}
.
To learn how to configure Auth0 to route the incoming SAML responses, read Configure Identity Provider-Initiated Single Sign-On.