---
title: "Okta SSO for Service Management Portal"
slug: "enabling-okta-sso-for-service-management-portal"
description: "Explore how to streamline access to your Service Management Portal using Okta Single Sign-On (SSO). This guide offers step-by-step instructions for setup."
updated: 2026-05-11T09:34:47Z
published: 2026-05-11T09:34:47Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.nordlayer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Okta SSO for Service Management Portal

Enabling Okta single sign-on (SSO) allows users to authenticate their identity seamlessly when logging into the Service Management Portal. 

To set up Okta SSO for your Service Management Portal, you'll need to navigate to your Okta dashboard and copy **Client ID**, **Client Secret**, **Audience**, and **Issuer** values.

You'll also need to Prepare the Base URL. It's formed like this: 
```
https://your-okta-domain.okta.com/oauth2
```
Replace *your-okta-domain* with the **Issuer** value that you found on the Okta dashboard.

Follow these steps to obtain all the needed values for your Okta SSO integration:

1. Sign in to your **Okta dashboard**
2. Click on **Admin** in the top right corner
3. Go to the **Applications** section and select **Applications**
4. Select **Create App Integration** and choose **OIDC - OpenID Connect** option
5. Pick **Web Application** at the bottom of the page and click **Next**
6. In a **New Web App Integration** window set the application name as **NordLayer**
7. In the **Sign-in redirect URL** field input this URL:
```
https://partner-api.nordlayer.com/v1/tokens/oauth/{partner-identifier}/resolution
```
where *{partner-identifier}* is organization identifier
8. Adjust the **Assignments** section as needed and click **Save**
9. After saving, you'll be redirected to the application's **General** page. Copy the **Client ID** and **Client Secret** values.
10. Click on the **Sign On** tab
11. Copy your **Issuer** and **Audience parameter**
12. Configure Okta SSO on the Service Management Portal by logging in to the Service Management Portal and clicking **Settings**:

![Settings - Default.png](https://cdn.document360.io/fc1049cd-8f71-4b89-b9b8-dbca9fdcdd16/Images/Documentation/Settings%20-%20Default%282%29.png){height="" width=""}

Select **Okta**

![Settings -  Enabling Okta SSO.png](https://cdn.document360.io/fc1049cd-8f71-4b89-b9b8-dbca9fdcdd16/Images/Documentation/Settings%20-%20%20Enabling%20Okta%20SSO.png){height="" width=""}

In a newly opened window enter the following details:

1. **Client ID** (copied from the Okta dashboard)
2. **Client Secret** (copied from the Okta dashboard)
3. **Base URL** (replace 'your-okta-domain' in https://your-okta-domain.okta.com/oauth2 with the Issuer from the Okta dashboard)
4. **Audience** (copied from the Okta dashboard)
5. **Issuer** (replace *your-okta-domain* with the **Issuer** from the Okta dashboard)

 
```
https://your-okta-domain.okta.com
```

Submit the information and click **Save**. Your organization members will be able to log into the Service Management Portal using Okta SSO.

**Note**: It's possible to have multiple SSO methods enabled concurrently.

In case you have any questions or are experiencing any issues, please feel free to contact our [24/7 customer support team](https://help.nordlayer.com/docs/how-do-i-contact-nordlayer-customer-support).
