-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Postman Collections for KBA authentication (#20)
* Added Postman Collections for KBA authentication Signed-off-by: Venkata Saidurga Polamraju <[email protected]> * reviewed changes Signed-off-by: Venkata Saidurga Polamraju <[email protected]> * Added sequence diagram Signed-off-by: Venkata Saidurga Polamraju <[email protected]> --------- Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
- Loading branch information
1 parent
b9aa261
commit 41c42e5
Showing
4 changed files
with
1,287 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions
32
sunbird-rc-esignet-integration-impl/postman-collections/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
|
||
# [eSignet](https://docs.esignet.io/overview) Collection | ||
|
||
This folder contains Postman collection with requests for creating and updating OIDC clients, performing authentication using KBA flow using esignet. | ||
|
||
## Usage | ||
|
||
One can [import](https://learning.postman.com/docs/getting-started/importing-and-exporting/importing-and-exporting-overview/ "Postman Docs") the following collections and the corresponding environment files in postman | ||
|
||
KBA flow: | ||
|
||
* [DCL Collection](./esignet-with-Sunbird-RC.postman_collection.json "Postman Collection") | ||
* [DCL Environment](./esignet-with-Sunbird-RC.postman_environment.json "Environment") | ||
|
||
|
||
|
||
## Prerequisites for KBA Flow | ||
|
||
For prerequisites and postman collection for a sample usecase from Sunbird RC can be found here (https://github.com/Sunbird-RC/demo-mosip-rc) | ||
|
||
## Crypto Operations | ||
|
||
This collection utilizes the [postman util lib](https://joolfe.github.io/postman-util-lib/ "Postman Util Library") for performing crypto operations like | ||
|
||
* Key Pair Generation | ||
* Signing | ||
* Client Assertion | ||
|
||
## Contributing | ||
|
||
Pull requests are welcome. For major changes, please open an issue first | ||
to discuss what you would like to change. |
Oops, something went wrong.