Register client.
POST {{baseUrl}}/register
Registers client based on given security profile.
Request Body
{"jwks"=>{"keys"=>[{"e"=>"<string>", "n"=>"<string>", "kty"=>"<string>", "kid"=>"<string>"}, {"e"=>"<string>", "n"=>"<string>", "kty"=>"<string>", "kid"=>"<string>"}]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"client_id":"0b2d1cde-cc76-11e7-abc4-cec278b6b50a","registration_client_uri":"https://southgate.eu-central.mindsphere.io/api/agentmanagement/v3/register/0b2d1cde-cc76-11e7-abc4-cec278b6b50a","registration_access_token":"eyJh...","client_secret":"eiusmod ea sunt id","client_secret_expires_at":1511020133,"grant_types":["NATIVE_CA_CERTIFIED_X509","SHARED_SECRET"],"token_endpoint_auth_method":"client_secret_jwt"}