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.
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
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
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:
- Stop the Apache Tomcat server if it is already running.
- Copy the playground2 file to the
<TOMCAT_HOME>/webapps
folder. - Start the Apache Tomcat server.