authelia/docs
James Elliott ad84c8c33e
feat(oidc): opaque subject identifiers (#3129)
This is a meta commit for a feature originally implemented in 0a970aef8a documenting the change from using the username as a subject identifier to a specification compliant subject identifier in the form of RFC4122 UUID V4 subject identifiers. This is a required change in order to be compliant with the specification as per https://openid.net/specs/openid-connect-core-1_0.html#SubjectIDTypes. Relying parties which utilize the subject identifier / sub claim may need manual intervention in order to relink accounts. Users who have issues will have to consult with the documentation of their individual relying parties in order to relink accounts. Users who utilized the subject identifier as a means to provision their users are also encouraged to utilize the preferred_username claim from the profile scope.
2022-04-07 17:35:54 +10:00
..
_includes docs: enhance supported proxies documentation (#2210) 2021-08-04 11:21:49 +10:00
_layouts docs: misc fixes (#2186) 2021-07-15 13:21:47 +10:00
_sass docs: enhance supported proxies documentation (#2210) 2021-08-04 11:21:49 +10:00
community docs: add oidc details for miniflux app (#3096) 2022-04-02 17:28:48 +11:00
configuration feat(oidc): opaque subject identifiers (#3129) 2022-04-07 17:35:54 +10:00
contributing refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
deployment docs: fix missing single quote (#3029) 2022-03-17 16:29:43 +11:00
features refactor: misc password policy refactoring (#3102) 2022-04-03 10:48:26 +10:00
home docs: enhance supported proxies documentation (#2210) 2021-08-04 11:21:49 +10:00
images feat(authentication): password policy (#2723) 2022-04-03 08:32:57 +10:00
roadmap feat(oidc): opaque subject identifiers (#3129) 2022-04-07 17:35:54 +10:00
security feat: implement mutual tls in the web server (#3065) 2022-04-05 09:57:47 +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.12.5 to 1.13.3 in /docs (#2919) 2022-02-27 15:19:10 +11:00
_config.yml docs: updated year (#2963) 2022-03-06 11:06:09 +11:00
about-us.md docs: update matrix links (#2675) 2021-12-04 15:50:31 +11:00
faq.md docs: add link to migrations page from faq (#2686) 2021-12-09 18:44:40 +11: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 feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00