This documentation is for WSO2 Identity Server 5.1.0 . View documentation for the latest release.
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

This page is under construction 

Configuring OAuth/OpenID Connect

Configure OAuth/OpenID Connect service provider as described in here.

Configuring the Playground2 web application

To obtain and configure the single sign-on sample, follow the steps below.

  1. You can check out the repository of the OAuth 2.0 sample from GitHub. Follow the instructions here to checkout the folder. We refer <SAMPLE_HOME> as the modules/samples folder inside the folder where the product-is repository is checked out.

    https://github.com/wso2/product-is/tree/v5.1.0/modules/samples/oauth2/playground2
  2. In your command line, navigate to <SAMPLE_HOME>/oauth2/playground2 in the folder you checked out and build the sample using the following command. You must have Apache Maven installed to do this (see Installation Prerequisites for the appropriate version to use).

    mvn clean install
  3. After successfully building the sample, a .war file named playground2 can be found inside the <SAMPLE_HOME>/oauth2/playground2/target folder. Deploy this sample web app on a web container. To do this, use the Apache Tomcat server.

    Since this sample is written based on Servlet 3.0 it needs to be deployed on Tomcat 7.x.

    Use the following steps to deploy the web app in the web container:

    1. Stop the Apache Tomcat server if it is already running.
    2. Copy the playground2 file to the <TOMCAT_HOME>/webapps folder.
    3. Start the Apache Tomcat server.

OAuth 2.0 Grant Types with WSO2 OAuth2 Playground

 OAuth 2.0 Authorization code Grant Type with WSO2 OAuth2 Playground

Unable to render {include} The included page could not be found.

 OAuth 2.0 Implicit Grant Type with WSO2 OAuth2 Playground

Unable to render {include} The included page could not be found.

 OAuth 2.0 Password Grant Type with WSO2 OAuth2 Playground

Unable to render {include} The included page could not be found.

 OAuth 2.0 Client Credentials Grant Type with WSO2 OAuth2 Playground

Unable to render {include} The included page could not be found.

  • No labels