You can configure a custom user registry on Process Federation Server for
user authentication.
Before you begin
You have a custom user registry implementation.Restriction: To set up single
sign-on (SSO) between
Process Federation Server and
federated servers, ensure that user names in the user registry have the following format:
uid=%user security name%, %base dn%
Procedure
- Convert the implementation class for your custom user registry to an OSGi
service.
- Package the custom user registry as an OSGi bundle and
export the UserRegistry service.
- Create a feature manifest file to include the OSGi bundle.
- Install the feature on Process Federation Server.
- Enable the feature on the server by adding the feature
name to the server.xml file.
For
example, if your feature is called usr:customRegistrySample-1.0, the
server.xml file
contains the following entry:
<featureManager>
...
<feature>usr:customRegistrySample-1.0</feature>
</featureManager>
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15