How to set up Single Sign-On (SSO) with Okta for SDS Manager

Overview

This guide creates a SAML 2.0 app integration in Okta and connects it to SDS Manager - Inventory.

Prerequisites

  • You have Okta Admin access.
  • You have SDS Manager admin access to configure SSO in SDS Manager.

A) Configure Okta (Identity Provider)

1) Create a new SAML app integration

  1. In Okta Admin Console go to Applications → Applications → Create App Integration.
  2. Choose SAML 2.0.

2) General Settings

  1. Enter an App name (optionally upload a logo).
  2. Click Next.

3) Configure SAML (initial pass)

Click Next.

4) Feedback

  • Select This is an internal app that we have created.
  • Click Finish.

B) Get the Okta App ID and update the Audience URI

5) Copy the Okta App ID from Metadata URL

  1. Open the new app in Okta.
  2. Go to Sign On and find Metadata URL (or “View SAML setup instructions”).
  3. Copy the ID between /app/ and /sso/.

Example Metadata URL:

  • https:///app/exk10gdvzhvZbcyl2698/sso/saml/metadata
  • App ID = exk10gdvzhvZbcyl2698

6) Update Audience URI (SP Entity ID)

  1. Go to General → SAML Settings → Edit (or Sign On → Edit SAML settings).
  2. Continue to Configure SAML.
  3. Set:
  • Audience URI (SP Entity ID): spn:

Example:

  • spn:exk10gdvzhvZbcyl2698

Save.

C) Add attribute statements (required)

In the app’s SAML settings, add these Attribute Statements:

  • emailAddress = user.profile.email

Save.

D) Configure SDS Manager

In SDS ManagerSettingsSingle Sign-On (SSO), enter the IdP details from Okta (Issuer/SSO URL/Certificate) and save.

E) Add the SDS Manager embed link to the Okta app

Go to Okta → Applications → Applications → General → SAML Settings, then enter the SSO Login URL you received from the SDS Manager app into the Default Relay State field.

F)  Assign users to groups in Okta

  • Go to Directory → Groups → create groups matching your SDS Manager roles (e.g. AdminStaff)
  • Add users to the appropriate group

G)  Add a Group attribute statement to the SAML app

1. Assign users to groups in Okta

  • Go to Directory → Groups → create groups matching your SDS Manager roles (e.g. AdminStaff)
  • Add users to the appropriate group

2. Add a Group attribute statement to the SAML app

    • Go to Applications → [your SDS Manager app] → Sign On → Edit SAML settings
    • Scroll to Attribute Statements (Group)
    • Add a new group attribute:

      • Name: roles (or any name — this is what you enter in SDS Manager)
      • Filter: e.g. Matches regex → .* (send all groups), or Starts with → a prefix to filter only relevant groups
    • Save

Rate this FAQ

0 (0 Votes)

Related entries