Skip to content

Commit b398f64

Browse files
authored
Merge pull request #109738 from hpsin/patch-57
Error requests
2 parents 485685a + 00e0bdf commit b398f64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: identity
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: reference
16-
ms.date: 02/19/2020
16+
ms.date: 03/31/2020
1717
ms.author: ryanwi
1818
ms.reviewer: hirsin
1919
ms.custom: aaddev
@@ -267,6 +267,8 @@ Search on the numeric part of the returned error code. For example, if you rece
267267
| AADSTS700020 | InteractionRequired - The access grant requires interaction. |
268268
| AADSTS700022 | InvalidMultipleResourcesScope - The provided value for the input parameter scope isn't valid because it contains more than one resource. |
269269
| AADSTS700023 | InvalidResourcelessScope - The provided value for the input parameter scope isn't valid when request an access token. |
270+
| AADSTS7000222| InvalidClientSecretExpiredKeysProvided - The provided client secret keys are expired. Visit the Azure Portal to create new keys for your app, or consider using certificate credentials for added security: https://aka.ms/certCreds |
271+
| AADSTS700005 | InvalidGrantRedeemAgainstWrongTenant - Provided Authorization Code is intended to use against other tenant, thus rejected. OAuth2 Authorization Code must be redeemed against same tenant it was acquired for (/common or /{tenant-ID} as appropriate) |
270272
| AADSTS1000000 | UserNotBoundError - The Bind API requires the Azure AD user to also authenticate with an external IDP, which hasn't happened yet. |
271273
| AADSTS1000002 | BindCompleteInterruptError - The bind completed successfully, but the user must be informed. |
272274
| AADSTS7000112 | UnauthorizedClientApplicationDisabled - The application is disabled. |

0 commit comments

Comments
 (0)