mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2024-11-09 09:50:01 +00:00
Replace deprecated "require_domain" option
parent
6d3b98ea1d
commit
d02793fe75
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ providers:
|
|||
redirect_url: "https://login.luzifer.io/login"
|
||||
|
||||
# Optional, defaults to no limitations
|
||||
require_domain: "example.com"
|
||||
require_domains: [ "example.com" ]
|
||||
# Optional, defaults to "user-id"
|
||||
user_id_method: "full-email"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue