Skip to content

Commit 77056a4

Browse files
authored
Merge pull request #51326 from jesakowi/patch-1
Updated to reflect Risk Based Step-up Consent
2 parents a1cdea5 + f81b8c9 commit 77056a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/active-directory/manage-apps/application-sign-in-unexpected-user-consent-error.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ Certain conditions must be true for a user to consent to the permissions an appl
3030

3131
## Requesting not authorized permissions error
3232
* **AADSTS90093:** <clientAppDisplayName> is requesting one or more permissions that you are not authorized to grant. Contact an administrator, who can consent to this application on your behalf.
33+
* **AADSTS90094:** <clientAppDisplayName> needs permission to access resources in your organization that only an admin can grant. Please ask an admin to grant permission to this app before you can use it.
3334

3435
This error occurs when a user who is not a company administrator attempts to use an application that is requesting permissions that only an administrator can grant. This error can be resolved by an administrator granting access to the application on behalf of their organization.
3536

37+
This error can also occur when a user is prevented from consenting to an application due to Microsoft detecting that the permissions request is risky. In this case, an audit event will also be logged with a Category of "ApplicationManagement", Activity Type of "Consent to application" and Status Reason of "Risky application detected".
38+
3639
## Policy prevents granting permissions error
3740
* **AADSTS90093:** An administrator of <tenantDisplayName> has set a policy that prevents you from granting <name of app> the permissions it is requesting. Contact an administrator of <tenantDisplayName>, who can grant permissions to this app on your behalf.
3841

0 commit comments

Comments
 (0)