본문으로 건너뛰기

OIDCClientUpdate

OIDC client update request. client_id, client_type, and grant_types are immutable after creation. Use the rotate-secret endpoint to change client_secret.

name object
하나 이상(anyOf)
string
description object
하나 이상(anyOf)
string
redirect_uris object
하나 이상(anyOf)
  • Array [
  • string
  • ]
  • require_pkce object
    하나 이상(anyOf)
    boolean
    allow_refresh object
    하나 이상(anyOf)
    boolean
    allowed_audiences object
    하나 이상(anyOf)
  • Array [
  • string
  • ]
  • OIDCClientUpdate
    {
    "name": "string",
    "description": "string",
    "redirect_uris": [
    "string"
    ],
    "require_pkce": true,
    "allow_refresh": true,
    "allowed_audiences": [
    "string"
    ]
    }