You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/reports-monitoring/reference-sign-ins-error-codes.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@ You can also programmatically access the sign-in data using the [reporting API](
93
93
|50072|User needs to enroll for two-factor authentication (interactive).|
94
94
|50074|User did not pass the MFA challenge.|
95
95
|50076|User did not pass the MFA challenge (non interactive).|
96
+
|50078|The presented multi-factor authentication has expired, you must refresh your multi-factor authentication to access.|
96
97
|50079|User needs to enroll for two factor authentication (non-interactive logins).|
97
98
|50085|Refresh token needs social IDP login. Have user try signing-in again with their username and password.|
98
99
|50089|Flow token expired - Authentication failed. Have user try signing-in again with their username and password|
@@ -181,7 +182,8 @@ You can also programmatically access the sign-in data using the [reporting API](
181
182
|90014| A required field for a protocol message was missing, contact the application owner. If you are the application owner, ensure that you have all the necessary parameters for the login request. |
182
183
|90051| Invalid Delegation Token. Invalid national Cloud ID ({cloudId}) is specified.|
183
184
|90072| The account needs to be added as an external user in the tenant first. Sign-out and sign-in again with a different Azure AD account.|
184
-
|90094| The grant requires administrator permissions. Ask your tenant administrator to provide consent for this application.|
185
+
|90094| The app has requested permissions which the signed-in user is not allowed to consent to, and the user was blocked. |
186
+
|90095| The app has requested permissions which the signed-in user is not allowed to consent to, and the user was shown the [admin consent request](../manage-apps/configure-admin-consent-workflow.md) form. |
185
187
|500011| The resource principal named <siteaddress> was not found in the tenant named <tenantID>. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant.|
186
188
|500021| Tenant is restricted by company proxy. Denying the resource access.|
187
189
|500121| Authentication failed during strong authentication request.|
@@ -190,6 +192,8 @@ You can also programmatically access the sign-in data using the [reporting API](
190
192
|530032|Blocked by security policy.|
191
193
|700016|Application with identifier '{appIdentifier}' was not found in the directory '{tenantName}'. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You may have sent your authentication request to the wrong tenant.|
192
194
|900432|Confidential Client is not supported in Cross Cloud request.|
195
+
|5000811|Unable to verify SAML token signature. The signing key identifier does not match any valid registered keys.|
196
+
|7000215|Invalid client secret was provided.|
193
197
|7000218|The request body must contain the following parameter: 'client_assertion' or 'client_secret'.|
0 commit comments