Generic Token Controllers extend the IAM Adminapp with custom management features. They offer a way to add project-specific functionality to the Adminapp.
The solution is split into two main components:
The managed data has to be connected to a user and will show on the user detail page as in the following example:
Usage examples:
- ●Manage customer-specific token data stored in IAM database (credential persister or token data provider)
- ●Manage token by interacting with 3rd-party token server
- ●Display additional user information
- ●Display additional token or device information
For further information, please consult 18.10.2. Generic token UI and 18.10.3. Generic token REST endpoint.