Configure WebSEAL to include OAuth decisions

To make an OAuth authorization decision, the authorization server requires specific information regarding the request. The required data includes the following:

WebSEAL uses the EAS plug-in to provide this required data and to use the OAuth functionality in the Advanced Access Control Module.

To include OAuth decisions as part of the standard authorization on WebSEAL requests, we need to perform the following tasks:

  1. Configure the required authorization decision data.
  2. Configure the extra EAS specific data.

This configuration ensures the correct data is passed to the EAS for each request.

Parent topic: Support for OAuth authorization decisions