Skip to content

Commit

Permalink
docs: add skip consent flag (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgagu authored Jul 4, 2023
1 parent 8115fd6 commit 14ca1a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/hydra/cli/hydra-create-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ client_secret=$(echo $client | jq -r '.client_secret')
--subject-type public A identifier algorithm. Valid values are public and `pairwise`. (default "public")
--token-endpoint-auth-method client_secret_post Define which authentication method the client may use at the Token Endpoint. Valid values are client_secret_post, `client_secret_basic`, `private_key_jwt`, and `none`. (default "client_secret_basic")
--tos-uri string A URL string that points to a human-readable terms of service document for the client that describes a contractual relationship between the end-user and the client that the end-user accepts when authorizing the client.
--skip-consent Flag to allow skip the consent screen for this client
```

### Options inherited from parent commands
Expand Down

0 comments on commit 14ca1a4

Please sign in to comment.