Skip to content

Commit cf97e96

Browse files
authored
Merge pull request #110551 from CelesteDG/patch-26
Added AADSTS50197 per PFE request
2 parents 4675bd1 + c0aec98 commit cf97e96

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22
title: Azure AD authentication & authorization error codes
33
description: Learn about the AADSTS error codes that are returned from the Azure AD security token service (STS).
44
services: active-directory
5-
documentationcenter: ''
65
author: rwike77
76
manager: CelesteDG
8-
editor: ''
97

108
ms.service: active-directory
119
ms.subservice: develop
1210
ms.workload: identity
13-
ms.tgt_pltfrm: na
14-
ms.devlang: na
1511
ms.topic: reference
16-
ms.date: 03/31/2020
12+
ms.date: 04/07/2020
1713
ms.author: ryanwi
1814
ms.reviewer: hirsin
1915
ms.custom: aaddev
@@ -129,6 +125,7 @@ Search on the numeric part of the returned error code. For example, if you rece
129125
| AADSTS50180 | WindowsIntegratedAuthMissing - Integrated Windows authentication is needed. Enable the tenant for Seamless SSO. |
130126
| AADSTS50187 | DeviceInformationNotProvided - The service failed to perform device authentication. |
131127
| AADSTS50196 | LoopDetected - A client loop has been detected. Check the app’s logic to ensure that token caching is implemented, and that error conditions are handled correctly. The app has made too many of the same request in too short a period, indicating that it is in a faulty state or is abusively requesting tokens. |
128+
| AADSTS50197 | ConflictingIdentities - The user could not be found. Try signing in again. |
132129
| AADSTS50199 | CmsiInterrupt - For security reasons, user confirmation is required for this request. Because this is an "interaction_required" error, the client should do interactive auth. This occurs because a system webview has been used to request a token for a native application - the user must be prompted to ask if this was actually the app they meant to sign into.|
133130
| AADSTS51000 | RequiredFeatureNotEnabled - The feature is disabled. |
134131
| AADSTS51001 | DomainHintMustbePresent - Domain hint must be present with on-premises security identifier or on-premises UPN. |

0 commit comments

Comments
 (0)