Skip to content

Commit cdbc1fa

Browse files
committed
Resolve rebase issues
1 parent 8354208 commit cdbc1fa

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

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

-15
This file was deleted.

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

+3-3
Original file line numberDiff line numberDiff 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.
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

@@ -14,4 +14,4 @@ Add the following endpoint URLs for the Microsoft Entra ID IdP that you're confi
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`
1616

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

Comments
 (0)