Skip to content

Java/Spring implementation of the BankID Relying Party API

License

Notifications You must be signed in to change notification settings

litsec/bankid-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo


bankid-api

License Maven Central

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.

Contents

  • 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.

Maven

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>

Resources

Licenses

The) Litsec bankid-api project uses the following Open Source libraries:


Copyright © 2016-2020, Litsec AB. Licensed under version 2.0 of the Apache License. Logo

About

Java/Spring implementation of the BankID Relying Party API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages