Java/Spring implementation of the BankID Relying Party API
The Litsec bank-api repository is an open source Java implementation of the BankID Relying Party API.
- bankid-rp-api - A library that contains Java classes that represents the BankID API and structures.
- bankid-demo - A Spring boot demo application for how to use the bankid-api library. This work has only started and will be updated to a functional application shortly.
The bankid-rp-api jar is published to Maven central. Include the following in your POM file to get the dependency:
<dependency>
<groupId>se.litsec.bankid</groupId>
<artifactId>bankid-rp-api</artifactId>
<version>${bankid-api.version}</version>
</dependency>
The) Litsec bankid-api project uses the following Open Source libraries:
-
Spring Framework under the Apache License.
-
ZXing for QR-code generation under the Apache License.
- The use of this library is optional
Copyright © 2016-2020, Litsec AB. Licensed under version 2.0 of the Apache License.