From 42c50850119f1285184b61bad9485d91a7707b84 Mon Sep 17 00:00:00 2001
From: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Date: Fri, 18 Sep 2026 15:31:28 -0500
Subject: [PATCH 1/2] add optional way to get okta org id
Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
---
app/konnect-platform/sso.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/konnect-platform/sso.md b/app/konnect-platform/sso.md
index 2f6e7a79676..dc565759261 100644
--- a/app/konnect-platform/sso.md
+++ b/app/konnect-platform/sso.md
@@ -119,7 +119,7 @@ rows:
ui: "Go to the [Authentication Scheme organization settings](https://cloud.konghq.com/global/organization/settings#authentication-scheme)1"
api: "[`/identity-providers`](/api/konnect/identity/#/operations/create-identity-provider)1"
- feature: "Dev Portal"
- ui: "Navigate to your [Dev Portal](https://cloud.konghq.com/portals/), click **Settings** in the sidebar, and then click the **Security** tab. Enable **User authentication**."
+ ui: "Navigate to your [Dev Portal](https://cloud.konghq.com/portals/), click **Settings** tab, and then click the **Security** tab. Enable **User authentication**."
api: "[`/portals/{portalId}/identity-providers`](/api/konnect/portal-management/#/operations/create-portal-identity-provider)"
{% endtable %}
@@ -211,9 +211,9 @@ in the **Application** > **Sign On** section of the Okta configuration, setting
1. Locate the following values in the Okta console, which will be used later for the
{{site.konnect_short_name}} configuration.
- * **Client ID**: Located in your Application **General -> Client Credentials** settings.
- * **Client Secret**: Located in your Application **General -> Client Secrets** settings.
- * **Issuer URI** : The Issuer is typically found in the **Security -> API -> Authorization Servers** settings.
+ * **Client ID**: Located in your Application **General > Client Credentials** settings.
+ * **Client Secret**: Located in your Application **General > Client Secrets** settings.
+ * **Issuer URI** : The Issuer is typically found in the **Security > API > Authorization Servers** settings. You can also find your Okta org ID by clicking your account dropdown menu on the top right.
It should look like the following: `https://.okta.com/oauth2/default`
{% endnavtab %}
{% navtab "SAML" %}
From 39a0457fedb2a7d596aa044edc78c33ec8a6f080 Mon Sep 17 00:00:00 2001
From: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Date: Fri, 18 Sep 2026 15:32:14 -0500
Subject: [PATCH 2/2] clarify where the settings are
Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
---
app/konnect-platform/sso.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/konnect-platform/sso.md b/app/konnect-platform/sso.md
index dc565759261..79016e1ed6e 100644
--- a/app/konnect-platform/sso.md
+++ b/app/konnect-platform/sso.md
@@ -213,7 +213,7 @@ in the **Application** > **Sign On** section of the Okta configuration, setting
* **Client ID**: Located in your Application **General > Client Credentials** settings.
* **Client Secret**: Located in your Application **General > Client Secrets** settings.
- * **Issuer URI** : The Issuer is typically found in the **Security > API > Authorization Servers** settings. You can also find your Okta org ID by clicking your account dropdown menu on the top right.
+ * **Issuer URI** : The Issuer is typically found in the **Security > API > Authorization Servers** settings in the sidebar. You can also find your Okta org ID by clicking your account dropdown menu on the top right.
It should look like the following: `https://.okta.com/oauth2/default`
{% endnavtab %}
{% navtab "SAML" %}