{"id":1343,"date":"2014-09-07T14:34:45","date_gmt":"2014-09-07T14:34:45","guid":{"rendered":"https:\/\/ephesoft.com\/docs\/?p=1343"},"modified":"2020-12-03T14:51:09","modified_gmt":"2020-12-03T21:51:09","slug":"user-management","status":"publish","type":"docs","link":"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/user-connectivity\/user-management\/","title":{"rendered":"User Management"},"content":{"rendered":"

Overview<\/span><\/h3>\n

This module is responsible for handling the user’s connectivity to the application. It handles authentication as well as authorization process for the user.<\/p>\n

Configuration<\/span><\/h3>\n

Login configuration<\/span><\/h3>\n

For a user to login into Ephesoft, we need to configure \u201cserver.xml\u201d file located in the <Ephesoft installation path>\\JavaAppServer\\conf <\/b>folder.<\/p>\n

The admin will configure a tag named \u201cRealm\u201d located in server.xml. The tag can be located at following structure:<\/p>\n

<Server>\r\n<Service>\r\n<Engine>\r\n<Host>\r\n<Context >\r\n<Realm \/><\/b>\r\n<\/Context>\r\n<\/Host>\r\n<\/Engine>\r\n<\/Service>\r\n<\/Server><\/pre>\n

The realm tag has many configurable parameters. The use and need of these parameters depends upon the type of authentication server used by the user.<\/p>\n

Various implementations can be configured at once. Please refer to this link for configuring the Realms according to your requirements. Tomcat Realms<\/a><\/p>\n

The commonly used realm configurations are:<\/p>\n