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
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
***Name**: Enter a name for the Identity Provider configuration.
2
-
***Client Id**: Paste the client ID that you obtained from Microsoft Entra ID when you configured the Identity Provider in the previous section.
1
+
***Name**: Enter a name for the IdP configuration.
2
+
***Client Id**: Paste the client ID that you obtained from Microsoft Entra ID when you configured the IdP in the previous section.
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
@@ -14,4 +14,4 @@ Add the following endpoint URLs for the Microsoft Entra ID IdP that you're confi
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
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.
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