Merge pull request #773 from terbolous/azure-oauth

Add Account creation/permission handling based on Azure oAuth group membership
This commit is contained in:
Khanh Ngo
2020-10-10 14:20:26 +02:00
committed by GitHub
4 changed files with 135 additions and 0 deletions

View File

@ -83,6 +83,11 @@ class Setting(db.Model):
'azure_admin_group': '',
'azure_operator_group': '',
'azure_user_group': '',
'azure_group_accounts_enabled': False,
'azure_group_accounts_name': 'displayName',
'azure_group_accounts_name_re': '',
'azure_group_accounts_description': 'description',
'azure_group_accounts_description_re': '',
'oidc_oauth_enabled': False,
'oidc_oauth_key': '',
'oidc_oauth_secret': '',