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 03c0971 commit 88d6554Copy full SHA for 88d6554
README.md
@@ -102,7 +102,6 @@ public class AuthenticationEvents : BasicAuthenticationEvents
102
103
var principal = new ClaimsPrincipal(new ClaimsIdentity(claims, BasicAuthenticationDefaults.AuthenticationScheme));
104
context.Principal = principal;
105
- context.AuthenticationFailMessage = null;
106
}
107
108
return Task.CompletedTask;
0 commit comments