hns-login/README.md
Nathan Woodburn a9a4018e97
All checks were successful
Build Docker / Build Docker (push) Successful in 19s
feat: Add info to readme
2024-02-13 22:54:42 +11:00

21 lines
562 B
Markdown

# varo-openid
## Add a client
Go to /create-client and add a new client.
Set the following parameters:
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`