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
18 stars 8 forks source link

Provide an option to explictly define PAR usage #239

Closed babisRoutis closed 3 months ago

babisRoutis commented 3 months ago

Currently, library uses the PAR endpoint, during the authorization phase of authorization code flow, in case the authorization server used by the credential issuer advertises a PAR endpoint. Otherwise, library falls back to preparing an ordinary authorization request (front channel).

Ideally, there should be a policy (or configuration option) with regards in the usage of PAR endpoint

There are the following option: