diff --git a/docs/user-guide/global-configurations/okta.md b/docs/user-guide/global-configurations/okta.md index 658ae94439..f91320a1a3 100644 --- a/docs/user-guide/global-configurations/okta.md +++ b/docs/user-guide/global-configurations/okta.md @@ -50,7 +50,7 @@ OIDC stands for OpenID Connect. [Click here](https://www.okta.com/openid-connect 2. In the **URL** field, enter the Devtron application URL (a valid https link) where it is hosted. 3. Under `Configuration` tab, locate the config object, and provide the `clientID` and `clientSecret` of the app integration you created on Okta. 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/). -5. Provide `issuer` value as `https://${yourOktaDomain}/oauth2/default`. Replace `${yourOktaDomain}` with your domain on Okta as shown in the video. +5. Provide `issuer` value as `https://${yourOktaDomain}`. Replace `${yourOktaDomain}` with your domain on Okta as shown in the video. 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). 7. Click **Save** to create and activate Okta SSO login.