Open voroninp opened 1 week ago
It's not clear when IClaimsTransformation.TransformAsync gets called.
IClaimsTransformation.TransformAsync
Does this happen always or only after authentication handler execution or only after successful authentication ;-)?
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/claims?view=aspnetcore-8.0
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/security/authentication/claims.md
b01e1351-d362-fd61-4dcb-bacb21559f76
@damienbod
Related Issues
The fact that it is not composed deserves a special NOTE.
Description
It's not clear when
IClaimsTransformation.TransformAsync
gets called.Does this happen always or only after authentication handler execution or only after successful authentication ;-)?
Page URL
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/claims?view=aspnetcore-8.0
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/security/authentication/claims.md
Document ID
b01e1351-d362-fd61-4dcb-bacb21559f76
Article author
@damienbod
Related Issues