Configuring a basic user registry for Liberty
You can configure a basic user registry in Liberty for authentication.
The latest documentation about configuring a basic user registry for Liberty is available on the Open Liberty website.
About this task
You can use a basic user registry by defining the users and groups information for authentication
on the Liberty server. To do this, you add
the appSecurity-2.0
Liberty feature to the
server.xml file, along with user information in the
basicRegistry
element.