Skip to main content
How do I set up SSO with Okta?

This guide details how to configure Okta to enable your users to login using their SSO account.

Updated over a week ago

Prerequisites

  1. Your own developer account: Okta Developer.

  2. You must have an account able to log in as an Administrator

Setup

  1. Log into Okta with the admin credentials.

  2. Select Applications from the sidebar then “Create App Integration”:


  3. Select Sign-in method “OIDC - OpenID Connect”.

  4. Select Application type: “Web Application”.

  5. Set the App integration name to something sensible.

  6. Set the Sign-in redirect to [Platform URL]/ssoCallback.
    (e.g. https://www.url.com/eu1/ssoCallback)

  7. Remove the Sign-out redirect URIs.

  8. Select “Allow everyone in your organization to access”.

  9. Save the form.

  10. Log into your Administrator account in our web app.

  11. Select Global Settings then the “Change” button next to “Single Sign-On”.

  12. Check “Enable Single Sign-On” & copy the Client ID, secret & domain from the Okta portal into the form. Note: The okta domain needs to be prefixed with https://:


  13. Click Save, your customer account is now ready for single sign-on users.

Did this answer your question?