It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
ProxiesSSOSettings
editProxiesSSOSettings
editThe single sign-on settings for all proxies.
Properties
edit-
cookie_name
(string
, required) - Name of the HTTP cookie used for single-sign-on
-
default_redirect_path
(string
, required) - Default path where users are redirected after a successful single-sign-on
-
dont_log_requests
(boolean
, required) - If true, don't log requests
-
maintenance_bypass_cookie_name
(string
, required) - Name of the cookie that bypasses maintenance
-
max_age
(integer
asint64
, required) - Maximum age of single-sign-on token in milliseconds
-
sso_secret
(string
, required) - Secret string for single-sign-on
Example
edit{ "cookie_name" : "string", "default_redirect_path" : "string", "dont_log_requests" : true, "maintenance_bypass_cookie_name" : "string", "max_age" : 0, "sso_secret" : "string" }