Request VCS IDP OIDC Configuration.
Returns openid-config.
Response
OK
The Credential Issuer's identifier.
URL of the OP's OAuth 2.0 Authorization Endpoint.
URL of the Credential Issuer's Credential Endpoint. This URL MUST use the https scheme and MAY contain port, path and query parameter components.
URL of the Credential Issuer's Batch Credential Endpoint. This URL MUST use the https scheme and MAY contain port, path and query parameter components. If omitted, the Credential Issuer does not support the Batch Credential Endpoint.
URL of the Credential Issuer's Deferred Credential Endpoint. This URL MUST use the https scheme and MAY contain port, path, and query parameter components. If omitted, the Credential Issuer does not support the Deferred Credential Endpoint.
URL of the Credential Issuer's Notification Endpoint. This URL MUST use the https scheme and MAY contain port, path, and query parameter components. If omitted, the Credential Issuer does not support the Notification Endpoint.
Boolean value specifying whether the Credential Issuer supports returning credential_identifiers parameter in the authorization_details Token Response parameter, with true indicating support. If omitted, the default value is false.
String that is a signed JWT. This JWT contains Credential Issuer metadata parameters as claims.
An object that describes specifics of the Credential that the Credential Issuer supports issuance of. This object contains a list of name/value pairs, where each name is a unique identifier of the supported credential being described.
URL of the OP's Dynamic Client Registration Endpoint.
URL of the OP's OAuth 2.0 Token Endpoint.
JSON array containing a list of client authentication methods supported by this token endpoint. Default is "none".
JSON array containing a list of the OAuth 2.0 response_type values that this OP supports.
JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this server supports.
JSON array containing a list of the OAuth 2.0 Grant Type values that this OP supports.
JSON Boolean indicating whether the issuer accepts a Token Request with a Pre-Authorized Code but without a client id. The default is false.