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

Remove hard-coded `openid` scope from authorization request #240

Closed babisRoutis closed 4 weeks ago

babisRoutis commented 4 weeks ago

While running the authorization code flow (PAR or simple), library adds to the scopes required for authorizing issuance the openid scope.

This is not needed and should be removed.