Setup SSO for Okta

Connect your Okta account to Gathr and enable SSO.

This topic covers the steps to set up SSO for Okta as preferred identity provider.

Prerequisites

  • You should have signed in to Gathr as an Organization Administrator.

  • Application Management privileges in Okta. If not, contact an Okta App Admin in your organization before continuing.

Select IdP as Okta

Select the identity provider as Okta from the list and move to the next step.

Select_IdP_Okta

Authenticate Gathr

Authenticate_Gathr_Okta

The SP Entity ID should be given with the below prefix:

urn:amazon:cognito:sp:<SP entity ID>

Steps to authenticate Gathr on Okta account

  1. Sign in to the Okta account and on the Applications page, click Create App Integration.

  2. On the Add Application page, click Create New App.

  3. In the Create a new app integration window, select the Sign-in method as SAML 2.0.

  4. Click Next. A General Settings page will display.

  5. Fill App name in the field and any other info as desired, then click Next when finished.

  6. In the app’s Configure SAML section, paste the SSO URL and SP Entity ID that you had copied earlier.

    Okta_SAML_Settings

  7. Scroll down to the attributes section and add the required attributes for the app.

    OOkta_Attributes

    The Name and Value column details should be exactly same as given below:

    NameValue
    http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddressuser.email
    firstNameuser.firstName
    lastNameuser.lastName
  8. Click Next and then Finish to save the app’s configuration.

Add Metadata URI

Steps to add metadata URI

  1. Edit the application that you created and come to Sign On page.

    Okta_metadata_URI

  2. Right-click and copy the link address of Identity Provider metadata.

  3. Switch back to Gathr console and click NEXT.

  4. On the Connection Settings page, paste the Identity Provider metadata link that you copied in step 2 and click NEXT.

    Metadata_URI_Okta

Attribute Mapping

Provide the attribute mappings for the First Name and Last Name as defined in Okta.

Attribute_Mapping_Okta

Click on Done to complete the SSO setup for Okta.

Okta as the SSO service provider will get listed on the SSO Setup tab.

SSO_Enabled_Okta

Finally, grant access to the Gathr users in Okta to ensure that all the invited users can sign in via SSO.

Top