You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Verifier Attestation JWT is good for authentication, but limited in further usage. Current requirements from the Implementing Acts require that the Relying Party need to present a so called Registration Certificate, where the intended use is attested by the Wallet-Relying Party Registrar. To avoid requests from the wallet to the registrar, the Relying Party should be able to attach this certificate to the presentation request.
The request includes a new credentials attribute, that allows to attach
certificates like registration and authorization certificates.
type: STRING, media type of the attached credential, helping to parse the credential by the Wallet. The value has to be registered in the IANA media types registry.
data: ANY, content of the credential. Will be parsed by the Wallet based on the type.
credentialsMatch: STRING[], when the provided certificate is used for authorization, it will list the credential ids from the dcql_query.
The Verifier Attestation JWT is good for authentication, but limited in further usage. Current requirements from the Implementing Acts require that the Relying Party need to present a so called
Registration Certificate
, where the intended use is attested by the Wallet-Relying Party Registrar. To avoid requests from the wallet to the registrar, the Relying Party should be able to attach this certificate to the presentation request.The request includes a new
credentials
attribute, that allows to attachcertificates like registration and authorization certificates.
type
: STRING, media type of the attached credential, helping to parse the credential by the Wallet. The value has to be registered in the IANA media types registry.data
: ANY, content of the credential. Will be parsed by the Wallet based on the type.credentialsMatch
: STRING[], when the provided certificate is used for authorization, it will list the credential ids from thedcql_query
.The text was updated successfully, but these errors were encountered: