Skip to content

Releases: litsec/eidas-opensaml

eidas-opensaml-1.3.0

17 Oct 10:12
7b75e28
Compare
Choose a tag to compare

Version 1.3.0 of the eidas-opensaml package.

Changes since last version:

  • Dependencies were updated to use OpenSAML 3.4.0 - No functional changes.

Artifacts are published to Maven central.

<dependency>
  <groupId>se.litsec.eidas</groupId>
  <artifactId>eidas-opensaml3</artifactId>
  <version>1.3.0</version>
</dependency>

eidas-opensaml-1.2.0

23 Jul 16:15
Compare
Choose a tag to compare

Version 1.2.0 of the eidas-opensaml package.

Changes since last version:

  • Added support for NodeCountry-type as defined in v.1.2 of the "eIDAS Message Format" specification.

Artifacts are published to Maven central.

<dependency>
  <groupId>se.litsec.eidas</groupId>
  <artifactId>eidas-opensaml3</artifactId>
  <version>1.2.0</version>
</dependency>

eidas-opensaml-1.1.1

13 Apr 21:10
Compare
Choose a tag to compare

Version 1.1.1 of the eidas-opensaml package.

Changes since last version:

  • Introduced support for natural person representative attributes.

Representation does not belong to authentication. It is
authorization, and a foreign IdP simply can not know about the
authorization model of a SP in another country.

So. We added this functionality mainly for you people that want to block
assertions that contain representative attributes.

Artifacts are published to Maven central.

<dependency>
  <groupId>se.litsec.eidas</groupId>
  <artifactId>eidas-opensaml3</artifactId>
  <version>1.1.1</version>
</dependency>

eidas-opensaml 1.1.0

27 Feb 23:38
Compare
Choose a tag to compare

Version 1.1.0 of the eidas-opensaml package.

Changes since last version:

  • Introduced support for the eIDAS MetadataServiceList schema and data types.
  • Added correct URI:s for the non-notified LoA URI:s.
  • Support for OpenSAML 2 has been dropped.

Artifacts are published to Maven central.

<dependency>
  <groupId>se.litsec.eidas</groupId>
  <artifactId>eidas-opensaml3</artifactId>
  <version>1.1.0</version>
</dependency>

eidas-opensaml 1.0.6

14 Feb 14:50
Compare
Choose a tag to compare

Version 1.0.6 of the eidas-opensaml package.

For documentation, please goto https://litsec.github.io/eidas-opensaml.

API documentation:

Project documentation (generated):

Changes since last version:

  • Added (temporary) support for eIDAS Low non-notified level of assurance.

Artifacts are published to Maven central. For OpenSAML 2.x support, use:

<dependency>
  <groupId>se.litsec.eidas</groupId>
  <artifactId>eidas-opensaml2</artifactId>
  <version>1.0.6</version>
</dependency>

For OpenSAML 3.x support, use:

<dependency>
  <groupId>se.litsec.eidas</groupId>
  <artifactId>eidas-opensaml3</artifactId>
  <version>1.0.6</version>
</dependency>

eidas-opensaml 1.0.5

13 Nov 10:56
Compare
Choose a tag to compare

Version 1.0.4 of the eidas-opensaml package.

For documentation, please goto https://litsec.github.io/eidas-opensaml.

API documentation:

Project documentation (generated):

Changes since last version:

  • Changed license from GPL-3.0 to Apache 2.0.

Artifacts are published to Maven central. For OpenSAML 2.x support, use:

<dependency>
  <groupId>se.litsec.eidas</groupId>
  <artifactId>eidas-opensaml2</artifactId>
  <version>1.0.5</version>
</dependency>

For OpenSAML 3.x support, use:

<dependency>
  <groupId>se.litsec.eidas</groupId>
  <artifactId>eidas-opensaml3</artifactId>
  <version>1.0.5</version>
</dependency>

eidas-opensaml 1.0.4

08 Nov 22:05
Compare
Choose a tag to compare

Version 1.0.4 of the eidas-opensaml package.

For documentation, please goto https://litsec.github.io/eidas-opensaml.

API documentation:

Changes since last version:

  • A bug was fixed in the EidasLoaEnum enum where the order was not set, which led to sorting of eIDAS AuthnContext URI:s failed.

Artifacts are published to Maven central. For OpenSAML 2.x support, use:

<dependency>
  <groupId>se.litsec.eidas</groupId>
  <artifactId>eidas-opensaml2</artifactId>
  <version>1.0.4</version>
</dependency>

For OpenSAML 3.x support, use:

<dependency>
  <groupId>se.litsec.eidas</groupId>
  <artifactId>eidas-opensaml3</artifactId>
  <version>1.0.4</version>
</dependency>

eidas-opensaml 1.0.3

24 Sep 16:01
Compare
Choose a tag to compare

Version 1.0.3 of the eidas-opensaml package.

For documentation, please goto https://litsec.github.io/eidas-opensaml.

API documentation:

Changes since last version:

  • Support for BirthName and PlaceOfBirth attributes were added.
  • A bug was fixed in the EidasLoaEnum class where LOA_LOW pointed at http://eidas.europa.eu/LoA/high instead of http://eidas.europa.eu/LoA/low.
  • For the OpenSAML 3 version, all attribute interfaces now extend the EidasAttributeValueType interface making it easier to transform to and from string valued attributes.

Artifacts are published to Maven central. For OpenSAML 2.x support, use:

<dependency>
  <groupId>se.litsec.eidas</groupId>
  <artifactId>eidas-opensaml2</artifactId>
  <version>1.0.3</version>
</dependency>

For OpenSAML 3.x support, use:

<dependency>
  <groupId>se.litsec.eidas</groupId>
  <artifactId>eidas-opensaml3</artifactId>
  <version>1.0.3</version>
</dependency>

eidas-opensaml 1.0.2

28 Aug 16:22
Compare
Choose a tag to compare

Version 1.0.2 of the eidas-opensaml package.

For documentation, please goto https://litsec.github.io/eidas-opensaml.

API documentation:

Changes since last version:

  • For the OpenSAML 3 version, dependencies to OpenSAML were updated so that the dependency is on OpenSAML 3.3.0.
  • No changes were made to the OpenSAML 2 version.

Artifacts are published to Maven central. For OpenSAML 2.x support, use:

<dependency>
  <groupId>se.litsec.eidas</groupId>
  <artifactId>eidas-opensaml2</artifactId>
  <version>1.0.2</version>
</dependency>

For OpenSAML 3.x support, use:

<dependency>
  <groupId>se.litsec.eidas</groupId>
  <artifactId>eidas-opensaml3</artifactId>
  <version>1.0.2</version>
</dependency>

eidas-opensaml 1.0.1

18 Nov 15:28
Compare
Choose a tag to compare

Version 1.0.1 of the eidas-opensaml package.

For documentation, please goto https://litsec.github.io/eidas-opensaml.

API documentation:

Changes since last version:

Artifacts are published to Maven central. For OpenSAML 2.x support, use:

<dependency>
  <groupId>se.litsec.eidas</groupId>
  <artifactId>eidas-opensaml2</artifactId>
  <version>1.0.1</version>
</dependency>

For OpenSAML 3.x support, use:

<dependency>
  <groupId>se.litsec.eidas</groupId>
  <artifactId>eidas-opensaml3</artifactId>
  <version>1.0.1</version>
</dependency>