Generic token controller for token management in the Adminapp
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:
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.