zitadel-oidc/pkg/op
James Batt 86fd502434
feat(op): implemented support for client_credentials grant (#172)
* implemented support for client_credentials grant

* first draft

* Update pkg/op/token_client_credentials.go

Co-authored-by: Livio Amstutz <livio.a@gmail.com>

* updated placeholder interface name

* updated import paths

* ran mockgen

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2022-05-09 15:06:54 +02:00
..
mock feat(op): implemented support for client_credentials grant (#172) 2022-05-09 15:06:54 +02:00
auth_request.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
auth_request_test.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
client.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
config.go feat(op): implemented support for client_credentials grant (#172) 2022-05-09 15:06:54 +02:00
config_test.go feat: Token Revocation, Request Object and OP Certification (#130) 2021-11-02 13:21:35 +01:00
crypto.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
discovery.go feat(op): implemented support for client_credentials grant (#172) 2022-05-09 15:06:54 +02:00
discovery_test.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
endpoint.go fix: custom absolute endpoints 2020-02-21 10:04:50 +01:00
endpoint_test.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
error.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
keys.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
keys_test.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
op.go feat(op): implemented support for client_credentials grant (#172) 2022-05-09 15:06:54 +02:00
probes.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
session.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
signer.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
storage.go feat(op): implemented support for client_credentials grant (#172) 2022-05-09 15:06:54 +02:00
token.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
token_client_credentials.go feat(op): implemented support for client_credentials grant (#172) 2022-05-09 15:06:54 +02:00
token_code.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
token_exchange.go feat: Token Revocation, Request Object and OP Certification (#130) 2021-11-02 13:21:35 +01:00
token_intospection.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
token_jwt_profile.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
token_refresh.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
token_request.go feat(op): implemented support for client_credentials grant (#172) 2022-05-09 15:06:54 +02:00
token_revocation.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
userinfo.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
verifier_access_token.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
verifier_id_token_hint.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00
verifier_jwt_profile.go fix: move to new org (#177) 2022-04-26 23:48:29 +02:00