summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/config.json b/config/config.json
index fb325248d..ec021045f 100644
--- a/config/config.json
+++ b/config/config.json
@@ -166,5 +166,23 @@
"DefaultServerLocale": "en",
"DefaultClientLocale": "en",
"AvailableLocales": ""
+ },
+ "SamlSettings": {
+ "Enable": false,
+ "Verify": false,
+ "Encrypt": false,
+ "IdpUrl": "",
+ "IdpDescriptorUrl": "",
+ "AssertionConsumerServiceURL": "",
+ "IdpCertificateFile": "",
+ "PublicCertificateFile": "",
+ "PrivateKeyFile": "",
+ "FirstNameAttribute": "",
+ "LastNameAttribute": "",
+ "EmailAttribute": "",
+ "UsernameAttribute": "",
+ "NicknameAttribute": "",
+ "LocaleAttribute": "",
+ "LoginButtonText": ""
}
} \ No newline at end of file