From 17ac37bfbd5f755d3f65010dcabdbb7718245e87 Mon Sep 17 00:00:00 2001 From: dimw Date: Mon, 30 Mar 2026 19:17:13 +0200 Subject: [PATCH] doc: update email authentication instructions for individual addresses Signed-off-by: dimw --- docs/docs/configuration/providers/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/providers/index.md b/docs/docs/configuration/providers/index.md index 6f333e5a..f8ba7ef8 100644 --- a/docs/docs/configuration/providers/index.md +++ b/docs/docs/configuration/providers/index.md @@ -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