Skip to content

Commit 1198d41

Browse files
committed
Add variables for enabling/disabling and configure the IDP connector (#4107)
1 parent 0bd19ef commit 1198d41

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

backend/globaleaks/models/config_desc.py

+7
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ class Bool(Item):
7171
'https_selfsigned_key': Unicode(),
7272
'https_selfsigned_cert': Unicode(),
7373
'https_whistleblower': Bool(default=True),
74+
'idp': Bool(default=False),
75+
'idp_issuer': Unicode(default=''),
76+
'idp_redirectUri': Unicode(default=''),
77+
'idp_clientId': Unicode(default=''),
78+
'idp_responseType': Unicode(default=''),
79+
'idp_responseType': Unicode(default=''),
80+
'idp_scope': Unicode(default='code'),
7481
'ip_filter_admin': Unicode(default=''),
7582
'ip_filter_admin_enable': Bool(default=False),
7683
'ip_filter_analyst': Unicode(default=''),

0 commit comments

Comments
 (0)