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/.
Downloading a Sample
To be able to deploy the samples available on Identity Server, you need to download it onto your machine.Â
Follow the instructions below to download the samples from GitHub.
Create a folder on your local machine and navigate to it using your command line.
Run the following commands.mkdir is-samples cd is-samples/ git init git remote add -f origin https://github.com/wso2/product-is.git
git config core.sparseCheckout true
Navigate into the .
git/info/
 directory and list out the folders/files you want to check out using theÂecho
 command. Âcd .git cd info echo "modules/samples/" >> sparse-checkout
Checkout the
v5.1.0
tag to update the empty repository with the remote one.Âgit checkout -b v5.1.0 v5.1.0Â
Access the samples by navigating to theÂ
<is-samples>/modules /samples
 directory.