IdmService
Service for making REST API calls to IDM.
Usage
{
"name": string,
"type": "IdmService",
"config": {
"baseEndpoint": config expression<uri>,
"endpointHandler": Handler reference
}
}
Properties
"baseEndpoint"
: configuration expression<uri>, required-
The base URI of the IDM instance to use.
"endpointHandler"
: Handler reference, required-
The handler to make requests to the managed objects endpoint.
Make sure this handler is configured to get the required IDM authorization, such as an
access_token
.