v16

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-04-0886158866.0 KB
Service Management

Get Service Configuration

This API gathers configuration information about a service.

This API is supposed to be called from within the implementation of the configuration endpoint of the service where the service that supports OpenID Connect and OpenID Connect Discovery 1.0 must expose its configuration information in a JSON format. Details about the format are described in "3. OpenID Provider Metadata" in OpenID Connect Discovery 1.0.

get/api/{serviceId}/service/configuration

Path parameters

serviceIdstring required

A service ID.

Query parameters

prettyboolean

This boolean value indicates whether the JSON in the response should be formatted or not. If true, the JSON in the response is pretty-formatted. The default value is false.

patchstring

Get the JSON Patch RFC 6902 JavaScript Object Notation (JSON) Patch to be applied.

Response

Service configuration retrieved successfully

object required

An object representing OpenID Provider configuration information. See OpenID Provider Metadata and OpenID Provider Configuration Response for more details.