From 761a0243a929b0e0106a5c230f8ceee0251d9952 Mon Sep 17 00:00:00 2001 From: Van Ngo <van.ngo@okta.com> Date: Fri, 18 Oct 2024 15:40:27 -0400 Subject: [PATCH] Update Entra ID doc link and edit --- .../docs/guides/add-an-external-idp/main/entra/appatidp.md | 2 +- .../docs/guides/add-an-external-idp/main/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/entra/appatidp.md b/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/entra/appatidp.md index bad6f0a8632..bb1835e7176 100644 --- a/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/entra/appatidp.md +++ b/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/entra/appatidp.md @@ -14,7 +14,7 @@ At the Microsoft identity platform, set up a tenant and register the client app 4. Under **Certificates & secrets**, click **New client secret** to generate a client secret for your app. Copy the value so that you can add it to the Okta configuration in the next section. This is the secret that corresponds to your Azure application ID. - > **Note:** There may be other settings for the app that you can configure. The steps in this guide address the quickest route to setting up Microsoft Entra ID as an IdP with Okta. See the [Microsoft Entra ID documentation](https://learn.microsoft.com/en-us/entra/external-id/) for more information on other configuration settings. + > **Note:** There may be more settings for the app that you can configure. The steps in this guide address the quickest route to setting up Microsoft Entra ID as an IdP with Okta. See the [Microsoft Entra ID documentation](https://learn.microsoft.com/en-us/entra/identity/) for more information on additional configuration settings. For use in the next section, do the following: 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 98d079e399c..e007a2fb769 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 @@ -18,8 +18,8 @@ Configure an external IdP so that your users can quickly sign up or sign in to y #### What you need * [Okta Developer Edition organization](https://developer.okta.com/signup) -* An app that you want to add authentication to. You can [create an app integration by using AIW](https://help.okta.com/okta_help.htm?id=ext_Apps_App_Integration_Wizard) or use an existing one. -* An account <StackSnippet snippet="idpaccount" inline />. +* An app that you want to add authentication to. You can [create an app integration using AIW](https://help.okta.com/okta_help.htm?id=ext_Apps_App_Integration_Wizard) or use an existing one. +* An account <StackSnippet snippet="idpaccount" inline /> ---