Skip to content

Commit e963fdb

Browse files
committed
1 parent e293980 commit e963fdb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/active-directory/develop/scenario-web-app-sign-user-production.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ Now that you know how to get a token to call web APIs, learn how to move it to p
2323

2424
## Next steps
2525

26+
### Troubleshooting
27+
28+
> [!NOTE]
29+
> When users sign-in to the web application for the first time, they will need to consent. However, in some organizations, users can see a message like the following:
30+
>
31+
> *AppName needs permissions 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.*
32+
>
33+
> This is because your tenant administrator has **disabled** the ability for users to consent. In that case, you need to contact your tenant administrators so that they do an admin-consent for the scopes required by the application.
34+
2635
### Same site
2736

2837
Make sure you understand possible issues with new versions of the Chrome browser

0 commit comments

Comments
 (0)