.net Core second ClaimsPrincipal.Identity is missing when calling an API

前端 未结 0 1815
野性不改
野性不改 2021-01-21 08:37

In my application I\'m adding a Roleclaim to a new Identity and then add the Identity to my principal

foreach (var role in responseModel.UserRoles)
{
     appIden         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题