Setting | Description | Example |
---|---|---|
Single Sign-On URL | Auth0 tenant login callback URL. | https://{yourAuth0Domain}/login/callback?connection={yourAuth0ConnectionName} |
Audience URI (SP Entity ID) | Auth0 connection audience value. | urn:auth0:{yourAuth0TenantName}:{yourAuth0ConnectionName} |
{yourAuth0ConnectionName}
) that you use to configure your Okta SAML app integration must match the name of the SAML connection you create in Auth0.Setting | Description | Example |
---|---|---|
Connection name | Auth0 connection name. | myoktaconnection |
Sign In URL | Okta URL where user login requests are sent. This is the Identity Provider Single Sign-On URL value you recorded previously. | https://my_okta_tenant_name.okta.com/app/ my_okta_tenant_namemy_okta_saml_app_integration_name/ dakflkbzevu5i5zBi939/sso/saml |
X509 Signing Certificate | Okta tenant public key signing certificate. Upload the X509 Certificate you downloaded previously. | myOktaTenantSigningCertificate.pem |
state
parameter and passes it to Okta using the SAML RelayState
parameter. Make sure that you set the state
parameter to a value that Okta can use.