Generic token REST endpoint

The Adminapp REST API of Airlock IAM offers an interface to manage arbitrary tokens, i.e. tokens for authentication methods that are not integrated in the product.

The API supports a variety of use-cases such as creation, update, enabling / disabling and deletion of tokens, as well as the management of activation letters.

The API is protected by role-based access control just like the standard authentication methods.

Although the generic token controller solution has been designed with authentication token management in mind, it may be used to manage any data that is connected to a user (e.g. display app/device information).