Skip to content

Commit

Permalink
feat: add hydra client skip consent
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgagu committed Jun 28, 2023
1 parent 03d4244 commit b6c688f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helm/charts/hydra-maester/crds/crd-oauth2clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ spec:
minLength: 1
pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*'
type: string
skipConsent:
description:
SkipConsent skips the consent screen for this client.
type: boolean
default: false
tokenEndpointAuthMethod:
allOf:
- enum:
Expand Down

0 comments on commit b6c688f

Please sign in to comment.