Generic Token Controllers extend the IAM Adminapp with custom management features. They offer a way to add project-specific functionality to the Adminapp.
- A Generic Token Controller plugin consists of two main components:
- Generic token REST endpoint
- Generic Token Controller UI configuration
The managed data has to be connected to a user and is displayed on the user detail page as in the following example:
- Usage examples:
- Manage customer-specific token data stored in the IAM database (credential persister or token data provider).
- Manage tokens by interacting with a 3rd-party token server.
- Display additional user information.
- Display additional token or device information.