Skip to content

Commit 18d6e82

Browse files
authored
Merge branch 'master' into owin-4.0
2 parents 0bc0cf3 + cdc5552 commit 18d6e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TaskWebApp/App_Start/Startup.Auth.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void ConfigureAuth(IAppBuilder app)
7272
AuthenticationFailed = OnAuthenticationFailed,
7373
},
7474

75-
// Specify the claims to validate
75+
// Specify the claim type that specifies the Name property.
7676
TokenValidationParameters = new TokenValidationParameters
7777
{
7878
NameClaimType = "name"

0 commit comments

Comments
 (0)