zitadel-oidc/pkg/rp
Livio Amstutz abd3b6f521
fix: handle single aud string claim, extract en/decoder interface, comments (#51)
* en/decoding abstraction

* some comments

* fix token validation and error messages

* fix: audience mapping (single aud string)

* fix tests with VerifyIdToken

* reformat imports

* go mod tidy

* Update pkg/oidc/authorization.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* Update pkg/oidc/authorization.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* Update pkg/op/authrequest_test.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* fix capitalization

Co-authored-by: Silvan <silvan.reusser@gmail.com>
2020-09-07 12:32:35 +02:00
..
mock fix: handle single aud string claim, extract en/decoder interface, comments (#51) 2020-09-07 12:32:35 +02:00
default_rp.go feat(cli): added implementation for codeflow with a cli (#26) 2020-04-30 07:08:30 +02:00
default_verifier.go fix: handle single aud string claim, extract en/decoder interface, comments (#51) 2020-09-07 12:32:35 +02:00
delegation.go initial commit 2020-01-31 15:22:16 +01:00
error.go fix: end session (#35) 2020-07-06 12:52:22 +02:00
jwks.go fix: make checkKey public 2020-02-06 07:24:28 +01:00
jws.go fix: make checkKey public 2020-02-06 07:24:28 +01:00
relaying_party.go feat(cli): added implementation for codeflow with a cli (#26) 2020-04-30 07:08:30 +02:00
tockenexchange.go initial commit 2020-01-31 15:22:16 +01:00
verifier.go fix: handle single aud string claim, extract en/decoder interface, comments (#51) 2020-09-07 12:32:35 +02:00