Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.65 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.65 KB

BankID Demo Server

This is the server part of the BankID Demo.

Important classes

Implementation of communication with the BankID relying party api.

The business logic for using the BankID integration.

Client api for BankID authentication and sign.

Spring profiles

name description
default https and redis as session store.
dev BankID test and uses in-memory store for sessions
prod BankID production, placeholder
redis enables redis for sessions.
dev-log log as text instead of json-format
tlsdisabled disable tls, used for tests

Directories

name description
certificates/production contains truststore with the public key for BankID in production.
certificates/test contains truststore with the public key for BankID in test and the test FP certificate.