From feb9ad5f30dc47abfbeb65bd38bc8d713b087d05 Mon Sep 17 00:00:00 2001 From: rmca14 <10053959+rmca14@users.noreply.github.com> Date: Mon, 4 May 2026 16:29:53 -0700 Subject: [PATCH] Test PR - do not merge --- msal-java-articles/getting-started/acquiring-tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msal-java-articles/getting-started/acquiring-tokens.md b/msal-java-articles/getting-started/acquiring-tokens.md index 13e593e..6def197 100644 --- a/msal-java-articles/getting-started/acquiring-tokens.md +++ b/msal-java-articles/getting-started/acquiring-tokens.md @@ -16,7 +16,7 @@ ms.topic: concept-article # Acquiring tokens -As explained in [MSAL for Java scenarios](../index.md#msal-java-scenarios), there are many ways of acquiring a token. Some require user interactions through a web browser. Some don't require any user interactions. +As explained in [MSAL for Java scenarios](../index.md#msal-java-scenarios), there are many ways of acquiring a token. Some require user interactions through a web browser. Some don't require any user interactions. test PR In general the way to acquire a token is different depending on the application type - public client application (desktop/mobile) or a confidential client application (Web App, Web API, daemon application like a Windows service).