diff --git a/README.md b/README.md index c9be1a1..be9c546 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,19 @@ Token Endpoint Authentication Method: `client_secret_post` ## Client settings Set the following parameters: -`Client ID`: Given by the previous step -`Client Secret`: Given by the previous step -`Authorization URL`: `https://login.hns.au/oauth/authorize` -`Token URL`: `https://login.hns.au/oauth/token` -`Userinfo URL`: `https://login.hns.au/api/me` +`Client ID`: Given by the previous step +`Client Secret`: Given by the previous step +`Authorization URL`: `https://login.hns.au/oauth/authorize` +`Token URL`: `https://login.hns.au/oauth/token` +`Userinfo URL`: `https://login.hns.au/api/me` + + + + +## Deploy your own instance + +```bash +docker volume create hns-login +docker run -d -p 9090:9090 --name hns-login -v hns-login:/app/instance git.woodburn.au/nathanwoodburn/hns-login:latest +```