42 references to Claim
Aspire.Dashboard (8)
Aspire.Dashboard.Components.Tests (2)
Aspire.Dashboard.Tests (3)
dotnet-user-jwts (6)
Microsoft.AspNetCore.Authentication.Negotiate (2)
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
Microsoft.AspNetCore.Identity (9)
SignInManager.cs (9)
264additionalClaims.Add(new Claim(ClaimTypes.AuthenticationMethod, authenticationMethod));
1050new Claim("amr", "mfa")
1055claims.Add(new Claim(ClaimTypes.AuthenticationMethod, twoFactorInfo.LoginProvider));
1379identity.AddClaim(new Claim(ClaimTypes.Name, userId));
1382identity.AddClaim(new Claim(ClaimTypes.AuthenticationMethod, loginProvider));
1387identity.AddClaim(new Claim(Options.ClaimsIdentity.SecurityStampClaimType, stamp));
1396rememberBrowserIdentity.AddClaim(new Claim(ClaimTypes.Name, userId));
1400rememberBrowserIdentity.AddClaim(new Claim(Options.ClaimsIdentity.SecurityStampClaimType, stamp));
1456await 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)