Skip to content

Commit d437145

Browse files
authored
Update error-code-aadsts76021-request-not-signed.md
1 parent 60a3d18 commit d437145

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/entra/entra-id/app-integration/error-code-aadsts76021-request-not-signed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: sap:Issues Signing In to Applications
1212

1313
## Summary
1414

15-
The **AADSTS76021** (ApplicationRequiresSignedRequests) error occurs during federated authentication by using Microsoft Entra ID when you use SAML-based Single Sign-On (SSO). This error indicates that the client didn't sign the request, but the application requires signed requests. Even if the client signs the request, the signature might not be placed according to the SAML binding configuration.
15+
The **AADSTS76021** (ApplicationRequiresSignedRequests) error occurs during federated authentication by using Microsoft Entra ID when you use SAML-based single sign-on (SSO). This error indicates that the client didn't sign the request, but the application requires signed requests. Even if the client signs the request, the signature might not be placed according to the SAML binding configuration.
1616

1717
According to the [SAML specifications](https://docs.oasis-open.org/security/saml/v2.0/saml-bindings-2.0-os.pdf), the two primary and most commonly used binding types are:
1818

@@ -31,7 +31,7 @@ Check whether the application expects HTTP-Redirect or HTTP-POST.
3131

3232
Verify that the Identity Provider (IdP) and Service Provider (SP) configurations align.
3333

34-
3. **te signature placement**
34+
3. **Verify signature placement**
3535

3636
- For HTTP-Redirect: The signature must be in the query string.
3737
- For HTTP-POST: The signature must be inside the XML `<Signature>` element.

0 commit comments

Comments
 (0)