Skip to content

Commit 5fe3a25

Browse files
authored
Merge pull request #104877 from rwike77/aadsts
updated 50199
2 parents cc9bed3 + 77fe569 commit 5fe3a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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: 12/18/2019
16+
ms.date: 02/19/2020
1717
ms.author: ryanwi
1818
ms.reviewer: hirsin
1919
ms.custom: aaddev
@@ -129,7 +129,7 @@ Search on the numeric part of the returned error code. For example, if you rece
129129
| AADSTS50180 | WindowsIntegratedAuthMissing - Integrated Windows authentication is needed. Enable the tenant for Seamless SSO. |
130130
| AADSTS50187 | DeviceInformationNotProvided - The service failed to perform device authentication. |
131131
| 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. |
132-
| AADSTS50199 | CmsiInterrupt - user interaction is required for this authentication. 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.|
132+
| 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.|
133133
| AADSTS51000 | RequiredFeatureNotEnabled - The feature is disabled. |
134134
| AADSTS51001 | DomainHintMustbePresent - Domain hint must be present with on-premises security identifier or on-premises UPN. |
135135
| AADSTS51004 | UserAccountNotInDirectory - The user account doesn’t exist in the directory. |

0 commit comments

Comments
 (0)