The Client Credentials Grant is one of the four grant types in the OAuth 2.0 specification. For more information about this grant type, see Client Credentials Grant.
Running the application
Note |
---|
Before you begin, you must first set up the sample webapp. |
- Visit the URL http://localhost:8080/playground2/oauth2.jsp to start the application.
Enter the following details and click Authorize.
Panel bgColor #F0F0F0 borderStyle solid 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/authorizeInfo 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 borderStyle solid Access Token Endpoint: https://localhost:9443/oauth2/token?tenantDomain=wso2.com
- At this point the application receives the Access Token.
- Click on Get Photos.
Now you should be able to see the user photos.