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.
Path parameters
A service ID.
Query parameters
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.
Get the JSON Patch RFC 6902 JavaScript Object Notation (JSON) Patch to be applied.
Response
Service configuration retrieved successfully
An object representing OpenID Provider configuration information. See OpenID Provider Metadata and OpenID Provider Configuration Response for more details.