Skip to content

Commit 6ed0aed

Browse files
Merge pull request #232173 from cilwerner/patch-2
[issue] resolving #101681
2 parents 88545a7 + 246c278 commit 6ed0aed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/active-directory/develop/scenario-protected-web-api-app-registration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ If you're following along with the web API scenario described in this set of art
8484
- **User consent description**: _Accesses the TodoListService web API as a user_
8585
- **State**: _Enabled_
8686

87+
> [!TIP]
88+
> For the **Application ID URI**, you have the option to set it to the physical authority of the API, for example `https://graph.microsoft.com`. This can be useful if the URL of the API that needs to be called is known.
89+
8790
### If your web API is called by a service or daemon app
8891

8992
Expose _application permissions_ instead of delegated permissions if your API should be accessed by daemons, services, or other non-interactive (by a human) applications. Because daemon- and service-type applications run unattended and authenticate with their own identity, there is no user to "delegate" their permission.

0 commit comments

Comments
 (0)