v1
latestSwagger 2.02026-07-1772026.5 KBGetOpenIdProviderConfig
Endpoint used by participants to discover the CDR Register OpenID configuration and obtain information needed to interact with it, including its OAuth 2.0 endpoint locations.
Response
The OpenID Provider Configuration Metadata values
URL using the https scheme with no query or fragment component that the CDR Register asserts as its Issuer Identifier
URL of the CDR Register's JSON Web Key Set [JWK] document. This contains the signing key(s) used to validate access tokens issued from the CDR Register. Note that this differs from the JWKS endpoint used to validate SSAs and CDR Register client authentication
URL of the CDR Register's OAuth 2.0 Token Endpoint
JSON array containing a list of the Claim Names of the Claims that the CDR Register supplies values for
JSON array containing a list of the JWS signing algorithms (alg values) supported by the CDR Register for the ID Token to encode the Claims in a JWT. Given the CDR Register does not issue ID tokens, this field can be safely ignored
JSON array containing a list of the Subject Identifier types that the CDR Register supports. Given the CDR Register does not issue ID tokens, this field can be safely ignored
JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by this authorization server. Given the CDR Register does not support PKCE, this field can be safely ignored
JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that the CDR Register supports
JSON array containing a list of the OAuth 2.0 response_type values that the CDR Registrer supports
JSON array containing a list of the OAuth 2.0 Grant Type values that the CDR Register supports
JSON array containing a list of Client Authentication methods supported by this Token Endpoint
Boolean value indicating server support for mutual TLS client certificate bound access tokens
JSON array containing a list of the JWS signing algorithms (alg values) supported by the CDR Register for Request Objects.