Back to index
Summary
Sets the SSO server configuration.enableSsoKerberosBooleanoptionalEnable or disable SSO Kerberos. enableSsoOpenIDConnectBooleanoptionalWhether OpenID Connect based SSO is enabled. enableSsoSamlBooleanoptionalEnable or disable SSO SAML. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.setSsoConfiguration( /* optional arguments */ )