Update claims.md (#26047)

pull/26045/head
Rick Anderson 2022-06-03 13:23:02 -10:00 committed by GitHub
parent ba5d43d2eb
commit 16ebb1ca00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -60,11 +60,13 @@ The <xref:Microsoft.AspNetCore.Authentication.IClaimsTransformation> interface a
builder.Services.AddTransient<IClaimsTransformation, MyClaimsTransformation>();
```
<!-- see https://github.com/dotnet/AspNetCore.Docs/issues/26032
## Extend or add custom claims in ASP.NET Core Identity
Refer to the following document:
[Add claims to Identity using IUserClaimsPrincipalFactory](xref:security/authentication/add-user-data#add-claims-to-identity-using-iuserclaimsprincipalfactoryapplicationuser)
-->
## Map claims from external identity providers
@ -218,4 +220,4 @@ Refer to the following document:
[Persist additional claims and tokens from external providers in ASP.NET Core](xref:security/authentication/social/additional-claims)
:::moniker-end
:::moniker-end