c# - Understanding Claims in Tokens -
i've set solution generate jwt tokens claims inside of them. however, don't understand @ point should add claims after getting user identity: var useridentity = await manager.createidentityasync(this, authenticationtype);
should user information, email identity , add new claim()
on fly?
i can't understanding of concept...
say, registered couple of users user'a' has different claims user'b' how can differentiate after calling createidentityasync
?
thanks
Comments
Post a Comment