I get 2 claims which appear in the following way:
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
Why is their type set to the microsoft one, rather than the type IdentityServer does checks against? (System.Security.Claims.ClaimTypes.NameIdentifier
which is equal to http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier
)
And why do all 3 links point to a dead-end? Am I missing something here?