Insert client_name when upserting statically registered clients (#4417)

This commit is contained in:
Quentin Gliech
2025-04-30 11:50:49 +02:00
committed by GitHub
8 changed files with 43 additions and 26 deletions

View File

@@ -239,6 +239,10 @@
}
]
},
"client_name": {
"description": "Name of the `OAuth2` client",
"type": "string"
},
"client_secret": {
"description": "The client secret, used by the `client_secret_basic`, `client_secret_post` and `client_secret_jwt` authentication methods",
"type": "string"