server: add config to enable/disable SAML SSO/SLO plugin

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2014-08-28 18:40:05 +02:00
parent 5e7928bcb9
commit 249446dc52

View File

@ -1379,6 +1379,14 @@ public enum Config {
"300000",
"The allowable clock difference in milliseconds between when an SSO login request is made and when it is received.",
null),
SAMLIsPluginEnabled(
"Advanced",
ManagementServer.class,
Boolean.class,
"saml2.enabled",
"true",
"Set it to true to enable SAML SSO plugin",
null),
SAMLUserAccountName(
"Advanced",
ManagementServer.class,