Skip to content

Commit a07292c

Browse files
authored
Merge pull request #85279 from ThomVanL/patch-3
Update reference-aadsts-error-codes.md
2 parents 94bdc8c + ddaa87c commit a07292c

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
@@ -261,6 +261,7 @@ The `error` field has several possible values - review the protocol documentatio
261261
| AADSTS90022 | AuthenticatedInvalidPrincipalNameFormat - The principal name format is not valid, or does not meet the expected `name[/host][@realm]` format. The principal name is required, host and realm are optional and may be set to null. |
262262
| AADSTS90023 | InvalidRequest - The authentication service request is not valid. |
263263
| AADSTS9002313 | InvalidRequest - Request is malformed or invalid. - The issue here is because there was something wrong with the request to a certain endpoint. The suggestion to this issue is to get a fiddler trace of the error occurring and looking to see if the request is actually properly formatted or not. |
264+
| AADSTS9002332 | Application '{principalId}'({principalName}) is configured for use by Azure Active Directory users only. Please do not use the /consumers endpoint to serve this request. |
264265
| AADSTS90024 | RequestBudgetExceededError - A transient error has occurred. Try again. |
265266
| AADSTS90027 | We are unable to issue tokens from this API version on the MSA tenant. Please contact the application vendor as they need to use version 2.0 of the protocol to support this.|
266267
| AADSTS90033 | MsodsServiceUnavailable - The Microsoft Online Directory Service (MSODS) is not available. |

0 commit comments

Comments
 (0)