ClaimsPrincipal Claims and Identities not set for second JwtBearer, when using two JwtBearers for authentication in .Net Core 3.1

前端 未结 0 1383
粉色の甜心
粉色の甜心 2020-12-29 01:48

We use the below configuration:

.AddAuthentication(JwtBearerDefaults.AuthenticationScheme)
                .AddJwtBearer(options =>
                {
              


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