1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/configuration/schema
James Elliott 66a450ed38
feat(oidc): pre-configured consent ()
Allows users to pre-configure consent if enabled by the client configuration by selecting a checkbox during consent.

Closes 
2022-04-08 15:35:21 +10:00
..
access_control.go feat(authorization): domain regex match with named groups () 2022-04-01 22:38:49 +11:00
authentication.go feat(web): password reset custom url () 2022-04-04 17:46:55 +10:00
configuration.go refactor: misc password policy refactoring () 2022-04-03 10:48:26 +10:00
const.go feat(totp): secret customization () 2022-04-08 09:01:01 +10:00
duo.go feat(duo): multi device selection () 2021-12-01 14:32:58 +11:00
identity_providers.go feat(oidc): pre-configured consent () 2022-04-08 15:35:21 +10:00
log.go feat(configuration): replace viper with koanf () 2021-08-03 19:55:21 +10:00
notifier.go feat(notification): password reset notification custom templates () 2022-04-03 22:24:51 +10:00
ntp.go refactor(configuration): utilize time duration decode hook () 2022-03-02 17:40:26 +11:00
password_policy.go refactor(handlers): ppolicy () 2022-04-03 21:58:27 +10:00
regulation.go refactor(configuration): utilize time duration decode hook () 2022-03-02 17:40:26 +11:00
server.go feat: implement mutual tls in the web server () 2022-04-05 09:57:47 +10:00
session.go refactor(configuration): utilize time duration decode hook () 2022-03-02 17:40:26 +11:00
shared.go feat(configuration): replace viper with koanf () 2021-08-03 19:55:21 +10:00
storage.go fix(storage): postgres schema hardcoded for tables query () 2021-12-03 17:29:55 +11:00
totp.go feat(totp): secret customization () 2022-04-08 09:01:01 +10:00
validator_test.go feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
validator.go feat(storage): primary key for all tables and general qol refactoring () 2021-11-23 20:45:38 +11:00
webauthn.go build(deps): utilize github.com/go-webauthn/webauthn () 2022-03-04 10:56:30 +11:00