authelia/web/src
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
..
assets/images [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00
components feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
hooks feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
layouts feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
models [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
services feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
themes [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00
utils [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00
views feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
App.test.tsx [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
App.tsx feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
Routes.ts feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
constants.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
index.css Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
index.tsx [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00
react-app-env.d.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
serviceWorker.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
setupTests.js [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00