hns-login/README.md
Nathan Woodburn 5c37d3aba5
Some checks failed
Build Docker / Build Docker (push) Failing after 22s
feat: Add code to run worklow
2024-02-09 23:06:26 +11:00

13 lines
264 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`