We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335c912 commit 02ebc1dCopy full SHA for 02ebc1d
TaskWebApp/Utils/ClaimsPrincipalExtension.cs
@@ -30,7 +30,7 @@ namespace TaskWebApp.Utils
30
public static class ClaimsPrincipalExtension
31
{
32
/// <summary>
33
- /// Get the Account identifier for an MSAL.NET account from a ClaimsPrincipal
+ /// Get the B2C Account identifier for an MSAL.NET account from a ClaimsPrincipal
34
/// </summary>
35
/// <param name="claimsPrincipal">Claims principal</param>
36
/// <returns>A string corresponding to an account identifier as defined in <see cref="Microsoft.Identity.Client.AccountId.Identifier"/></returns>
0 commit comments