eSignet Collection
This folder contains Postman collection with requests for creating and updating OIDC clients, performing authentication using oidc flow or wallet flow.
One can import the following collection and the corresponding environment files in postman
eSignet.postman_collection.json
To test eSignet with Mock identity system:
esignet-with-mock.postman_environment.json
To test eSignet integrated with MOSIP IDA:
esignet-with-MOSIP.postman_environment.json
For the client creation in the above flow the user is expected to have the following details handy
- relayingPartyId
- policyId
This collection utilizes the postman util lib for performing crypto operations like
- Key Pair Generation
- Signing
- Thumbprint Computation x5t#s256
- Client Assertion
Overview regarding esignet is here
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.