Local Deployment
This document details the steps for running eSignet locally on your system for local development and integration.
For the local deployment, eSignet is integrated with mock identity system using eSignet plugins specifically developed to connect with mock identity system. You can find the mock plugin implementation here.
We have docker-compose setup to start eSignet and its dependent services.
You may find it helpful to watch the video below, which provides instructions on how to setup and run eSignet along with its dependent services locally.
API Documentation
To know about the query parameters that are required to test the OIDC flow, refer to our stoplight API documentation.
Postman Collection
We also have Postman scripts available under docs/postman-collections folder in the eSignet GitHub repository.
Collection
Environment Configuration
Last updated