zitadel-oidc/pkg/oidc
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
..
grants initial commit 2020-01-31 15:22:16 +01:00
authorization.go fix: handle single aud string claim, extract en/decoder interface, comments (#51) 2020-09-07 12:32:35 +02:00
code_challenge.go fix: another typo 2020-02-28 18:11:38 +01:00
discovery.go fix: add code_challenge_methods_supported to discovery endpoint (#43) 2020-08-20 16:27:51 +02:00
keyset.go initial commit 2020-01-31 15:22:16 +01:00
session.go feat: terminate session (front channel logout) 2020-03-03 11:31:23 +01:00
token.go fix: handle single aud string claim, extract en/decoder interface, comments (#51) 2020-09-07 12:32:35 +02:00
userinfo.go fix: add authorizations to userinfo (#37) 2020-07-09 13:40:32 +02:00