The OAuth Mediator supports 2 forms of OAuth. It bypasses the RESTFull requests and authenticates users against WSO2 Identity Server.
...
Table of Contents |
---|
maxLevel | 3 |
---|
minLevel | 3 |
---|
style | border:1 |
---|
location | top |
---|
type | flat |
---|
separator | pipe |
---|
|
...
Syntax
Code Block |
---|
|
<oauthService remoteServiceUrl="" />
|
...
OAuth Server - Server URL of the WSO2 Identity Server.
...
Example
Code Block |
---|
|
<oauthService xmlns="http://ws.apache.org/ns/synapse" remoteServiceUrl="https://localhost:9443/serviceservices" />
|
Excerpt |
---|
|
Description of the OAuth Mediator in WSO2 ESB. |