Skip to content

Commit a3508f2

Browse files
Update error-code-aadsts76021-request-not-signed.md
1 parent 946f2ba commit a3508f2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

1313
## Summary
1414

15-
The error **AADSTS76021** occurs during federated authentication with Microsoft Entra ID when using SAML-based Single Sign-On (SSO). This error indicates that the request sent by the client isn't signed while the application requires signed requests. Even if the request is signed, the signature might not be placed according to the SAML binding configuration.
15+
The error **AADSTS76021** occurs during federated authentication with 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

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

1919
- **HTTP-Redirect** [urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect]: For HTTP get method (GET) requests, the signature is included as a query parameter in the URL.
2020
- **HTTP-POST** [urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST]: For HTTP POST requests, the signature is embedded within the XML payload of the SAML message.
@@ -94,7 +94,7 @@ SAML 2.0 defines several protocol bindings that map SAML request and response me
9494
#### Simple Object Access Protocol (SOAP) binding
9595

9696
- **Description**: Uses SOAP over HTTP for back-channel communication.
97-
- **Use Ccase**: Common for artifact resolution and management operations.
97+
- **Use case**: Common for artifact resolution and management operations.
9898

9999
#### Reverse SOAP (PAOS) binding
100100

@@ -105,4 +105,4 @@ SAML 2.0 defines several protocol bindings that map SAML request and response me
105105

106106
## Resources
107107

108-
For a full list of Active Directory Authentication and authorization error codes, see [Microsoft Entra authentication and authorization error codes](/azure/active-directory/develop/reference-aadsts-error-codes).
108+
For a full list of Active Directory authentication and authorization error codes, see [Microsoft Entra authentication and authorization error codes](/azure/active-directory/develop/reference-aadsts-error-codes).

0 commit comments

Comments
 (0)