feat: Add info to readme
All checks were successful
Build Docker / Build Docker (push) Successful in 19s
All checks were successful
Build Docker / Build Docker (push) Successful in 19s
This commit is contained in:
parent
61b3e900de
commit
a9a4018e97
@ -10,3 +10,11 @@ Allowed Grant Types: `authorization_code`
|
|||||||
Allowed Response Types: `code`
|
Allowed Response Types: `code`
|
||||||
Token Endpoint Authentication Method: `client_secret_post`
|
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`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user