PingGateway

IdmApiClientService

Service for managing ApiClient data in IDM.

Usage

{
  "name": string,
  "type": "IdmApiClientService",
  "config": {
    "idmService": IdmService reference,
    "jwkSetService": JwkSetService reference
  }
}

Properties

"idmService": IdmService reference, required

The IdmService instance to use.

This handles the configuration required to call the IDM managed objects REST API.

"jwkSetService": JwkSetService reference, required

The CachingJwkSetService to use when decoding ApiClients with remote JWKs.