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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -