Skip to content
Registry StackDocsLatest

Begin an authenticated pre-authorized-code offer

GET
/oid4vci/offer/start
curl --request GET \
--url https://example.com/oid4vci/offer/start

Public and unauthenticated. Begins the eSignet authorization-code login as the confidential RP and 302-redirects the browser to eSignet. Mints no pre-authorized_code or credential material. Returns 404 when the pre-authorized-code flow is disabled. Error responses use the OpenID4VCI error envelope, not RFC 9457 Problem Details.

credential_configuration_id
string

Redirect to the eSignet authorization endpoint

Invalid or unknown credential configuration

Media typeapplication/json
object
error
required
string
error_description
string
Examplegenerated
{
"error": "example",
"error_description": "example"
}

Pre-authorized-code flow is disabled

OpenID4VCI issuer failed

Media typeapplication/json
object
error
required
string
error_description
string
Examplegenerated
{
"error": "example",
"error_description": "example"
}