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