diff --git a/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/entra/appidpinokta.md b/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/entra/appidpinokta.md index 502a36d1c14..e4104017ae9 100644 --- a/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/entra/appidpinokta.md +++ b/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/entra/appidpinokta.md @@ -3,13 +3,15 @@ * **Client Secret**: Paste the secret that you obtained in the previous section. * **Scopes**: Leave the defaults. These scopes are included when Okta makes an OpenID Connect request to Microsoft Entra ID. - > **Note:** By default, Okta requires the `email` attribute for a user. The `email` scope is required to create and link the user to Okta's Universal Directory. + > **Note:** By default, Okta requires the `email` attribute for a user. The `email` scope is required to create and link the user to Okta Universal Directory. In the **Endpoints** section: -Add the following endpoint URLs for the Microsoft Entra ID IdP that you are configuring. You obtained these in the previous section. +Add the following endpoint URLs for the Microsoft Entra ID IdP that you're configuring. * **Issuer**: The identifier of the Microsoft Entra ID IdP: `https://login.microsoftonline.com/{Directory(tenant)ID}/v2.0` * **Authorization endpoint**: The URL of the Microsoft Entra ID OAuth 2.0 authorization endpoint. For example: `https://login.microsoftonline.com/{Directory(tenant)ID}/oauth2/v2.0/authorize` * **Token endpoint**: The URL of the Microsoft Entra ID token endpoint for obtaining access and ID tokens. For example: `https://login.microsoftonline.com/{Directory(tenant)ID}/oauth2/v2.0/token` * **JWKS endpoint**: The URL of the Microsoft Entra ID JSON Web Key Set document. This document contains signing keys that are used to validate the signatures from the provider. For example: `https://login.microsoftonline.com/{Directory(tenant)ID}/discovery/v2.0/keys` + + > **Note:** These URL values are obtained from the previous [Create an app at the Identity Provider](#create-an-app-at-the-identity-provider) section. \ No newline at end of file