impelement unit tests for the token Verifiers
This commit is contained in:
parent
d41f4b5d21
commit
7b613c63eb
8 changed files with 786 additions and 7 deletions
|
@ -196,6 +196,7 @@ func TestNewIDTokenClaims(t *testing.T) {
|
|||
AuthenticationContextClassReference: "something",
|
||||
AuthenticationMethodsReferences: []string{"some", "methods"},
|
||||
AuthorizedParty: "just@me.com",
|
||||
ClientID: "just@me.com",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue