Skip to content

Commit ec97177

Browse files
Merge pull request #253758 from Dickson-Mwendia/daemon-app-admin-consent
Update troubleshooting guidance on daemon apps that require admin consent
2 parents c88cd33 + a52b5e2 commit ec97177

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.md#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)