Versions Compared

Key

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

This page is under construction

Running the application:

  1. Visit the URL http://localhost:8080/playground2/oauth2.jsp to start the application.
  2. Enter the following details and click Authorizeclick Authorize.

    Panel
    bgColor#F0F0F0
    borderStylesolid

    Authorization Grant Type: Client Credentials
    Client ID: (the client id received at the application registration)
    Client Secret: (client secret received at the application registration)
    Authorize Endpoint: https://localhost:9443/oauth2/authorize

    Info

    If you have configured the service provider in a tenant, you have to add the tenant domain as a query parameter to the access token endpoint.

    If the tenant domain is wso2.com, access token endpoint will be as follows.

    Panel
    titleBGColor#F0F0F0
    borderStylesolid

    Access Token Endpoint: https://localhost:9443/oauth2/token?tenantDomain=wso2.com

     

  3. At this point the application receives the Access Token.
    5.pngImage Modified
  4. Click on Get Photos.
  5. Now you should be able to see the user photos.
    6.pngImage Modified