This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

OAuth Mediator

The OAuth Mediator supports 2-legged OAuth. This bypasses the RESTFull requests and authenticate 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/service" />