Skip to content

Commit a52b5e2

Browse files
fix busted link
1 parent e35bf8a commit a52b5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ 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. 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).
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).
272272

273273
If you don't grant admin consent to your application, you'll run into the following error:
274274

0 commit comments

Comments
 (0)