Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions apis/oidcclients/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,19 @@ spec:
description: Exact OIDC callback URIs. Zitadel does not support wildcard redirects.
type: array
minItems: 1
uniqueItems: true
maxItems: 32
items:
type: string
format: uri
maxLength: 2048
postLogoutRedirectUris:
description: Exact destinations allowed after logout.
type: array
uniqueItems: true
maxItems: 32
items:
type: string
format: uri
maxLength: 2048
connectionSecretRef:
description: Secret written in the OIDCClient namespace with generated client credentials.
type: object
Expand Down
Loading