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
14 stars 5 forks source link

Add locations to authorization_details #201

Closed babisRoutis closed 2 months ago

babisRoutis commented 2 months ago

This PR adds the attribute locations to an authorization_details object in case the credential issuer is not the authorization server. That is, in case the credential issuer uses an external authorization server.

Closes #200