diff --git a/README.md b/README.md index 65552d8753b90ac336c78785beae4656971c2aab..db7d8e52ee9cc1b74ae766f594dca8b2c36f9f53 100644 --- a/README.md +++ b/README.md @@ -331,14 +331,21 @@ __NOTE__: The local testing environment uses a self signed certificate. This wor If you want to test it on Windows you will need to provide a valid certificate. ```bash +# with open id cd dev/docker -docker-compose build -docker-compose up -``` +docker-compose -f docker-compose.yml up + +# or for arm64 with open id +docker-compose -f docker-compose-arm64.yml up -You can then connect to the gateway at `https://localhost:9443/connect` which will start the authentication flow. You -can login with 'admin/admin'. The RDP file will download and you can open it with a remote desktop client. Also -for logging in 'admin/admin' will work. +# or for local or pam +docker-compose -f docker-compose-local.yml up +``` + +You can then connect to the gateway at `https://localhost:9443/connect` for the OpenID connect flavors which will start +the authentication flow. Or you can connect directly with the gateway set and the host set to ``xrdp`` if using the ``local`` +flavorYou can login with 'admin/admin'. The RDP file will download and you can open it with a remote +desktop client. Also for logging in 'admin/admin' will work. ## Use Point your browser to `https://your-gateway/connect`. After authentication