authelia/cmd/authelia-scripts
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
..
authelia-scripts do not hardcode /bin/bash (#1122) 2020-06-18 09:49:13 +02:00
cmd_bootstrap.go feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
cmd_build.go build(deps): update swagger-ui to v3.48.0 (#1967) 2021-05-04 08:31:50 +10:00
cmd_ci.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
cmd_clean.go [CI] Add godot linter (#958) 2020-05-02 15:06:39 +10:00
cmd_docker.go ci: publish docker images to ghcr (#1860) 2021-03-30 09:17:19 +11:00
cmd_serve.go [CI] Add godot linter (#958) 2020-05-02 15:06:39 +10:00
cmd_suites.go [MISC] Refactor and address most errcheck linter ignores (#1511) 2020-12-16 12:47:31 +11:00
cmd_unittest.go [CI] Add Codecov support (#1065) 2020-06-05 10:43:19 +10:00
const.go ci: publish docker images to ghcr (#1860) 2021-03-30 09:17:19 +11:00
docker.go ci: publish docker images to ghcr (#1860) 2021-03-30 09:17:19 +11:00
main.go feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00