authelia/internal/configuration/schema
James Elliott 684c8e21b8
feat(oidc): rfc7516 jwt encryption (#8083)
This adds RFC7516 JSON Web Encryption (JWE) support and the relevant machinery within OAuth 2.0 and OpenID Connect 1.0. Support is available for egress JWT's (such as egress ID Tokens, JWT Profile Access Tokens, Introspection Responses, etc) and for ingress JWT's (such as client assertions, token hints, etc).

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2025-02-22 11:55:02 +00:00
..
access_control.go feat(configuration): reusable definitions (#8077) 2025-02-18 09:38:36 +00:00
authentication.go feat(authentication): additional and custom attributes (#8078) 2025-02-22 06:40:08 +00:00
authentication_test.go feat(authentication): additional and custom attributes (#8078) 2025-02-22 06:40:08 +00:00
configuration.go feat(configuration): reusable definitions (#8077) 2025-02-18 09:38:36 +00:00
const.go feat(authentication): additional and custom attributes (#8078) 2025-02-22 06:40:08 +00:00
definitions.go feat(authentication): additional and custom attributes (#8078) 2025-02-22 06:40:08 +00:00
duo.go refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
identity_providers.go feat(oidc): rfc7516 jwt encryption (#8083) 2025-02-22 11:55:02 +00:00
identity_validation.go refactor: config naming (#6852) 2024-03-14 21:20:32 +11:00
keys.go feat(oidc): rfc7516 jwt encryption (#8083) 2025-02-22 11:55:02 +00:00
log.go refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
notifier.go refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
ntp.go refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
password_policy.go refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
privacy_policy.go refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
regulation.go refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
server.go fix(configuration): failure to map deprecated value correctly (#6964) 2024-03-20 10:57:11 +11:00
session.go fix(session): add connection timeout and retry options to redis (#8146) 2024-11-01 20:40:40 +00:00
shared.go refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
storage.go fix(configuration): include more helpful address mapping logs (#6909) 2024-03-16 22:50:40 +11:00
telemetry.go refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
totp.go refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
types.go feat(configuration): reusable definitions (#8077) 2025-02-18 09:38:36 +00:00
types_address.go feat(configuration): support abstract unix socket (#7662) 2025-02-18 22:59:43 +11:00
types_address_test.go feat(configuration): support abstract unix socket (#7662) 2025-02-18 22:59:43 +11:00
types_addresses_nix.go docs: fix issue template (#5541) 2023-06-08 09:18:35 +10:00
types_addresses_non_nix.go docs: fix issue template (#5541) 2023-06-08 09:18:35 +10:00
types_test.go feat(configuration): reusable definitions (#8077) 2025-02-18 09:38:36 +00:00
validator.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
validator_test.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
webauthn.go refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00