Skip to content

Commit f74af89

Browse files
authored
Branding updates
1 parent 0235294 commit f74af89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Microsoft.Identity.Web/StartupHelpers.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace Microsoft.Identity.Web
3838
public static class StartupHelpers
3939
{
4040
/// <summary>
41-
/// Add authentication with Microsoft identity platform v2.0 (AAD v2.0).
41+
/// Add authentication with Microsoft identity platform (v2.0).
4242
/// This expects the configuration files will have a section named "AzureAD"
4343
/// </summary>
4444
/// <param name="services">Service collection to which to add this authentication scheme</param>
@@ -70,7 +70,7 @@ public static IServiceCollection AddAzureAdV2Authentication(this IServiceCollect
7070

7171
// Set the nameClaimType to be preferred_username.
7272
// This change is needed because certain token claims from Azure AD V1 endpoint
73-
// (on which the original .NET core template is based) are different than Azure AD V2 endpoint.
73+
// (on which the original .NET core template is based) are different than V2 endpoint.
7474
// For more details see [ID Tokens](https://docs.microsoft.com/en-us/azure/active-directory/develop/id-tokens)
7575
// and [Access Tokens](https://docs.microsoft.com/en-us/azure/active-directory/develop/access-tokens)
7676
options.TokenValidationParameters.NameClaimType = "preferred_username";
@@ -161,4 +161,4 @@ public static IServiceCollection AddMsal(this IServiceCollection services, IEnum
161161
return services;
162162
}
163163
}
164-
}
164+
}

0 commit comments

Comments
 (0)