Skip to content
English
  • There are no suggestions because the search field is empty.

OKTA configuration

How to configure OKTA with our SSO

Path: Workspace Homepage >> Navigation Panel >> Settings >> Security >> Authentication >> Single Signon Settings

What is Okta Configuration?
Okta Configuration is the process of connecting Okta, acting as a SAML 2.0 Identity Provider, to IdeaScale as the Service Provider, so members can authenticate to IdeaScale using existing Okta credentials.

Configuring Okta for IdeaScale Single Sign-On involves two parts: creating an application integration for IdeaScale within Okta, and completing the corresponding SAML 2.0 connection in Single Signon Settings within IdeaScale. Once both sides are configured, members can be assigned access to the Okta application and authenticate to IdeaScale automatically.


Role Permissions

  1. Workspace Administrator: Creates the IdeaScale application integration in Okta and completes the corresponding SAML 2.0 connection in Single Signon Settings within IdeaScale.
  2. Community Administrator: Can enable or disable the SSO set up by the Workspace Administrator for their community.
  3. Member: Authenticates through Okta once assigned access to the IdeaScale application in Okta, rather than logging in with separate IdeaScale credentials.


Configuring the IdeaScale Application in Okta

Configuring Okta as an Identity Provider begins with creating an application integration in Okta that represents IdeaScale as the Service Provider.

To configure the application in Okta:

  1. Sign in to Okta.
  2. Navigate to the Applications tab and select Create App Integration.okta application
  3. Choose SAML 2.0 as the sign-in method.okta saml copy
  4. Enter a name for the application, and optionally add a logo, then select Next.
    Screenshot 2025-07-24 at 10-30-36 AM-png
  5. In the Single Sign On URL field, enter the Assertion Consumer Service (ACS) URL: https://{WORKSPACE-URL}/a/saml/sso/alias/default
  6. In the Audience URL (SP Entity ID) field, enter: https://{COMMUNITY-URL} Note: These values can also be copied directly from the workspace SP metadata, available at https://{WORKSPACE-URL}/a/saml/metadata.
  7. Choose the Persistent or EmailAddress NameID format.
  8. Optionally, add additional attributes.
  9. Select Done.
  10. Assign Users or Groups to the application, or enable self-service.
    image7-png

Configuring Okta as the Identity Provider in IdeaScale

Once the application integration is created in Okta, the connection is completed from the Single Signon Settings page in IdeaScale.

  1. Switch Single Signon Settings on.Screenshot 2025-08-22 at 9-29-02 AM-png-1
  2. Select Add SSO to add a new Identity Provider configuration.
  3. Choose SAML 2.0 as the Single-Signon Type.Screenshot 2025-08-23 at 1 copy
  4. Enter a Display Name for the Identity Provider. See Exceptions below for display name visibility rules.
  5. Paste the Identity Provider metadata from the Okta application into the SAML IdP Metadata field.
  6. Enter the EntityID from the metadata in the SAML IdP Entity ID field.
  7. Select the Debugging checkbox.
  8. Select the Enabled checkbox.Screenshot 2025-08-22 at 11-20-34 AM-png
  9. Select Save Changes.

Note: Testing the connection after saving is recommended. Help Article for SSO Debugger can assist with identifying Single Sign-On issues.


Exceptions

  1. Display Name Visibility: If only one Identity Provider is configured for the workspace, the Display Name does not appear to members. If multiple Identity Providers are configured, the Display Name appears in the drop-down or image members use to select the Identity Provider.

Frequently Asked Questions

What authentication protocol does Okta use to connect with IdeaScale?

Okta connects to IdeaScale using SAML 2.0, with Okta acting as the Identity Provider and IdeaScale as the Service Provider.

What is the difference between the Single Sign On URL and the Audience URL fields in Okta?

The Single Sign On URL is the Assertion Consumer Service (ACS) URL that Okta sends the SAML response to, in the format https://{WORKSPACE-URL}/a/saml/sso/alias/default. The Audience URL, also called the SP Entity ID, identifies IdeaScale as the Service Provider, in the format https://{COMMUNITY-URL}.

Where can IdeaScale's Service Provider metadata be found?

IdeaScale's Service Provider metadata is available at https://{WORKSPACE-URL}/a/saml/metadata, and its values can be copied directly into the corresponding fields in Okta.

Will members see the Display Name entered for the Okta connection?

Only if more than one Identity Provider is configured for the workspace. See Exceptions above.


Related Articles

 

Last Updated: August 16, 2026