Skip to content

Commit 0cace8f

Browse files
committed
Update integrated-windows-authentication.md
1 parent 68ad60b commit 0cace8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

msal-dotnet-articles/acquiring-tokens/desktop-mobile/integrated-windows-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ AuthenticationResult result = null;
3838
try
3939
{
4040
result = await app.AcquireTokenSilent(scopes, PublicClientApplication.OperatingSystemAccount)
41-
.ExecuteAsync(); // this will try to SSO with Windows OS logged in account.
41+
.ExecuteAsync(); // this will try to SSO silently with Windows OS logged in account.
4242
}
4343
// Can't get a token silently, go interactive
4444
catch (MsalUiRequiredException ex)

0 commit comments

Comments
 (0)