identityserver4 - How to get my custom user claims in Identity Server 4? -
for example have custom claims here.
services.addscoped<iuserclaimsprincipalfactory<applicationuser>, appclaimsprincipalfactory>();
it's working project project (client project). dont know how custom claims. want name, lastname , things logged user.
Comments
Post a Comment