Skip to content

Commit b6f0e36

Browse files
authored
Merge pull request #108599 from souravmishra-msft/patch-17
(AzureCXP) fixes MicrosoftDocs/azure-docs#50550
2 parents f392179 + 4e0742a commit b6f0e36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/active-directory/develop/reference-aadsts-error-codes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ Search on the numeric part of the returned error code. For example, if you rece
270270
| AADSTS1000000 | UserNotBoundError - The Bind API requires the Azure AD user to also authenticate with an external IDP, which hasn't happened yet. |
271271
| AADSTS1000002 | BindCompleteInterruptError - The bind completed successfully, but the user must be informed. |
272272
| AADSTS7000112 | UnauthorizedClientApplicationDisabled - The application is disabled. |
273+
| AADSTS7500529 | The value ‘SAMLId-Guid’ is not a valid SAML ID - Azure AD uses this attribute to populate the InResponseTo attribute of the returned response. ID must not begin with a number, so a common strategy is to prepend a string like "id" to the string representation of a GUID. For example, id6c1c178c166d486687be4aaf5e482730 is a valid ID. |
273274

274275
## Next steps
275276

0 commit comments

Comments
 (0)