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

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -