Skip to content

Commit 13424eb

Browse files
committed
Removing un-necessary text
1 parent d0964be commit 13424eb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

articles/active-directory/develop/scenario-daemon-acquire-token.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ AcquireTokenResult tokenResult = await acquirer.GetTokenForUserAsync(new[] { htt
103103
string accessToken = tokenResult.AccessToken;
104104
```
105105

106-
### AcquireTokenForClient uses the application token cache
107-
108-
In MSAL.NET, `AcquireTokenForClient` uses the application token cache. (All the other AcquireToken*XX* methods use the user token cache.)
109-
Don't call `AcquireTokenSilent` before you call `AcquireTokenForClient` because `AcquireTokenSilent` uses the *user* token cache. `AcquireTokenForClient` checks the *application* token cache itself and updates it.
110-
111106
# [Java](#tab/java)
112107

113108
This code is extracted from the [MSAL Java dev samples](https://github.com/AzureAD/microsoft-authentication-library-for-java/tree/dev/msal4j-sdk/src/samples/confidential-client/).

0 commit comments

Comments
 (0)