We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0af11 commit 18cee7aCopy full SHA for 18cee7a
1 file changed
test/KK.AspNetCore.EasyAuthAuthentication.Test/Services/EasyAuthWithHeaderServiceTest.cs
@@ -53,7 +53,7 @@ public void IfAValidJwtTokenIsInTheHeaderTheResultIsSuccsess()
53
Claims = new List<InputClaims>()
54
{
55
new InputClaims() {Typ= "x", Value= "y"},
56
- new InputClaims() {Typ= ClaimTypes.Email, Value= "PrincipalName"},
+ new InputClaims() {Typ= "name", Value= "PrincipalName"},
57
new InputClaims() {Typ = ClaimTypes.Role, Value = "Admin"}
58
}
59
};
0 commit comments