Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

Table of Contents
maxLevel3
minLevel3

...

styleborder:1
locationtop
typeflat
separatorpipe

...

Syntax

Code Block
XML
XML

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

...

  • 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.

    Info
    titleNote

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

...

Example

Code Block
XML
XML

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

Description of the Entitlement Mediator in WSO2 ESB.