This documentation is for WSO2 ESB version 4.5.1. View documentation for the latest release.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The Entitlement Mediator intecepts the requests and evaluates the actions performed by the user against the XACML policy defined at the Policy Decision Point [WSO2 Identity Server].



Syntax

<entitlementService remoteServiceUrl="" remoteServiceUserName="" remoteServicePassword="" />

UI Configuration

You have the following configuration under the Entitlement Mediator:

  • Entitlement Server - Server URL of the WSO2 Identity Server which acts as the PDP (e.g.: https://localhost:9443/services)
  • User Name - This user should have login and manage configuration permissions in the Identity Server.
  • Password- The password corresponding to the user name.

    Note

    You can configure the Mediator using XML. Click on "switch to source view" in the "Mediator" window.


Example

<entitlementService xmlns="http://ws.apache.org/ns/synapse"
remoteServiceUrl="https://localhost:9443/services"
remoteServiceUserName="user1" remoteServicePassword="L#k56@" />
  • No labels