Babis Routis

Results 21 issues of Babis Routis

I am trying to figure out whether (and how) VCI could cover the following case: - A wallet holder is entitled to be issued multiple VCs of the same type...

PR aims (hopefully) to support attestation-base client (wallet) authentication. - [x] Introduce a sealed hierarchy named `Client` having two member `Public` and `Attested`. `Client` would express the OAUTH2 client and...

feature
haip

HAIP [requires](https://openid.github.io/oid4vc-haip-sd-jwt-vc/openid4vc-high-assurance-interoperability-profile-sd-jwt-vc-wg-draft.html#name-token-endpoint) the use of [OAuth 2.0 Attestation-Based Client Authentication](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-attestation-based-client-auth-03). Library should be able to support this kind of client/wallet authentication. In scope of this issue is the ability to...

haip

With draft 13, when requesting credential issuer meta-data you can pass one or more languages via `Accept-Language` header parameter. Issuer can use this value to adjust the `display` information of...

feature
draft13
openid4vci alignment

OpenId4VCI removed batch endpoint and merged some of its functionality to the the credential endpoint. - [ ] Remove support for batch endpoint - [ ] Update support for credential...

after draft 13
openid4vci alignment

OpenId4VCI will remove CWT proof types

after draft 13
openid4vci alignment

Current implementation of `PopSigner.Jwt` although it uses `JWSSigner` from Nimbus, it doesn't provide the ability to suspend signing in order to allow the user to authorize with biometrics or PIN...

feature

In paragraph [6.1.1](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0-14.html#name-request-issuance-of-a-certa) there is the following text > Credential Issuers MAY support requesting authorization to issue a Credential using the authorization_details parameter. This is particularly useful, if the Credential...

ready-for-PR
clarification

`resource` Currently, spec [recommends](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-using-scope-parameter-to-re) to use the `resource` parameter when placing a authorization request (PAR or not), when a) `scope` is being used & b) > If the Credential Issuer...