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

OAuth Mediator

The OAuth Mediator supports 2 forms of OAuth. It bypasses the RESTFull requests and authenticates users against WSO2 Identity Server.



Syntax

<oauthService remoteServiceUrl="" />

UI Configuration

OAuth Server - Server URL of the WSO2 Identity Server.


Example

<oauthService xmlns="http://ws.apache.org/ns/synapse" remoteServiceUrl="https://localhost:9443/services" />