- v1.0.0 - Setup using MySQL v5.7, wso2-am-2.2.0, wso2is-5.5.0
- Documentations: Configuring Identity Server as IdP for SSO
- Install Git, Docker and Docker Compose
in order to run the steps provided in following Quick start guide.
- In order to run this Docker Compose setup, you will need an active Free Trial Subscription
from WSO2 since the referring Docker images hosted at docker.wso2.com contains the latest updates and fixes for WSO2 API Manager 2.2.0 and
WSO2 Identity Server 5.5.0. You can sign up for a Free Trial Subscription here.
-
Clone this git repository.
git clone https://github.com/wso2/platform-scenarios.git
If you are to try out an already released zip of this repo, please ignore this 1st step.
-
Switch to the
presales-demos/apim-is-sso/vX.X.X
folder.cd presales-demos/apim-is-sso/vX.X.X
-
Execute the following Docker Compose command to start the deployment.
docker-compose up
-
Once the deployment is started, try to access the web UIs via following URLs and default credentials
on your favorite web browser.https://api-manager:9444/publisher https://api-manager:9444/store https://api-manager:9444/admin https://api-manager:9444/carbon/
Access the servers using following credentials.
- Username: admin
- Password: admin
- Username: admin
-
To stop the services execute the following command.
docker-compose down