doc: update email authentication instructions for individual addresses
Signed-off-by: dimw <dimw@gmx.de>
This commit is contained in:
parent
df08c8d1f3
commit
17ac37bfbd
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue