Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.The following is a depiction of the ‘My Authorized Apps’ page at an instance when

  1. Go to the dashboard URL: https://localhost:9443/dashboard/.
  2. Click the Login button.
  3. Enter your username and password and click the Sign In button. The dashboard appears.
  4. Click the View details button to access the components.
  5. Once you have logged in, click View details under Authorized Apps. The following page appears, listing out the available apps.
    Image Added

The Authorized Apps page indicates the user ‘ResourceOwner’ has granted authorization to the application ‘Playground2.0′ created by user ‘AppDev’.Image Removed

The token revocation end-point also supports CORS (Cross-Origin Resource Sharing) specification and also JSONP (Remote JSON – JSONP).

...