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 -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -