Skip to content

Releases: italia/spid-cie-oidc-java

v1.0.1

20 Mar 07:20
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump com.nimbusds:nimbus-jose-jwt from 9.21 to 9.37.2 by @dependabot in #31

Full Changelog: v1.0.0...v1.0.1

v1.0.0

19 Mar 10:11
Compare
Choose a tag to compare

What's Changed

  • Breaking Changes: distinction between core and fed keys, updated compatibility with spid-cie-oidc-django v1.4.0 by @rglauco in #32
  • This release has been tested with complete onboarding and logon/logoff cycle into real CIE Federation (updated example webapp README.md with some hints to successfully pass the onboarding phase)

Full Changelog: v0.4.0...v1.0.0

v0.4.0

03 Nov 09:09
Compare
Choose a tag to compare

added:

  • federation_entity metadata parameters
  • policy page
  • federation resolve endpoint in example app

refactored trust_mark_issuer and trust_marks_issuers to trust_mark_issuers

v0.3.0

26 Oct 12:10
Compare
Choose a tag to compare
  • added complete SPID/CIE userinfo claims
  • added signature/encryption algorithms parameters for idtoken and userinfo
  • updated federation/SPID provider docker container version
  • added CIE provider docker container

0.2.1

21 Apr 10:03
Compare
Choose a tag to compare
  • fix tests of expiresOn field (#17)

0.2.0

21 Apr 10:02
Compare
Choose a tag to compare
  • improved documentation
  • code coverage

0.1.0

11 Apr 22:27
Compare
Choose a tag to compare

First release of the "starter-kit". Only the Relying Party role is supported:

  • generation of jwks and metadata for Federation on-boarding
  • SPID and CIE authentication flow with user info retrival
  • signout
  • collect provider information to fill "sign in button" drop-down