v1

latestOpenAPI 3.0.0Apache-2.02026-07-17326898.9 KB
issuer

Request VCS IDP OIDC Configuration.

Returns openid-config.

get/issuer/{profileID}/{profileVersion}/.well-known/openid-credential-issuer

Response

OK

credential_issuerstring

The Credential Issuer's identifier.

authorization_endpointstring

URL of the OP's OAuth 2.0 Authorization Endpoint.

credential_endpointstring

URL of the Credential Issuer's Credential Endpoint. This URL MUST use the https scheme and MAY contain port, path and query parameter components.

batch_credential_endpointstring

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.

deferred_credential_endpointstring

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.

notification_endpointstring

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.

credential_identifiers_supportedboolean

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.

signed_metadatastring

String that is a signed JWT. This JWT contains Credential Issuer metadata parameters as claims.

credential_configurations_supportedobject

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.

registration_endpointstring

URL of the OP's Dynamic Client Registration Endpoint.

token_endpointstring

URL of the OP's OAuth 2.0 Token Endpoint.

token_endpoint_auth_methods_supportedstring[]

JSON array containing a list of client authentication methods supported by this token endpoint. Default is "none".

response_types_supportedstring[]

JSON array containing a list of the OAuth 2.0 response_type values that this OP supports.

scopes_supportedstring[]

JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this server supports.

grant_types_supportedstring[]

JSON array containing a list of the OAuth 2.0 Grant Type values that this OP supports.

pre-authorized_grant_anonymous_access_supportedboolean

JSON Boolean indicating whether the issuer accepts a Token Request with a Pre-Authorized Code but without a client id. The default is false.

All 32 operations