Advanced Parameters

First Login Default Group/Role

From LDAP / SSO Configuration section of the Administration > System page, you can decide which global role or group will be associated to a user the first time they log into Squore.

Default Global Role
  • STANDARD_USER (default): Standard users can view projects.

  • ADVANCED_USER: Advanced users can view projects and create new ones.

  • ADMINISTRATOR: Administrators can view projects and administer the server. They cannot create projects.

  • DEMO_USER: Demo users can view projects and create new ones. Plus, they can analyse files located on the server.

If none of these choices fit your needs, you can create a specific global role from Administration > Roles page.

Default Group
  • users: Users from this group can view and create projects.

  • admin: Users from this group can administer Squore and view projects, but they cannot create projects.

If none of these choices fit your needs, you can create a specific group from Administration > Groups page. If no group is specified, then the user will not be added to any group.

Login Case Sensitivity

It is possible to configure login case sensitivity for users, in order to adapt to your corporate policy.

Simply change the value of the case-sensitive-login element in <SQUORE_HOME>/server/standalone/configuration/standalone.xml file, in urn:com:vector:squore subsystem. As follows:

<subsystem xmlns="urn:com:vector:squore:1.0" >
	<security>
		<case-sensitive-login>false</case-sensitive-login>
	</security>
</subsystem>

Make sure you do not have users with same login but in different case, before setting the property to false.