diff --git a/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/index.md b/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/index.md index e007a2fb769..bad2b9927a0 100644 --- a/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/index.md +++ b/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/index.md @@ -7,7 +7,7 @@ meta: ## -This document explains how to configure as an [external Identity Provider](/docs/concepts/identity-providers/) for your application by creating an application at , creating an Identity Provider (IdP) in Okta, testing the configuration, and creating a sign-in button. +This document explains how to configure as an [external Identity Provider](/docs/concepts/identity-providers/) for your app by creating an app at , creating an Identity Provider (IdP) in Okta, testing the configuration, and creating a sign-in button. --- @@ -71,7 +71,7 @@ Alternatively, you can use the authorize URL to simulate the authorization flow. > **Note:** Use this step to test your authorization URL as an HTML link. For information on testing your authorization URL using the Sign-In Widget, Okta-hosted sign-in page, or AuthJS, see the [next section](#use-the-identity-provider-to-sign-in). > -> If you're using Authorization Code with PKCE as the grant type, you must generate and store the PKCE. See [Implement authorization by grant type](/docs/guides/implement-grant-type/authcodepkce/main/#flow-specifics). Okta recommends that you use the [AuthJS SDK](https://github.com/okta/okta-auth-js#signinwithredirectoptions) with this grant type. +> If you use the Authorization Code with PKCE grant type, you must generate and store the PKCE. See [Implement authorization by grant type](/docs/guides/implement-grant-type/authcodepkce/main/#flow-specifics). Okta recommends that you use the [AuthJS SDK](https://github.com/okta/okta-auth-js#signinwithredirectoptions) with this grant type. In the URL, replace `{yourOktaDomain}` with your org's base URL, and then replace the following values: