Skip to content

Commit e9e0a0a

Browse files
authored
Merge pull request #49649 from wachugamaina/patch-1
Update scenario-daemon-overview.md
2 parents a9260d7 + 18ac2de commit e9e0a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/scenario-daemon-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Here are some examples of use cases for daemon apps:
4141
- Desktop applications (like Windows services on Windows or daemon processes on Linux) that perform batch jobs, or an operating system service that runs in the background
4242
- Web APIs that need to manipulate directories, not specific users
4343

44-
There's another common case where non-daemon applications use client credentials: even when they act on behalf of users, they need to access a web API or a resource under own their identity for technical reasons. An example is access to secrets in Azure Key Vault or an Azure SQL database for a cache.
44+
There's another common case where non-daemon applications use client credentials: even when they act on behalf of users, they need to access a web API or a resource under their own identity for technical reasons. An example is access to secrets in Azure Key Vault or an Azure SQL database for a cache.
4545

4646
Applications that acquire a token for their own identities:
4747

0 commit comments

Comments
 (0)