1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-11-09 09:50:01 +00:00

Replace deprecated "require_domain" option

Knut Ahlers 2020-06-22 14:20:24 +02:00
parent 6d3b98ea1d
commit d02793fe75

@ -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"
```