...
Info |
---|
If you are using OAuth 1 a, you will get the |
...
In the following OAuth mediator configuration accesses a remote service via the https://localhost:9443/service
URL. The user accessing this service is authenticated via the OAuth application registered in the WSO2 Identity Server and accessed via the http://ws.apache.org/ns/synapse
URL. The username used to log into the WSO2 Identity Server is foo
and the password is bar
. Both the user name and the password should be registered in the Identity Server. The Property mediator adds a property named scope
to the axis2 synapse message context. The value of this property will be used by the OAuth mediator to send the OAuth request.
Code Block | ||
---|---|---|
| ||
<property name="scope" scope="axis2default" type="STRING" value="123"/> <oauthService xmlns="http://ws.apache.org/ns/synapse" remoteServiceUrl="https://localhost:9443/services" username="foo" password="bar" /> |