Я получаю 2 заявки, которые выглядят следующим образом:
Claim type: http://schemas.microsoft.com/identity/claims/identityprovider - Claim value: local - Claim valueType: http://www.w3.org/2001/XMLSchema#string Claim type: http://schemas.microsoft.com/claims/authnmethodsreferences - Claim value: pwd - Claim valueType: http://www.w3.org/2001/XMLSchema#string
Почему их тип установлен на Microsoft, а не на тип, который IdentityServer проверяет? (System.Security.Claims.ClaimTypes.NameIdentifier что равно http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier)
System.Security.Claims.ClaimTypes.NameIdentifier
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier
И почему все 3 ссылки указывают на тупик? Я что-то здесь упускаю?