Skip to content

Commit 062c6cd

Browse files
authored
Update troubleshooting-signature-validation-errors.md
1 parent 13b2a2d commit 062c6cd

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

support/entra/entra-id/app-integration/troubleshooting-signature-validation-errors.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ The content of discovery keys endpoint looks like this:
7878

7979
The `kid` claim of the access token must match one of the keys available on the discovery keys endpoint based on the `kid` property. If it doesn't match, there are two possible reasons:
8080

81-
- Microsoft Entra ID and Azure Active Directory (AD) B2C uses different signing keys.
81+
- Microsoft Entra ID and Azure Active Directory (AD) B2C use different signing keys.
8282
- The application is enabled for Security Assertion Markup Language (SAML) Single Sign-On (SSO).
8383

8484
To resolve this mismatch, go to [Step 4: Validate the iss claim of the access token](#step-4-validate-the-iss-claim-of-the-access-token).
8585

8686
## Step 4: Validate the iss claim of the access token
8787

88-
### Scenario 1: Microsoft Entra ID and Azure AD B2C uses different signing keys
88+
### Scenario 1: Microsoft Entra ID and Azure AD B2C use different signing keys
8989

9090
Check the `iss` claim of the access token. The `iss` claim indicates who issued the token:
9191

@@ -148,7 +148,7 @@ Generally, configuring the Microsoft Entra ID `Instance` and `Tenant`, or `Autho
148148

149149
- `Authority`
150150

151-
If you configure an `Authority`, `Instance` and `Tenant` isn't needed as `Authority` follows this format:
151+
If you configure an `Authority`, `Instance` and `Tenant` aren't needed as `Authority` follows this format:
152152

153153
`{Instance}/{Tenant}`
154154

@@ -236,3 +236,4 @@ Refer to [Secure an Azure API Management API with Azure AD B2C](/azure/active-di
236236

237237
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
238238

239+

0 commit comments

Comments
 (0)