Mechanisms for adding registry attributes to a credential

We can configure an external service to add attributes to a user credential.

The WebSEAL authentication process accesses the ISAM user registry and builds a credential for the user. The credential contains user information needed to make access decisions such as the user name and the list of groups to which the user belongs.

WebSEAL supports several different mechanisms (services) that allow administrators and application developers to extend the authentication process. When WebSEAL conducts the authentication process, it checks to see if any external services have been implemented and configured. When they have, WebSEAL calls those services. The services can do their own processing to build a list of extended attributes about the user identity. These extended attributes are added to the user credential.

The following service is supported:

Parent topic: Extended attributes for credentials