このページは、まだ日本語ではご利用いただけません。翻訳中です。
Set Up SSO with Okta
Available with Kong Gateway Enterprise subscription - Contact Sales
You can set up single sign-on (SSO) access to Dev Portals through Okta using OpenID Connect or SAML. These authentication methods allow developers to log in to a Dev Portal using their Okta credentials without needing a separate login.
You cannot mix authenticators in a Kong Konnect Dev Portal. With Okta authentication enabled, all developers will log in to the Dev Portal through Okta.
This topic covers configuring Okta. For generic instructions on configuring SAML or OIDC for use with other identity providers, see the generic SSO guide.
Prerequisites
-
Ensure that any users that need to use the Dev Portal SSO are added to Okta
- To set up Okta single sign-on (SSO) for Konnect, you need access to an Okta admin account and a Konnect admin account, which you will access concurrently.
- Optionally, if you want to use team mappings, you must configure Okta to include group attributes.
Configure an application and group claims in Okta
Set up Konnect
Provide Okta connection details
Test and apply the configuration
Important: Keep built-in authentication enabled while you are testing IdP authentication. Only disable built-in authentication after successfully testing IdP authentication.
-
Test the SSO configuration by navigating to the callback URL for your Dev Portal. For example:
https://{portalId}.{region}.portal.konghq.com/login
.You will see the Okta sign in window if your configuration is set up correctly.
-
Using an account that belongs to one of the groups you just mapped, log in with your Okta credentials.
If a group-to-team mapping exists, the user is automatically provisioned with a Kong Konnect Dev Portal developer account with the relevant team membership.
-
In Konnect Dev Portal, click the Dev Portal you configured SSO for and click Developers in the sidebar.
You should see a list of users in this org, including a new entry for the user you used to log in.
You can now manage your organization’s user permissions entirely from the IdP application.
(Optional) Enable Kong Konnect Dev Portal as a dashboard app in Okta
If you want your users to have easy access to Kong Konnect Dev Portal alongside their other apps, you can add it to your Okta dashboard.
In Okta, navigate to the General Settings of your application and configure the following settings:
Okta setting | Value |
---|---|
Grant type | Implicit (hybrid) |
Login Initiated by | Either Okta or App |
Application Visibility | Display application icon to users |
Initiate login URI | Enter your organization’s login URI. You can find the URI in Kong Konnect by going to your Dev Portal, clicking Settings, clicking the Identity tab, and then clicking Configure provider next to your authentication method. |