Build & Deployment
The developer guide for building and running various components of e-Signet is available in their respective repositories as mentioned below.
Prerequisite
* Java 11
* Apache Maven 3.8.6
We provide two authenticator implementations:
- 1.Run
mvn clean install -Dgpg.skip=true
to build the service jar. - 2.Add either one of the authenticator implementation to the classpath to start the service.
Prerequisite
* npm 8.1.2 or higher
* node v16.13.2 or higher
Mock OIDC portal comprises of mock-relying-party-ui and mock-relying-party-service.
Link to Repositories:
Prerequisite
* npm 8.1.2 or higher
* node v16.13.2 or higher
Prerequisite
* Java 11
* Apache Maven 3.8.6
- Run
mvn clean install -Dgpg.skip=true
to build the service jar.
Last modified 1mo ago