Skip to content

Commit

Permalink
fix xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 committed Feb 29, 2020
1 parent e73f58b commit 1f9a5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Microsoft.Identity.Web/ITokenAcquisition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void ReplyForbiddenWithWwwAuthenticateHeader(
MsalUiRequiredException msalSeviceException);

/// <summary>
/// Acquires a token from the authority configured in the app, for the confidential client itself (in the name of no user)
/// Acquires a token from the authority configured in the app, for the confidential client itself (not on behalf of a user)
/// using the client credentials flow. See https://aka.ms/msal-net-client-credentials.
/// </summary>
/// <param name="scopes">scopes requested to access a protected API. For this flow (client credentials), the scopes
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Identity.Web/TokenAcquisition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public async Task<string> GetAccessTokenForUserAsync(
}

/// <summary>
/// Acquires a token from the authority configured in the app, for the confidential client itself (in the name of no user)
/// Acquires a token from the authority configured in the app, for the confidential client itself (not on behalf of a user)
/// using the client credentials flow. See https://aka.ms/msal-net-client-credentials.
/// </summary>
/// <param name="scopes">scopes requested to access a protected API. For this flow (client credentials), the scopes
Expand Down

0 comments on commit 1f9a5dc

Please sign in to comment.