VariableAUTO_CREATE_USER_ON_SUCCESSFUL_LOGIN
Description Automatically creates users in LogScale if they logged in with external authentication methods
Value Typeboolean
Defaultfalse
Valid ValuesfalseUsers must be created before they log on
 trueCreate the user automatically when the user logs on

Users need to be created in LogScale before they can log in with external authentication methods like SAML/LDAP/OAUTH.

Set this parameter to true - then users are automatically created in LogScale when successfully logging in with external authentication methods. If false, users must be explicitly created in LogScale before they can log in.

ini
AUTO_CREATE_USER_ON_SUCCESSFUL_LOGIN=false
AUTO_UPDATE_GROUP_MEMBERSHIPS_ON_SUCCESSFUL_LOGIN=false
ONLY_CREATE_USER_IF_SYNCED_GROUPS_HAVE_ACCESS=false
DEFAULT_GROUPS=group1, group2

In order for the login mechanism to capture and sync the users groups from the authentication mechanism, set AUTO_UPDATE_GROUP_MEMBERSHIPS_ON_SUCCESSFUL_LOGIN to true.