eu-digital-identity-wallet / eudi-lib-jvm-openid4vci-kt

Implementation of OpenID for Verifiable Credential Issuance protocol (wallet's role) in Kotlin
Apache License 2.0
13 stars 5 forks source link

Relax content type check applied to the credential response #250

Closed babisRoutis closed 2 weeks ago

babisRoutis commented 2 weeks ago

Currently, library expect that the credential response is being returned with content type:

Perhaps the first check is too restrictive as it doesn't allow parameters like the encoding to be accepted.