authelia/docs
James Elliott ef549f851d
feat(oidc): add additional config options, accurate token times, and refactoring (#1991)
* This gives admins more control over their OIDC installation exposing options that had defaults before. Things like lifespans for authorize codes, access tokens, id tokens, refresh tokens, a option to enable the debug client messages, minimum parameter entropy. It also allows admins to configure the response modes.
* Additionally this records specific values about a users session indicating when they performed a specific authz factor so this is represented in the token accurately. 
* Lastly we also implemented a OIDC key manager which calculates the kid for jwk's using the SHA1 digest instead of being static, or more specifically the first 7 chars. As per https://datatracker.ietf.org/doc/html/draft-ietf-jose-json-web-key#section-8.1.1 the kid should not exceed 8 chars. While it's allowed to exceed 8 chars, it must only be done so with a compelling reason, which we do not have.
2021-07-04 09:44:30 +10:00
..
_includes [DOCS] Add fork me on github ribbon to documentation. (#1081) 2020-06-04 13:37:19 +10:00
_layouts docs: add link for users to take quick survey on usage (#1993) 2021-05-10 01:23:57 +10:00
_sass feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
community docs: fix capitalization (#1980) 2021-05-06 07:12:32 +10:00
configuration feat(oidc): add additional config options, accurate token times, and refactoring (#1991) 2021-07-04 09:44:30 +10:00
contributing docs: add oidc package in contributor guidelines (#1971) 2021-05-05 09:08:14 +10:00
deployment docs: add matrix space information and update readme (#2061) 2021-06-06 15:53:28 +10:00
features docs: refactor several areas of documentation (#1726) 2021-04-11 21:25:03 +10:00
home docs: Add a page listing supported proxies. (#1907) 2021-04-13 10:41:49 +02:00
images docs: update logos with transparent backgrounds (#2071) 2021-06-08 10:41:11 +10:00
security docs: refactor and update security (#1944) 2021-06-01 14:11:33 +10:00
.gitignore [DOCS] Bootstrap new documentation website based on just-the-docs (#659) 2020-02-29 01:43:59 +01:00
Gemfile [MISC] (deps): Bump github-pages and jekyll in /docs (#1257) 2020-08-11 21:54:29 +10:00
Gemfile.lock build(deps): bump nokogiri from 1.11.3 to 1.11.4 in /docs (#2011) 2021-05-20 13:27:08 +10:00
_config.yml docs: fix license link (#1905) 2021-04-11 21:39:05 +10:00
faq.md docs: refactor several areas of documentation (#1726) 2021-04-11 21:25:03 +10:00
favicon.ico [DOCS] Bootstrap new documentation website based on just-the-docs (#659) 2020-02-29 01:43:59 +01:00
getting-started.md feat(examples): improve local setup script (#2094) 2021-06-18 10:01:09 +10:00
index.md feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
roadmap.md feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00