diff --git a/README.md b/README.md index 29ec1ce..c9be1a1 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,18 @@ ## Add a client Go to /create-client and add a new client. -Set the following parameters: +Set the following parameters: -Allowed Scope: `profile` -Allowed Grant Types: `authorization_code` -Allowed Response Types: `code` +Allowed Scope: `profile` +Allowed Grant Types: `authorization_code` +Allowed Response Types: `code` 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` +