Get Vidm Oauth Clien Id
Get client-id of password grant OAuth client registered at VMware Identity Manager. This client-id along with user credentials is required while making an access token request to VMware Identity Manager.
Request
URI
GET
https://{api_host}/api/ni/auth/vidm/client-id
COPY
Responses
200
Success
Returns VidmOauthClientResponse of type(s) application/json
{
"vidm_appliance": "identity.domain.com",
"client_id": "Operations for Networks Client-ID"
}
string
vidm_appliance
Optional
Fully quallified domain name of VMware Identity Manager configured in Operations for Networks
string
client_id
Optional
Client-id of the password grant OAuth client
403
Forbidden
Returns ApiError of type(s) application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32 As int32
code
Optional
code
string
message
Optional
message
500
Internal Error
Operation doesn't return any data structure
Authentication Operations
POST
Create
POST
Create Vidm User Token
DELETE
Delete
GET
Get Vidm Oauth Clien Id