Пример запроса динамической регистрации клиента

POST/connect/register HTTP/1.1

Content-Type: application/json

Accept: application/json

Host: server.example.com

Authorization: Bearer eyJhbGciOiJSUzI1NiJ9.eyJ ...

{

"application_type": "web",

"client_name": "My Example",

"logo_uri": "https://client.example.ru/logo.png",

"subject_type": "pairwise",

"token_endpoint_auth_method": "private_key_jwt",

"grant_types": ["urn: openid: params: grant-type: ciba"],

"backchannel_token_delivery_mode": "poll",

"jwks_uri": "https://client.example.org/my_public_keys.jwks",

"contacts": ["ve7aft@example.ru", "andy@example.ru"]

}