Install with DockerΒΆ
- Install the certificate.
- Install Docker.
- Open Virtual box, select the default machine and add the following forwarding port rules
Name | Protocol | Host IP | Host Port | Guest IP | Guest Port |
---|---|---|---|---|---|
Api | TCP | 127.0.0.1 | 5445 | 5445 | |
OpenId | TCP | 127.0.0.1 | 5443 | 5443 | |
Uma | TCP | 127.0.0.1 | 5444 | 5444 | |
WebSite | TCP | 127.0.0.1 | 4200 | 4200 | |
Kibana | TCP | 127.0.0.1 | 5601 | 5601 |
- Fetch the GIT repository https://github.com/thabart/SimpleIdentityServerDocker.git into a new folder named “Docker”.
- Open a command prompt and navigate to the folder “Docker”.
If you choose our OpenId provider SimpleIdentityServer then execute the command :
docker-compose up
Otherwise if you choose IdentityServer4 then execute the following command :
docker-compose -f Docker-Compose-IdServer.yml up