Preconfigured User Authentication Properties

The PreConfiguredUserLoginModule authenticates the Unwired Platform Administrator user whose credentials are specified during installations.

This login module is recommended only to give the Platform administrator access to Sybase Control Center so it can be configured for production use. Administrators are expected to replace this login module immediately upon logging in for the first time.

The PreConfiguredUserLoginModule:
  • Provides role based authorization by configuring the provider com.sybase.security.core.RoleCheckAuthorizer in conjunction with this authentication provider.
  • Authenticates the user by comparing the specified username/password against the configured user. Upon successful authentication, the configured roles are added as Principals to the Subject.
PreConfiguredUserLoginModule properties
Property Description
User name A valid user name.
Password The encoded password hash value.
Roles Comma separated list of roles granted to the authenticated user for role-based authorization. Platform roles include "SUP Administrator" and "SUP Domain Administrator".

Roles are mandatory for "admin" security configuration. For example, if you define "SUP Administrator" to this property, the login id in the created login module has Platform administrator privileges.

Note: If you use other values, ensure you map Unwired Platform roles to the one you define here.
Related concepts
Preconfigured User Login Security Provider
Related tasks
Adding a Production-Grade Provider
Mapping Unwired Platform Logical Roles to Physical Roles