Skip to content

Commit 90e61e3

Browse files
committed
fix breaking link
1 parent 007218e commit 90e61e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/configure-authentication-provider-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ You have now configured a native client application that can request access your
127127

128128
### Daemon client application (service-to-service calls)
129129

130-
Your application can acquire a token to call a Web API hosted in your App Service or Function app on behalf of itself (not on behalf of a user). This scenario is useful for non-interactive daemon applications that perform tasks without a logged in user. It uses the standard OAuth 2.0 [client credentials](../active-directory/develop/v2-oauth2-client-creds-grant-flow) grant.
130+
Your application can acquire a token to call a Web API hosted in your App Service or Function app on behalf of itself (not on behalf of a user). This scenario is useful for non-interactive daemon applications that perform tasks without a logged in user. It uses the standard OAuth 2.0 [client credentials](../active-directory/develop/v2-oauth2-client-creds-grant-flow.md) grant.
131131

132132
1. In the [Azure portal], select **Active Directory** > **App registrations** > **New registration**.
133133
1. In the **Register an application** page, enter a **Name** for your daemon app registration.

0 commit comments

Comments
 (0)