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: support/entra/entra-id/app-integration/error-code-aadsts76021-request-not-signed.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ ms.custom: sap:Issues Signing In to Applications
12
12
13
13
## Summary
14
14
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.
16
16
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:
18
18
19
19
-**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.
20
20
-**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
94
94
#### Simple Object Access Protocol (SOAP) binding
95
95
96
96
-**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.
98
98
99
99
#### Reverse SOAP (PAOS) binding
100
100
@@ -105,4 +105,4 @@ SAML 2.0 defines several protocol bindings that map SAML request and response me
105
105
106
106
## Resources
107
107
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