Okta SSO (SAML)

Configure Okta SAML app integration

You can create a SAML app integration in the Okta Developer Console.

Enablement

Ask your CS to enable this for you and they will provide you with the connection name

arrow-up-rightCreate app integration

  1. Go to Create App Integration and choose SAML 2.0 from the options.

  2. Configure the following settings:

Setting

Description

Example

Single Sign-On URL

Auth0 tenant login callback URL.

https://auth.goledge.io/login/callback?connection={yourAuth0ConnectionName}

Audience URI (SP Entity ID)

Auth0 connection audience value.

urn:auth0:auth.goledge.io:{yourAuth0ConnectionName}

  1. Select Next, and then select Finish to complete the Okta app integration configuration.

arrow-up-rightRecord SSO URL and download certificate

The login flow is now directed to the Sign On page for the newly-created app.

  1. Select View SAML Setup Instructions.

  2. Record the Identity Provider Single Sign-On URL.

  3. Download the X.509 Certificate in PEM or CER format.

  4. Navigate to Assignments, and then assign a user to the Okta application.

arrow-up-rightConfigure SAML connection in Auth0

You can create a SAML Enterprise connection in the Auth0 Dashboard.

  1. Select Create (+ button) next to SAML.

  2. Configure the following settings:

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

  1. Select Create.

When done, reach out to your CS and they will complete the integration

Last updated