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

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -