zitadel-oidc/pkg/op
Tim Möhlmann b7d18bfd02
chore: document non-standard glob client (#328)
* op: correct typo

rename checkURIAginstRedirects to checkURIAgainstRedirects

* chore: document standard deviation when using globs

add example on how to toggle the underlying
client implementation based on DevMode.

---------

Co-authored-by: David Sharnoff <dsharnoff@singlestore.com>
2023-03-28 14:58:57 +03:00
..
mock refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
applicationtype_enumer.go chore: add enumer for iota-defined types (#197) 2022-07-25 20:06:49 +02:00
auth_request.go chore: document non-standard glob client (#328) 2023-03-28 14:58:57 +03:00
auth_request_test.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
client.go chore: document non-standard glob client (#328) 2023-03-28 14:58:57 +03:00
client_test.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
config.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
config_test.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
context.go chore: test all routes 2023-03-15 14:32:14 +01:00
context_test.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
crypto.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
device.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
device_test.go chore: test all routes 2023-03-15 14:32:14 +01:00
discovery.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
discovery_test.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
endpoint.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00
endpoint_test.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
error.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
keys.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
keys_test.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
op.go chore: remove unused context in NewOpenIDProvider 2023-03-08 16:49:12 +02:00
op_test.go chore: test all routes 2023-03-15 14:32:14 +01:00
probes.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
session.go Merge branch 'next' into main-next 2023-03-15 16:26:32 +02:00
signer.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
storage.go feat: add CanSetUserinfoFromRequest interface (#347) 2023-03-24 18:55:41 +02:00
token.go feat: add CanSetUserinfoFromRequest interface (#347) 2023-03-24 18:55:41 +02:00
token_client_credentials.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
token_code.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
token_exchange.go refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
token_intospection.go refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
token_jwt_profile.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
token_refresh.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
token_request.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
token_revocation.go refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
userinfo.go refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
verifier_access_token.go refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
verifier_access_token_example_test.go refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
verifier_access_token_test.go refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
verifier_id_token_hint.go refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
verifier_id_token_hint_test.go refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
verifier_jwt_profile.go breaking change: rename GetKeyByIDAndUserID -> GetKeyByIDAndClientID 2023-03-02 11:24:46 +02:00