mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
server: add config to enable/disable SAML SSO/SLO plugin
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
5e7928bcb9
commit
249446dc52
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user