Skip to content

Commit 49cb504

Browse files
Update articles/active-directory/develop/msal-acquire-cache-tokens.md
Co-authored-by: Chris Werner <[email protected]>
1 parent 9d79097 commit 49cb504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-acquire-cache-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ In public client applications like desktop and mobile apps, you can:
9595

9696
### Confidential client applications
9797

98-
For confidential client applications (web app, web API, or a daemon application like a Windows service), you can:
98+
For confidential client applications (web app, web API, or a daemon application like a Windows service), you can;
9999

100100
- Acquire tokens **for the application itself** and not for a user, using the [client credentials flow](msal-authentication-flows.md#client-credentials). This technique can be used for syncing tools, or tools that process users in general and not a specific user.
101101
- Use the [on-behalf-of (OBO) flow](msal-authentication-flows.md#on-behalf-of-obo) for a web API to call an API on behalf of the user. The application is identified with client credentials in order to acquire a token based on a user assertion (SAML, for example, or a JWT token). This flow is used by applications that need to access resources of a particular user in service-to-service calls.

0 commit comments

Comments
 (0)