This documentation relates to QuickBuild 13.0.x
Select here if you are using a different version

Single Sign-On with Okta (OpenID)

Purpose

This tutorial demonstrates how to set up QuickBuild to authenticate via Okta using OpenID protocol

Basic Setup

  1. Make sure your QuickBuild instance is publicly accessible, and configure the public server url in system setting:
  2. Login to Okta to add an application integration with sign-in method as OIDC and type as web application
  3. Continue to set up the application and specify sign-in redirect url as below:

    For assignment option in this page, just use Allow everyone in your organization to access for simplicity purpose
  4. Save the application and copy out the client id and client secret to be used later:
  5. From Okta menu, select Security/Api to display authorization servers. Copy out the issuer url of default server to be used later:
  6. At QuickBuild side, setup SSO via OpenID like below. Copy issuer url, client id and client secret from Okta. Specify Groups Claim as groups
  7. Save the provider, and sign out QuickBuild. Visit QuickBuild again via the public url, and then you should be able to login via Okta

Authorize Users Based On Okta Group Membership Information

Now we continue to set up Okta to send group membership information so that user can be authorized with appropriate permissions

  1. Visit detail page of the default authorization server we seen before, switch to scopes tab and add a scope of name groups with default options:
  2. Switch to claims tab and add a claim of name groups to be included in ID token and groups scope like below:
  3. At QuickBuild side, switch to group management page, add necessary Okta groups (same name) and assign appropriate permissions

Now users signed in via Okta will be authorized with permissions available in corresponding groups

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.