Page History
...
WSO2 API Manager provides the OAuth2 bearer token as its default authentication mechanism. The source code of the A sample implementation is here. Similarly, you can extend the API Manager to support any custom authentication mechanism by writing your own authentication handler class. This custom handler must extend org.apache.synapse.rest.AbstractHandler
class and implement the handleRequest()
and handleResponse()
methods.
...
Overview
Content Tools
Activity