doc: update email authentication instructions for individual addresses

Signed-off-by: dimw <dimw@gmx.de>
This commit is contained in:
dimw 2026-03-30 19:17:13 +02:00
parent df08c8d1f3
commit 17ac37bfbd
1 changed files with 3 additions and 2 deletions

View File

@ -35,8 +35,9 @@ OpenID Connect provider.
## Email Authentication
To authorize a specific email-domain use `--email-domain=yourcompany.com`. To authorize individual email addresses use
`--authenticated-emails-file=/path/to/file` with one email per line. To authorize all email addresses use `--email-domain=*`.
To authorize a specific email-domain use `--email-domain=yourcompany.com`. To authorize individual email addresses use
`--authenticated-email=user@example.com`, or `--authenticated-emails-file=/path/to/file` with one email per line.
To authorize all email addresses use `--email-domain=*`.
## Adding a new Provider