authelia/docs
James Elliott 28cd927f88
fix(authentication): msad dlsg excluded from default filter (#4569)
The groups filter narrowing for Active Directory to purposefully exclude distribution groups (which are not designed to act as security groups) unintentionally removed DLSG's from the filter results. This effectively reverts that allowing both DLSG's and GUSG's to be returned by default.

Fixes #4551, Fixes #4528
2022-12-14 14:57:32 +11:00
..
archetypes docs: upgrade to doks 0.5.0 (#3689) 2022-07-14 14:29:54 +10:00
assets docs: update get started (#3907) 2022-08-26 20:46:47 +10:00
config ci: gen github tmpl locales and commitlint (#3759) 2022-09-16 14:21:05 +10:00
content/en fix(authentication): msad dlsg excluded from default filter (#4569) 2022-12-14 14:57:32 +11:00
data fix(configuration): certificate_chains can't be defined as secrets (#4302) 2022-10-31 11:52:14 +11:00
functions feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
i18n fix: lints (#3802) 2022-08-07 19:08:37 +10:00
layouts docs: update proxy docs (#4449) 2022-11-30 09:12:50 +11:00
static docs: update branding (#3764) 2022-07-29 15:29:58 +10:00
.editorconfig docs: update dates (#3615) 2022-06-28 15:27:14 +10:00
.eslintignore feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.eslintrc.json feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.gitignore feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.markdownlint-cli2.jsonc feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.stylelintignore feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.stylelintrc.json feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
LICENSE feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
README.md feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
babel.config.js feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
netlify.toml docs: bump versions (#4524) 2022-12-09 10:42:29 +11:00
package.json docs: bump versions (#4524) 2022-12-09 10:42:29 +11:00
pnpm-lock.yaml docs: bump versions (#4524) 2022-12-09 10:42:29 +11:00
theme.toml feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00

README.md

The Authelia website / documentation source.

Please:

  • Only edit the /content folder via the main Authelia monorepo
  • Edit everything else via the Authelia website repo

See the Documentation Contributing Guide for more information.