Skip to content

Commit e35bf8a

Browse files
Update troubleshooting guidance on daemon apps that require admin consent
1 parent 3df0cd5 commit e35bf8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/active-directory/develop/scenario-daemon-acquire-token.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,9 @@ If you get an error message telling you that you used an invalid scope, you prob
268268

269269
### Did you forget to provide admin consent? Daemon apps need it!
270270

271-
If you get an **Insufficient privileges to complete the operation** error when you call the API, the tenant administrator needs to grant permissions to the application. See step 6 of Register the client app above.
272-
You'll typically see an error that looks like this error:
271+
If you get an **Insufficient privileges to complete the operation** error when you call the API, the tenant administrator needs to grant permissions to the application. For guidance on how to grant admin consent for your application, see step 4 in [Quickstart: Acquire a token and call Microsoft Graph in a .NET Core console app](quickstart-console-app-netcore-acquire-token#step-4-admin-consent).
272+
273+
If you don't grant admin consent to your application, you'll run into the following error:
273274

274275
```json
275276
Failed to call the web API: Forbidden

0 commit comments

Comments
 (0)