OIDC list accounts (#994)

Added the function to use lists instead of a single string in account autoprovision.
This commit is contained in:
benshalev849
2021-11-19 17:53:17 +02:00
committed by GitHub
parent bfaf5655ae
commit b3f9b4a2b0
4 changed files with 89 additions and 8 deletions

View File

@ -28,6 +28,7 @@ class Setting(db.Model):
'allow_user_create_domain': False,
'allow_user_remove_domain': False,
'allow_user_view_history': False,
'delete_sso_accounts': False,
'bg_domain_updates': False,
'enable_api_rr_history': True,
'site_name': 'PowerDNS-Admin',