OAuth

Figure 1: OAuth Management
WSO2 Identity Server supports 2-legged and 3-legged OAuth
To enable OAuth support for your client application, first you need to register your application by providing an application name and a callback url
- Consumer Key: OAuth consumer key
- Consumer Secret: OAuth consumer secret
- Access Token Url: https://localhost:9443/oauth/access-token
- Authorize Url: https://localhost:9443/oauth/authorize-url
- Request Token Url: https://localhost:9443/oauth/request-token