Skip to main content

Okta

To register Okta as an IDP for IGUHealth you need to create an application in Okta and configure the application to work with IGUHealth. The following are the setup instructions for setting up Okta as an external IDP.

Setup

  1. Go to the Okta portal and navigate to Applications.
  2. Click on Create App Integration.
  1. For sign on method select OIDC - OpenID Connect.
  2. For application type select web application.
  3. Click client credentials
  4. Set Assignments for the app in Okta
  5. Click save.
  6. Make a note of the client id.
  7. Copy the client secret.
  8. On the sidebar go to Security/API
  9. Select your authorization server.
  10. Open the Metadata URI.
  11. Go to your IGUHealth tenant.
  12. Create a new IdentityProvider resource.
  1. Set status to active, set access type to oidc.
  2. Fill in the following values pulled from the metadata URI in step 12.
    • authorization_endpoint
    • token_endpoint
    • jwks_uri
  3. Fill in the following scopes:
    • openid
    • profile
    • email
  4. Fill in the clientid and secret from the Okta application you registered in step 7.
  5. From actions on the IdentityProvider resource click create.
  6. Go to the registration tab and copy the redirect URL.
  7. In Okta go to the application you created select edit on the general section and add the redirect URI from step 20.
  8. Log out and test the Okta login.