https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.authentication.iclaimstransformation.transformasync?view=aspnetcore-10.0
IClaimsTransformation.TransformAsync(ClaimsPrincipal) Method (Microsoft.AspNetCore.Authentication)...
Provides a central transformation point to change the specified principal. Note: this will be run on each AuthenticateAsync call, so its safer to return a new...
methodmicrosoftaspnetcoreauthentication