contacts is required non-empty

pull/2966/head
Hugh Nimmo-Smith 1 year ago committed by GitHub
parent 1b1bcddd7d
commit d923a45acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ Some of those metadatas are optional in the RFC but required in this context.
| `client_name` | Human-readable name of the client to be presented to the user | Required | Yes |
| `client_uri` | URL of a web page providing information about the client | Optional | Yes |
| `logo_uri` | URL that references a logo for the client | Optional | Yes |
| `contacts` | Array of strings representing ways to contact people responsible for this client, typically email addresses | Required | No |
| `contacts` | Array of strings representing ways to contact people responsible for this client, typically email addresses | Required, non-empty | No |
| `tos_uri` | URL that points to a human-readable terms of service document for the client | Required | Yes |
| `policy_uri` | URL that points to a human-readable policy document for the client | Required | Yes |
| `redirect_uris` | Array of redirection URIs for use in redirect-based flows | Required with the `authorization_code` grant ype | No |

Loading…
Cancel
Save