Resource Servers

A resource server is the definition of the server that provides access to the RESTful API being protected. Each resource server corresponds to a Reverse Proxy junction. The API Access Control component provides an extended configuration mechanism that allows more than just the standard junction management. It provides a way to:

  1. Create a basic standard junction with only the minimal required configuration or an advanced junction creation that provides all of the standard junction create options.

  2. Set the authentication options for incoming requests to the resource server.

  3. Set the default authentication policy for all requests to the resource server.

  4. Set static response headers that are set on every response to requests to the resource server.

The base level operations that occur internally when you creating a new resource server include the following:

Due to the different mix of IBM Security Verify Access operations performed, there are some tasks which are completed immediately (for example, pdadmin tasks) and some tasks that are not completed until the next commit operation is executed. This means there might be orphaned protected objects, ACLs and POPs if the creation is followed by a rollback of the pending changes. Therefore, take precaution if the administrator chooses to roll back the pending changes instead of deploying them. Take the following actions, if a cleanup or audit of orphaned API Access Control artifacts is required:

Parent topic: Overview of the API Access Control