Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 705 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 705 Bytes

irma_idin_webclient

The IRMA iDIN attribute issuance webapp can be used as a front-end for the IRMA iDIN issuer.

Building

The webapp can be either fully build and configured using Grunt or you can specify the configuration after having run Grunt by editing the conf.json file in the build directory.

In case of fully building the webapp using Grunt, the following command can be used:

grunt --language="en" --idin_server_url="<URL1>" --irma_server_url="<URL2>"

If you want to set the configuration manually, you only have to run:

grunt --language="en"

The configuration can then be edited in the build/conf.json file.