Software AG Products 10.5 | Using CentraSite | Runtime Governance | Run-Time Policy Management | Built-In Run-Time Actions Reference (CentraSite Control) | The watt.server.auth.skipForMediator Property
 
The watt.server.auth.skipForMediator Property
This property specifies whether Integration Server authenticates requests for Mediator. You must set this property to true.
No request to Mediator should be authenticated by Integration Server. Instead, authentication should be handled by Mediator. Thus, to enable Mediator to authenticate requests, you must set skipForMediator to true (by default it is false).
When this parameter is set to true, Integration Server skips authentication for Mediator requests and allows the user credentials (of any type) to pass through so that Mediator can authenticate them. If you change the setting of this parameter, you must restart Integration Server for the changes to take effect.
*To set skipForMediator to true
1. In the Integration Server Administrator, click Settings > Extended.
2. Click Show and Hide Keys.
Look for the watt.server.auth.skipForMediator property and ensure it is set to true.
3. If the watt.server.auth.skipForMediator property is not present, add it as follows:
a. Click Edit Extended Settings.
b. Type watt.server.auth.skipForMediator=true on a separate line.
c. Click Save.
d. Restart Integration Server.