Skip to content

Commit 8354208

Browse files
committed
Minor note edit in addidpinokta.md
1 parent 6e003d2 commit 8354208

File tree

1 file changed

+4
-2
lines changed
  • packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/entra

1 file changed

+4
-2
lines changed

packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/entra/appidpinokta.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
* **Client Secret**: Paste the secret that you obtained in the previous section.
44
* **Scopes**: Leave the defaults. These scopes are included when Okta makes an OpenID Connect request to Microsoft Entra ID.
55

6-
> **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.
6+
> **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.
77
88
In the **Endpoints** section:
99

10-
Add the following endpoint URLs for the Microsoft Entra ID IdP that you are configuring. You obtained these in the previous section.
10+
Add the following endpoint URLs for the Microsoft Entra ID IdP that you're configuring.
1111

1212
* **Issuer**: The identifier of the Microsoft Entra ID IdP: `https://login.microsoftonline.com/{Directory(tenant)ID}/v2.0`
1313
* **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`
1414
* **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`
1515
* **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`
16+
17+
> **Note:** These URL values are obtained from the previous [Create an app at the Identity Provider](#create-an-app-at-the-identity-provider) section.

0 commit comments

Comments
 (0)