zitadel-oidc/pkg/op/mock
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
..
authorizer.mock.go fix: handle single aud string claim, extract en/decoder interface, comments (#51) 2020-09-07 12:32:35 +02:00
authorizer.mock.impl.go fix: handle single aud string claim, extract en/decoder interface, comments (#51) 2020-09-07 12:32:35 +02:00
client.go fix: handle single aud string claim, extract en/decoder interface, comments (#51) 2020-09-07 12:32:35 +02:00
client.mock.go feat: dev mode on client, check client configuration (#41) 2020-08-06 13:10:49 +02:00
configuration.mock.go fix: add code_challenge_methods_supported to discovery endpoint (#43) 2020-08-20 16:27:51 +02:00
generate.go initial commit 2020-01-31 15:22:16 +01:00
signer.mock.go fix: handle code separately (#30) 2020-05-29 09:40:34 +02:00
storage.mock.go pass origin into GetUserinfoFromToken 2020-08-24 07:52:22 +02:00
storage.mock.impl.go feat: dev mode on client, check client configuration (#41) 2020-08-06 13:10:49 +02:00