Skip to content

Releases: eu-digital-identity-wallet/eudi-srv-pid-issuer

v0.3.4

25 Feb 07:56
Compare
Choose a tag to compare

What's Changed

  • Advertise supported OpenId4VCI version in metadata and UI pages by @dzarras in #291
  • Align PID with ARF v1.5 by @dzarras in #293
  • When logging UserInfo use toString() instead of Json serialization. by @dzarras in #294
  • PID fixes for ARF v1.5 by @dzarras in #295
  • Simplify claim names in metadata. by @dzarras in #297

Full Changelog: v0.3.3...v0.3.4

v0.3.3

13 Feb 11:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

25 Nov 10:17
Compare
Choose a tag to compare

What's Changed

  • Align SD-JWT-VC PID with PID rulebook and include signing key information in SD-JWT-VC header claims by @dzarras in #249
  • Conditionally Include the 'x5c' header claim in issued SD-JWT-VCs by @dzarras in #252

Full Changelog: v0.3.1...v0.3.2

v0.3.1

20 Nov 14:31
Compare
Choose a tag to compare

Notable Changes

  • New implementation for c_nonce in preparation of draft 15. c_nonce is an opaque to the wallet, that issuer implements as a self-authenticating encrypted JWT. No need to store the c_nonce generated on the issuer side.
  • Removed c_nonce_expires_in.
  • New Keycloak version 26.0.5 used in docker compose.

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

01 Nov 11:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.3.0

v0.2.4

27 Sep 07:00
Compare
Choose a tag to compare

The release supports draft 13 of OpenId4VCI.
For mso_mdoc credentials CWT proofs are not used since they were removed form draft14.

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

17 Jun 14:19
Compare
Choose a tag to compare

Notable Changes

Concerning PID issuance in mso_mdoc format:

  1. Mso namespace has changed to eu.europa.ec.eudiw.pid.1
  2. Mso doctype has changed to eu.europa.ec.eudiw.pid.1
  3. OIDC Scope required to issue PID in mso_mdoc format has changed to eu.europa.ec.eudi.pid_mso_mdoc

Concerning PID issuance in vc+sd-jwt format:

  1. OIDC Scope required to issue PID in vc+sd-jwt format has changed to eu.europa.ec.eudi.pid_vc_sd_jwt

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

30 May 14:00
Compare
Choose a tag to compare

What's Changed

  • Add previously removed email attribute in registration form. by @dzarras in #174
  • Response encryption for deferred credential issuance. by @vafeini in #173

Full Changelog: v0.2.1...v0.2.2

v0.2.1

29 May 10:06
Compare
Choose a tag to compare

What's Changed

  • Correct VCI version in README.md by @babisRoutis in #156
  • Remove experimental options for PID in SD-JWT-VC by @babisRoutis in #159
  • Generate a credential offer using a custom URI by @dzarras in #164
  • Register a new redirect uri for eudiw and wallet-dev clients. by @dzarras in #166
  • Expose SD-JWT VC Issuer metadata via /.well-known/jwt-vc-issuer. by @dzarras in #171
  • Return the IssuerSigned part of the generated MDoc instead of a Devic… by @dzarras in #167

Full Changelog: v0.2.0...v0.2.1

v0.2.0

02 May 13:25
Compare
Choose a tag to compare

What's new

  • Aligned with draft 13 of OpenId4VCI
  • Support two authorisation schemes Bearer and/or DPoP Access Token
  • Single signing key for all credentials. Randomly generated or loaded fom a kestore

What's Changed

  • Delete .github/workflows/update-gradle-wrapper.yml by @babisRoutis in #91
  • Migrate to VCI draft 13 by @babisRoutis in #105
  • Updated credential offer URI creation by @vafeini in #132
  • Add support for JwtProofs using did:key and did:jwk. by @dzarras in #137
  • Adding support for DPoP. by @dzarras in #139
  • Introduce a separate property to configure the public url of the auth… by @dzarras in #142
  • Authorization server metadata and DPoP fixes. by @dzarras in #143
  • Fix mso_mdoc proof signing supported algs to EC by @babisRoutis in #149
  • Add the ability to load a key-pair from a keystore, for SD-JWT signing. by @dzarras in #151
  • Change mso_mdoc signing implementation by @babisRoutis in #152
  • Fix incorrect mappings of attributes in CBOR encoders for PID. by @dzarras in #154
  • Return a DeviceResponse instead of an MDoc in MsoMdocSigner. by @dzarras in #155

Full Changelog: v0.1.0...v0.2.0