2 references to McpClaimName
Aspire.Dashboard (2)
DashboardWebApplication.cs (1)
847
.RequireClaim(McpApiKeyAuthenticationHandler.
McpClaimName
, [bool.TrueString])
Mcp\McpCompositeAuthenticationHandler.cs (1)
34
var id = new ClaimsIdentity([new Claim(McpApiKeyAuthenticationHandler.
McpClaimName
, bool.TrueString)]);