zitadel-oidc/pkg/op
2024-08-26 09:00:05 -04:00
..
mock updates go-jose to new updated repo due to migration 2024-08-26 09:00:05 -04:00
applicationtype_enumer.go chore: add enumer for iota-defined types (#197) 2022-07-25 20:06:49 +02:00
auth_request.go fix(op): do not redirect to unverified uri on error (#641) 2024-08-21 09:29:04 +02:00
auth_request_test.go fix(op): do not redirect to unverified uri on error (#641) 2024-08-21 09:29:04 +02:00
client.go fix: use Form instead of PostForm in ClientIDFromRequest (#360) 2023-04-04 13:45:30 +02:00
client_test.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
config.go feat: issuer from Forwarded header (#443) 2023-09-07 15:25:39 +03:00
config_test.go feat: issuer from Forwarded header (#443) 2023-09-07 15:25:39 +03: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 feat(op): add opentelemetry to token endpoint (#436) 2023-09-01 10:53:14 +02:00
device_test.go fix: enforce device authorization grant type (#400) 2023-05-26 10:52:35 +02:00
discovery.go updates go-jose to new updated repo due to migration 2024-08-26 09:00:05 -04:00
discovery_test.go updates go-jose to new updated repo due to migration 2024-08-26 09:00:05 -04: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 updates go-jose to new updated repo due to migration 2024-08-26 09:00:05 -04:00
keys_test.go updates go-jose to new updated repo due to migration 2024-08-26 09:00:05 -04:00
op.go updates go-jose to new updated repo due to migration 2024-08-26 09:00:05 -04:00
op_test.go revert 299>300 in op_test.go 2024-08-26 09:00:05 -04:00
probes.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
session.go feat: add CanTerminateSessionFromRequest interface (#418) 2023-07-18 14:15:53 +02:00
signer.go updates go-jose to new updated repo due to migration 2024-08-26 09:00:05 -04:00
storage.go updates go-jose to new updated repo due to migration 2024-08-26 09:00:05 -04:00
token.go chore: replace interface{} with any (#448) 2023-10-12 12:41:04 +03:00
token_client_credentials.go feat(op): add opentelemetry to token endpoint (#436) 2023-09-01 10:53:14 +02:00
token_code.go feat(op): add opentelemetry to token endpoint (#436) 2023-09-01 10:53:14 +02:00
token_exchange.go chore: replace interface{} with any (#448) 2023-10-12 12:41:04 +03: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): add opentelemetry to token endpoint (#436) 2023-09-01 10:53:14 +02:00
token_refresh.go feat(op): add opentelemetry to token endpoint (#436) 2023-09-01 10:53:14 +02:00
token_request.go feat(op): add opentelemetry to token endpoint (#436) 2023-09-01 10:53:14 +02: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 updates go-jose to new updated repo due to migration 2024-08-26 09:00:05 -04:00