39 references to Claim
Aspire.Dashboard (9)
Aspire.Dashboard.Tests (2)
dotnet-user-jwts (6)
Microsoft.AspNetCore.Authentication.Negotiate (2)
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
Microsoft.AspNetCore.Identity (8)
SignInManager.cs (8)
259additionalClaims.Add(new Claim(ClaimTypes.AuthenticationMethod, authenticationMethod));
856new Claim("amr", "mfa")
861claims.Add(new Claim(ClaimTypes.AuthenticationMethod, twoFactorInfo.LoginProvider));
1184identity.AddClaim(new Claim(ClaimTypes.Name, userId));
1187identity.AddClaim(new Claim(ClaimTypes.AuthenticationMethod, loginProvider));
1196rememberBrowserIdentity.AddClaim(new Claim(ClaimTypes.Name, userId));
1200rememberBrowserIdentity.AddClaim(new Claim(Options.ClaimsIdentity.SecurityStampClaimType, stamp));
1257await 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)