Skip to content

Commit 93d35e9

Browse files
committed
Added external reference doc + minor changes
1 parent f0d6167 commit 93d35e9

File tree

1 file changed

+2
-2
lines changed
  • docs/user-guide/global-configurations

1 file changed

+2
-2
lines changed

docs/user-guide/global-configurations/okta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Once your Okta org is set up, create an app integration on Okta to get a Client
2424
OIDC stands for OpenID Connect. [Click here](https://www.okta.com/openid-connect/) to read more.
2525
{% endhint %}
2626

27-
4. Select an application type (Web, Single Page, or Native), and click **Next**.
27+
4. Select **Web** as the application type and click **Next**.
2828

2929
5. On the **App Integration** page:
3030
* Give a name to your application.
@@ -49,7 +49,7 @@ OIDC stands for OpenID Connect. [Click here](https://www.okta.com/openid-connect
4949
1. Go to the Global Configurations → SSO Login Services → OIDC.
5050
2. In the **URL** field, enter the Devtron application URL (a valid https link) where it is hosted.
5151
3. Under `Configuration` tab, locate the config object, and provide the `clientID` and `clientSecret` of the app integration you created on Okta.
52-
4. Add a key `insecureSkipEmailVerified: true`.
52+
4. Add a key `insecureSkipEmailVerified: true`. Note that this key is only required for Okta SSO. For other types of OIDC SSO, refer [OIDC supported configurations](https://dexidp.io/docs/connectors/oidc/).
5353
5. Provide `issuer` value as `https://${yourOktaDomain}/oauth2/default`. Replace `${yourOktaDomain}` with your domain on Okta as shown in the video.
5454
6. For providing `redirectURI` or `callbackURI` registered with the SSO provider, you can either select `Configuration` or `Sample Script`. Note that the redirect URI is already given in the helper text (as seen in the previous section).
5555
7. Click **Save** to create and activate Okta SSO login.

0 commit comments

Comments
 (0)