...
The SOAP endpoint, on the other hand, is for the resource owners to directly interact with the Authorization server and revoke authorization grants for applications they previously granted access to, without the OAuth 2.0 application/client being an intermediary in the process. The use of this SOAP endpoint is demonstrated by the WSO2 Identity Server’s management console at ‘Configure’ > ‘My dashboard under Authorized Apps‘ for resource owners to login and revoke application authorization.
- Go to the dashboard URL: https://localhost:9443/dashboard/.
- Click the Login button.
- Enter your username and password and click the Sign In button. The dashboard appears.
- Click the View details button to access the components.
...
- Once you have logged in, click View details under Authorized Apps. The following page appears, listing out the available apps.
The Authorized Apps page indicates the user has granted authorization to the application ‘Playground2.0
travelocity
′ created by user ‘AppDev
admin
’.
The token revocation end-point also supports CORS (Cross-Origin Resource Sharing) specification and also JSONP (Remote JSON – JSONP).
...