Document true/false as supported value.
This commit is contained in:
parent
bb4fa3a185
commit
48467d3072
1 changed files with 2 additions and 2 deletions
|
@ -288,8 +288,8 @@ production: &base
|
|||
# auto_sign_in_with_provider: saml
|
||||
|
||||
# CAUTION!
|
||||
# This allows users to login without having a user account first. Define the allowed
|
||||
# providers using an array, e.g. ["saml", "twitter"]
|
||||
# This allows users to login without having a user account first. Define the allowed providers
|
||||
# using an array, e.g. ["saml", "twitter"], or as true/false to allow all providers or none.
|
||||
# User accounts will be created automatically when authentication was successful.
|
||||
allow_single_sign_on: ["saml"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue