Try Implicit Grant

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

The Implicit Grant is one of the four grant types in the OAuth 2.0 specification. For more information about this grant type, see Implicit Grant.

Running the application

Before you begin, you must first set up the sample webapp. 

  1. Visit the URL http://wso2is.local:8080/playground2/oauth2.jsp to start the application.

  2. Enter the following details and click Authorize.

  3. Log in with the user.

  4. Click Approve to consent to this action.

  5. At this point the application receives the Access Token. Enter the introspection endpoint (i.e, https://localhost:9443/oauth2/introspect) and click Get TokenInfo to get the token information. 

  6. Now you should be able to see the access token information as seen below, as long as the provided access token is valid.

Related Topics