This is the server part of the BankID Demo.
Implementation of communication with the BankID relying party api.
The business logic for using the BankID integration.
Client api for BankID authentication and sign.
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 |
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. |