Skip to content

Commit 877846e

Browse files
committed
AADSTS error code 160021
1 parent 3b94290 commit 877846e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ The `error` field has several possible values - review the protocol documentatio
7979
| AADSTS16000 | SelectUserAccount - This is an interrupt thrown by Azure AD, which results in UI that allows the user to select from among multiple valid SSO sessions. This error is fairly common and may be returned to the application if `prompt=none` is specified. |
8080
| AADSTS16001 | UserAccountSelectionInvalid - You'll see this error if the user selects on a tile that the session select logic has rejected. When triggered, this error allows the user to recover by picking from an updated list of tiles/sessions, or by choosing another account. This error can occur because of a code defect or race condition. |
8181
| AADSTS16002 | AppSessionSelectionInvalid - The app-specified SID requirement wasn't met. |
82+
| AADSTS160021| AppSessionSelectionInvalidSessionNotExist - Application requested a user session which does not exist. |
8283
| AADSTS16003 | SsoUserAccountNotFoundInResourceTenant - Indicates that the user hasn't been explicitly added to the tenant. |
8384
| AADSTS17003 | CredentialKeyProvisioningFailed - Azure AD can't provision the user key. |
8485
| AADSTS20001 | WsFedSignInResponseError - There's an issue with your federated Identity Provider. Contact your IDP to resolve this issue. |

0 commit comments

Comments
 (0)