A newer version is available. For the latest information, see the
current release documentation.
AvailableAuthenticationMethods
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
AvailableAuthenticationMethods
editSpecifies the authentication methods that are enabled on the Elasticsearch cluster. NOTE: When all fields are false, only the Platform admin and Platform viewer are available.
Properties
edit-
openid(boolean, required) - Indicates that OpenID single sign-on authentication is available.
-
password(boolean, required) - Indicates that username and password authentication is available.
-
saml(boolean, required) - Indicates that SAML single sign-on authentication is available.
-
sso_methods(array[SsoAuthenticationMethodInfo], required) - Lists details for the available single sign-on methods.
Example
edit{
"openid" : true,
"password" : true,
"saml" : true,
"sso_methods" : [
{
"name" : "string",
"sso_type" : "string",
"url" : "string"
}
]
}