Skip to content

Commit 6151e22

Browse files
authored
Merge pull request #94038 from v-thpra/1619893-loc-fix-descrepancy
US 1619893 - Fix discrepancy between subtitle and content.
2 parents 2adb65c + 60344fc commit 6151e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/scenario-daemon-app-registration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Given that daemon applications only make sense in Azure AD tenants, when you cre
3333

3434
## Authentication - no Reply URI needed
3535

36-
In the case where your confidential client application uses **only** the client credentials flow, the reply URL doesn't need to be registered. It's not needed either for the application configuration/construction. The client credentials flow doesn't use it.
36+
In the case where your confidential client application uses **only** the client credentials flow, the Reply URI doesn't need to be registered. It's not needed either for the application configuration/construction. The client credentials flow doesn't use it.
3737

3838
## API Permissions - app permissions and admin consent
3939

@@ -42,7 +42,7 @@ A daemon application can only request application permissions to APIs (not deleg
4242
![App permissions and admin consent](media/scenario-daemon-app/app-permissions-and-admin-consent.png)
4343

4444
> [!NOTE]
45-
> The Web API that you want to call needs to define **application permissions (app roles)**, not delegated permissions. For details on how to expose such an API, see [Protected web API: App registration - when your web API is called by a daemon app](https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-protected-web-api-app-registration#if-your-web-api-is-called-by-a-daemon-app)
45+
> The Web API that you want to call needs to define **application permissions (app roles)**, not delegated permissions. For details on how to expose such an API, see [Protected web API: App registration - when your web API is called by a daemon app](scenario-protected-web-api-app-registration.md#if-your-web-api-is-called-by-a-daemon-app)
4646
4747
Daemon applications require have a tenant admin pre-consent to the application calling the web API. This consent is provided in the same **API Permission** page, by a tenant admin selecting **Grant admin consent to *our organization***
4848

0 commit comments

Comments
 (0)