Sebastian Iacomuzzi

Results 8 issues of Sebastian Iacomuzzi

Hi, Are you supporting [ID Token response type](http://openid.net/specs/oauth-v2-multiple-response-types-1_0-03.html#anchor3)?

Accoarding to the [spec](https://identity.foundation/jwt-vc-presentation-profile/#id-token-validation), the `iss` claim must be `https://self-issued.me/v2/openid-vc` instead of `https://self-issued.me/v2` Do you have plans to consider that in your `verifyJWT` method? https://github.com/decentralized-identity/did-jwt/blob/86010a6f403619b85259b1790d9d21799716bd4b/src/JWT.ts#L407

enhancement

Hi, Do you have plans to support `OpenID4VP ID1`/`JWT VC Presentation Profile` spec? * https://identity.foundation/jwt-vc-presentation-profile/ * https://openid.net/specs/openid-connect-4-verifiable-presentations-1_0-ID1.html I know that there are a lot of specifications and different versions about...

Hi, I think I found an issue in `/functions/DIDResolution.ts`: https://github.com/Sphereon-Opensource/did-auth-siop/blob/cdbbcfe3c9e5d7a7b099abbf8371230485acc7e9/src/main/functions/DIDResolution.ts#L17-L24 Please note that `uniResolvers` is an array, so `...uniResolvers` will send N args to the `Resolver` constructor _(where N is...

Hi, I'm wondering if the `rp.verifyAuthenticationResponseJwt` is taking into account the integrity of the VCs included into the VP. For example, to detect a possible scenario where a (malicious) holder...

Hello there! I just found that the `PresentationExchange.selectVerifiableCredentialsForSubmission` method is throwing error when `pejs.selectFrom` includes at least 1 error as part of the result: https://github.com/Sphereon-Opensource/did-auth-siop/blob/2954cd53967e763fe4ca28918f208732d2779403/src/main/PresentationExchange.ts#L100-L102 I'm wondering what's the reason...

* `_passReqToCallback` is used but never initialized * added support for `passReqToCallback` in the `register` function