AttestoPhoenix. Controller. CredentialIssuerMetadataController
(AttestoPhoenix v2.7.0)
Copy Markdown
View Source
OID4VCI Credential Issuer Metadata endpoint
(draft-ietf-oauth-openid4vci §11.2).
Builds the issuer document from the configured credential catalog and the convention-derived credential and nonce endpoint paths.
Summary
Functions
Render the OID4VCI Credential Issuer Metadata document.
Functions
@spec show(Plug.Conn.t(), map()) :: Plug.Conn.t()
Render the OID4VCI Credential Issuer Metadata document.
Serves the JSON document, or - when the wallet requests it with
Accept: application/jwt and the host has a VC signing key - the signed JWT
representation (OID4VCI §11.2.2).