37 references to Claim
Aspire.Dashboard (9)
Aspire.Dashboard.Tests (2)
dotnet-user-jwts (6)
Microsoft.AspNetCore.Authentication.Negotiate (2)
Microsoft.AspNetCore.Identity (8)
SignInManager.cs (8)
255additionalClaims.Add(new Claim(ClaimTypes.AuthenticationMethod, authenticationMethod));
852new Claim("amr", "mfa")
857claims.Add(new Claim(ClaimTypes.AuthenticationMethod, twoFactorInfo.LoginProvider));
1180identity.AddClaim(new Claim(ClaimTypes.Name, userId));
1183identity.AddClaim(new Claim(ClaimTypes.AuthenticationMethod, loginProvider));
1192rememberBrowserIdentity.AddClaim(new Claim(ClaimTypes.Name, userId));
1196rememberBrowserIdentity.AddClaim(new Claim(Options.ClaimsIdentity.SecurityStampClaimType, stamp));
1253await SignInWithClaimsAsync(user, isPersistent, new Claim[] { new Claim("amr", "pwd") });
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
Microsoft.AspNetCore.SignalR.Specification.Tests (2)
Microsoft.Extensions.Identity.Core (5)
Microsoft.Extensions.Identity.Stores (2)