Skip to content

eidas-opensaml 1.0.6

Compare
Choose a tag to compare
@martin-lindstrom martin-lindstrom released this 14 Feb 14:50
· 109 commits to master since this release

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>