Add personal data received from Dutch banks via iDIN for use in your IRMA app.
- Add the server config file
src/main/resources/config.json
. As an example you can checkconfig.EXAMPLE.json
in the root of this repository. - Add the iDIN library config file
src/main/resources/config.xml
. As an example you can checkconfig.EXAMPLE.xml
in the root of this repository. - Supply the Java keystore on the location as specified in the iDIN library config. Make sure
that this file is available in the Java classpath. For example, include it in
src/main/resources/...
or inwebapp/WEB-INF/classes/...
. - Run
gradle appRun
in the root directory of this project.
The iDIN library is included in this project as library in /libs
. This library is built ourselves
based on the code of the iDIN library of Currence.
Please check the documentation of this library how the JAR can be re-generated in case
you want to update this library.