We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79dcb8 commit 7903c75Copy full SHA for 7903c75
1 file changed
samples/ProtectedMCPServer/Program.cs
@@ -167,7 +167,4 @@ protected override Task<AuthenticateResult> HandleAuthenticateAsync()
167
168
return Task.FromResult(AuthenticateResult.Success(ticket));
169
}
170
-
171
- // The MCP authentication handler will handle challenges
172
- // so we don't need to implement HandleChallengeAsync here
173
0 commit comments