authelia/internal
James Elliott ddea31193b
feature(oidc): add support for OpenID Connect
OpenID connect has become a standard when it comes to authentication and
in order to fix a security concern around forwarding authentication and authorization information
it has been decided to add support for it.

This feature is in beta version and only enabled when there is a configuration for it.
Before enabling it in production, please consider that it's in beta with potential bugs and that there
are several production critical features still missing such as all OIDC related data is stored in
configuration or memory. This means you are potentially going to experience issues with HA
deployments, or when restarting a single instance specifically related to OIDC.

We are still working on adding the remaining set of features before making it GA as soon as possible.

Related to #189

Co-authored-by: Clement Michaud <clement.michaud34@gmail.com>
2021-05-05 00:15:36 +02:00
..
authentication fix: removed deprecated smtp/ldap options (#1912) 2021-04-16 11:44:37 +10:00
authorization feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
commands feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
configuration feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
duo [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
handlers feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
logging [BUGFIX] Disable colored logging outputs when file is specified (#1603) 2021-01-15 22:16:41 +11:00
middlewares feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
mocks feat(session): add redis sentinel provider (#1768) 2021-03-10 10:03:05 +11:00
models [MISC] Implement golint recommendations (#885) 2020-04-20 23:03:38 +02:00
notification fix(notification): don't remove file based notifier on start up (#1862) 2021-03-31 13:27:31 +11:00
oidc feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
regulation [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
server feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
session feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
storage [CI] Update QEMU to v5.1.0-2 (#1321) 2020-09-18 22:05:43 +10:00
suites feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
templates fix(web): improve 2fa enrollment process (#1706) 2021-02-12 16:59:42 +11:00
utils feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00