Using a custom authentication service

You can specify different authentication service components for individual security domains in EAServer 6.0 using a custom authentication service component. For example, to configure the security domain named bar to use a custom authentication service component, choose an authentication method of “cts-auth”, see “Login methods”, and enter the name of the customized service component. All users registered under the bar domain are authenticated by this component.

As an example, if you require the client user name to match a remote database user name, code the component to retrieve the client user name and password and attempt to log in to the remote database.

The security domain delegates authentication requests to this component or class: