zitadel-oidc/pkg/op
Livio Amstutz b60f1ed7a8 errors
2021-09-27 09:08:34 +02:00
..
mock fix and add some tests 2021-08-20 07:49:00 +02:00
auth_request.go fix: errors 2021-08-27 13:55:02 +02:00
auth_request_test.go fix: improve error handling 2021-08-20 07:47:07 +02:00
client.go fix: check grant types and add refresh token to discovery 2021-05-27 13:44:11 +02:00
config.go task: Ease dev host name constraints 2021-08-26 20:32:51 +00: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 fix: supported ui locales from config (#107) 2021-07-09 09:20:03 +02:00
discovery_test.go fix and add some tests 2021-08-20 07:49:00 +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: improve error handling 2021-08-20 07:47:07 +02:00
keys.go fix json response 2021-08-20 07:47:45 +02:00
keys_test.go fix and add some tests 2021-08-20 07:49:00 +02:00
op.go Merge branch 'main' into op 2021-09-27 08:17:20 +02:00
probes.go feat: token introspection (#83) 2021-02-15 13:43:50 +01:00
session.go fix: improve error handling 2021-08-20 07:47:07 +02:00
signer.go chore: improve signer log messages 2021-03-05 07:53:35 +01:00
storage.go fix: parse max_age and prompt correctly (and change scope type) (#105) 2021-06-16 08:34:01 +02:00
token.go return correct scope list 2021-08-20 07:48:20 +02:00
token_code.go errors 2021-09-27 09:08:34 +02:00
token_exchange.go begin refresh token 2021-04-29 09:20:01 +02:00
token_intospection.go fix: encoding of basic auth header values 2021-03-05 07:44:37 +01:00
token_jwt_profile.go fix: improve error handling 2021-08-20 07:47:07 +02:00
token_refresh.go errors 2021-09-27 09:08:34 +02:00
token_request.go errors 2021-09-27 09:08:34 +02:00
userinfo.go fix json response 2021-08-20 07:47:45 +02:00
verifier_access_token.go correct verifier 2021-08-20 07:51:23 +02:00
verifier_id_token_hint.go refactoring 2020-09-25 16:41:25 +02:00
verifier_jwt_profile.go simplify KeyProvider interface 2021-06-30 14:10:38 +02:00