authelia/internal/configuration
James Elliott 65f69aeb4e
feat(oidc): jwk selection by id (#5464)
This adds support for JWK selection by ID on a per-client basis, and allows multiple JWK's for the same algorithm.

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2023-05-22 21:14:32 +10:00
..
schema feat(oidc): jwk selection by id (#5464) 2023-05-22 21:14:32 +10:00
test_resources feat(oidc): private_key_jwt client auth (#5280) 2023-05-15 10:32:10 +10:00
validator feat(oidc): jwk selection by id (#5464) 2023-05-22 21:14:32 +10:00
config.template.yml feat(oidc): private_key_jwt client auth (#5280) 2023-05-15 10:32:10 +10:00
configuration_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
const.go fix(configuration): fail to parse large int duration (#5408) 2023-05-08 13:30:49 +10:00
decode_hooks.go feat(oidc): multiple jwk algorithms (#5279) 2023-05-15 10:03:19 +10:00
decode_hooks_test.go fix(configuration): fail to parse large int duration (#5408) 2023-05-08 13:30:49 +10:00
deprecation.go feat(oidc): private_key_jwt client auth (#5280) 2023-05-15 10:32:10 +10:00
helpers.go feat(server): listen on unix sockets (#5038) 2023-05-07 15:48:26 +10:00
helpers_test.go ci: gen github tmpl locales and commitlint (#3759) 2022-09-16 14:21:05 +10:00
koanf_callbacks.go fix(configuration): secret permission errors panic (#5141) 2023-04-08 16:02:34 +10:00
koanf_callbacks_test.go feat(oidc): multiple jwk algorithms (#5279) 2023-05-15 10:03:19 +10:00
koanf_provider_filtered_file.go refactor: interfaces (#5252) 2023-04-15 22:35:44 +10:00
koanf_provider_filtered_file_test.go feat(configuration): file filters (#4515) 2022-12-21 20:48:14 +11:00
koanf_util.go feat(server): listen on unix sockets (#5038) 2023-05-07 15:48:26 +10:00
koanf_util_test.go build(deps): update module github.com/knadh/koanf to v2 (#4952) 2023-02-19 11:49:08 +11:00
provider.go feat(oidc): multiple jwk algorithms (#5279) 2023-05-15 10:03:19 +10:00
provider_test.go feat(oidc): private_key_jwt client auth (#5280) 2023-05-15 10:32:10 +10:00
sources.go build(deps): update module github.com/knadh/koanf to v2 (#4952) 2023-02-19 11:49:08 +11:00
template.go feat(configuration): file filters (#4515) 2022-12-21 20:48:14 +11:00
template_test.go feat(server): listen on unix sockets (#5038) 2023-05-07 15:48:26 +10:00
types.go build(deps): update module github.com/knadh/koanf to v2 (#4952) 2023-02-19 11:49:08 +11:00