Skip to content

Commit d73b48f

Browse files
authored
Merge pull request #73528 from DeepMac/patch-1
Update reference-aadsts-error-codes.md
2 parents c1f4f05 + b373247 commit d73b48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ For example, if you received the error code "AADSTS50058" then do a search in [h
119119
| AADSTS50055 | InvalidPasswordExpiredPassword - The password is expired. |
120120
| AADSTS50056 | Invalid or null password -Password does not exist in store for this user. |
121121
| AADSTS50057 | UserDisabled - The user account is disabled. The account has been disabled by an administrator. |
122-
| AADSTS50058 | UserInformationNotProvided - This means that a user is not signed in. This is a common error that's expected when a user is unauthenticated and has not yet signed in.</br>If this error is encouraged in an SSO context where the user has previously signed in, this means that the SSO session was either not found or invalid.</br>This error may be returned to the application if prompt=none is specified. |
122+
| AADSTS50058 | UserInformationNotProvided - This means that a user is not signed in. This is a common error that's expected when a user is unauthenticated and has not yet signed in.</br>If this error is encountered in an SSO context where the user has previously signed in, this means that the SSO session was either not found or invalid.</br>This error may be returned to the application if prompt=none is specified. |
123123
| AADSTS50059 | MissingTenantRealmAndNoUserInformationProvided - Tenant-identifying information was not found in either the request or implied by any provided credentials. The user can contact the tenant admin to help resolve the issue. |
124124
| AADSTS50061 | SignoutInvalidRequest - The sign-out request is invalid. |
125125
| AADSTS50064 | CredentialAuthenticationError - Credential validation on username or password has failed. |

0 commit comments

Comments
 (0)