hns-login/README.md

21 lines
562 B
Markdown
Raw Normal View History

2024-02-09 12:50:43 +11:00
# varo-openid
2024-02-09 23:04:20 +11:00
## Add a client
2024-02-09 23:06:26 +11:00
Go to /create-client and add a new client.
2024-02-13 22:54:42 +11:00
Set the following parameters:
2024-02-09 23:04:20 +11:00
2024-02-13 22:54:42 +11:00
Allowed Scope: `profile`
Allowed Grant Types: `authorization_code`
Allowed Response Types: `code`
2024-02-09 23:04:20 +11:00
Token Endpoint Authentication Method: `client_secret_post`
2024-02-13 22:54:42 +11:00
## 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`