zitadel-oidc/pkg/op
Livio Amstutz a1a21f0d59 introspect
2021-01-08 15:01:23 +01:00
..
mock renaming 2020-11-26 16:12:27 +01:00
authrequest.go fix: allow additional scopes (#69) 2020-11-03 08:07:02 +01:00
authrequest_test.go feat: check allowed scopes (and pass clientID to GetUserinfoFromScopes) 2020-10-07 08:44:26 +02:00
client.go renaming 2020-11-26 16:12:27 +01:00
config.go introspect 2021-01-08 15:01:23 +01:00
config_test.go chore: move CAOS_OIDC_DEV to const (and ensure TestValidateIssuer runs (even on machines with env set)) 2020-10-07 08:49:23 +02:00
crypto.go initial commit 2020-01-31 15:22:16 +01:00
discovery.go introspect 2021-01-08 15:01:23 +01:00
discovery_test.go fix: handle single aud string claim, extract en/decoder interface, comments (#51) 2020-09-07 12:32:35 +02:00
endpoint.go fix: custom absolute endpoints 2020-02-21 10:04:50 +01:00
endpoint_test.go fix: custom absolute endpoints 2020-02-21 10:04:50 +01:00
error.go fix: handle single aud string claim, extract en/decoder interface, comments (#51) 2020-09-07 12:32:35 +02:00
keys.go update some op interfaces 2020-09-15 07:25:44 +02:00
op.go introspect 2021-01-08 15:01:23 +01:00
probes.go harmonize jwtProfile and existing interfaces / functions 2020-09-15 16:59:27 +02:00
session.go refactoring 2020-09-25 16:41:25 +02:00
signer.go refactoring 2020-09-28 09:07:46 +02:00
storage.go introspect 2021-01-08 15:01:23 +01:00
token.go fix: clock skew when using jwt profile 2020-12-21 21:04:07 +01:00
token_intospection.go introspect 2021-01-08 15:01:23 +01:00
tokenrequest.go fix: decode basic auth header components (clientID, clientSecret) 2020-10-23 15:59:44 +02:00
userinfo.go merging and missing mocks 2020-10-15 13:41:31 +02:00
verifier_access_token.go claims assertion 2020-10-14 16:41:04 +02:00
verifier_id_token_hint.go refactoring 2020-09-25 16:41:25 +02:00
verifier_jwt_profile.go jwt profile and authorization handling 2020-09-28 13:55:22 +02:00