This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Try Implicit Grant
Running the application:
- Visit the URL http://localhost:8080/playground2/oauth2.jsp to start the application.
Enter the following details and click Authorize.
Authorization Grant Type: Implicit
Client ID: (the client id received at the application registration)
Callback URL: http://localhost:8080/playground/oauth2client
Authorize Endpoint: https://localhost:9443/oauth2/authorizeIf you have configured the service provider in a tenant, you have to add the tenant domain as a query parameter to the authorize endpoint.
If the tenant domain is wso2.com, authorize endpoint will be as follows.
Authorize Endpoint: https://localhost:9443/oauth2/authorize?tenantDomain=wso2.com
Â
- Log in with the user.
- Click Approve to consent to this action.
- At this point the application receives the Access Token.
- Click on Get Photos.
Now you should be able to see the user photos.