1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/configuration/validator
Clément Michaud a7a2bc63fe
feat(configuration): support private-use redirect uris in oidc ()
Private-use redirect URIs are used to redirect the user to native apps initiating the authentication flow on a device as described in https://datatracker.ietf.org/doc/html/rfc8252#section-7.1

Fix 
2022-01-21 22:05:53 +11:00
..
access_control_test.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
access_control.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
authentication_test.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
authentication.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
configuration_test.go feat(storage): encrypted secret values () 2021-11-25 12:56:58 +11:00
configuration.go feat(totp): algorithm and digits config () 2021-12-01 23:11:29 +11:00
const.go feat(storage): postgresql schema and ssl options () 2021-12-02 16:36:03 +11:00
identity_providers_test.go feat(configuration): support private-use redirect uris in oidc () 2022-01-21 22:05:53 +11:00
identity_providers.go feat(configuration): support private-use redirect uris in oidc () 2022-01-21 22:05:53 +11:00
keys_test.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
keys.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
logging_test.go refactor: remove previously deprecated options () 2021-12-02 00:01:32 +11:00
logging.go refactor: remove previously deprecated options () 2021-12-02 00:01:32 +11:00
notifier_test.go fix(notifier): force use of sender email in smtp from cmd () 2021-11-30 22:15:21 +11:00
notifier.go fix(notifier): force use of sender email in smtp from cmd () 2021-11-30 22:15:21 +11:00
ntp_test.go feat(ntp): check clock sync on startup () 2021-09-17 14:44:35 +10:00
ntp.go feat(ntp): check clock sync on startup () 2021-09-17 14:44:35 +10:00
regulation_test.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
regulation.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
server_test.go refactor: remove previously deprecated options () 2021-12-02 00:01:32 +11:00
server.go refactor: remove previously deprecated options () 2021-12-02 00:01:32 +11:00
session_test.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
session.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
storage_test.go fix(storage): postgres schema hardcoded for tables query () 2021-12-03 17:29:55 +11:00
storage.go fix(storage): postgres schema hardcoded for tables query () 2021-12-03 17:29:55 +11:00
theme_test.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
theme.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
totp_test.go feat(totp): algorithm and digits config () 2021-12-01 23:11:29 +11:00
totp.go feat(totp): algorithm and digits config () 2021-12-01 23:11:29 +11:00