You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/entra/appidpinokta.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,15 @@
3
3
***Client Secret**: Paste the secret that you obtained in the previous section.
4
4
***Scopes**: Leave the defaults. These scopes are included when Okta makes an OpenID Connect request to Microsoft Entra ID.
5
5
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.
7
7
8
8
In the **Endpoints** section:
9
9
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.
11
11
12
12
***Issuer**: The identifier of the Microsoft Entra ID IdP: `https://login.microsoftonline.com/{Directory(tenant)ID}/v2.0`
13
13
***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`
14
14
***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`
15
15
***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