ISAM authorization API

The ISAM authorization API is the interface between the resource manager requesting the authorization check and the authorization service itself.

The authorization API allows Security Verify Access applications and other applications to query the authorization service to make authorization decisions. At the same time, the authorization API shields the application from the complexities of the actual decision-making process, including issues of management, storage, caching, replication, credential formats, and authentication methods.

The authorization API provides a standard programming model for coding authorization requests and decisions. We can use the authorization API to make standardized calls to the centrally managed authorization service from any existing or newly developed application. The authorization API can be used in one of the following modes:

The authorization API also works independently from the underlying security infrastructure, the credential format, and the evaluating mechanism. The authorization API makes it possible to request an authorization check and get a simple yes or no recommendation in return. The details of the authorization check mechanism are invisible to the user.

Parent topic: Security Verify Access overview