mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-01 10:35:44 +00:00
[Web] add mTLS Authentication
This commit is contained in:
+2
-1
@@ -29,7 +29,8 @@ $template_data = [
|
||||
'oauth2_request' => @$_SESSION['oauth2_request'],
|
||||
'is_mobileconfig' => str_contains($_SESSION['index_query_string'], 'mobileconfig'),
|
||||
'login_delay' => @$_SESSION['ldelay'],
|
||||
'has_iam_sso' => ($iam_provider) ? true : false
|
||||
'has_iam_sso' => ($iam_provider) ? true : false,
|
||||
'has_ssl_client_auth' => has_ssl_client_auth()
|
||||
];
|
||||
|
||||
$js_minifier->add('/web/js/site/index.js');
|
||||
|
||||
Reference in New Issue
Block a user