Skip to content

Latest commit

 

History

History
 
 

apim-is-sso

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

WSO2 API Manager with Identity Server

Versions

Prerequisites

  • 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.



Quick Start Guide

  1. 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.

  2. Switch to the presales-demos/apim-is-sso/vX.X.X folder.

    cd presales-demos/apim-is-sso/vX.X.X
    
  3. Execute the following Docker Compose command to start the deployment.

    docker-compose up
    
  4. 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
  5. To stop the services execute the following command.

    docker-compose down