Skip to content

Commit

Permalink
Merge pull request #207 from rajapandi1234/develop
Browse files Browse the repository at this point in the history
[MOSIP-27574] Corrected screenshot and rectified README.md file.
  • Loading branch information
ckm007 authored May 22, 2024
2 parents 41617aa + 7e9b293 commit b8abcbb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,16 @@ Repository contains mock implementation of auth for e-signet

## Onboard esignet mock and relying party services
* Run onboarder's [install.sh](partner-onboarder) script to exchange jwk certificates.
### Configurational steps after onboarding is completed.
* Below mentioned onboarding steps are added after 1.2.0.1-b3
* Onboarding the default demo-oidc partner


### Onboarding the default demo-oidc partner
* After successfull partner onboarder run for demo-oidc partner , download html reports from `onboarder` bucket of object store .
* Get `CLIENT_ID` from response body of request `create-oidc-client` from the report **_demo-oidc.html_**
* Update deployment of `mock-relying-party-ui` in esignet namespace with `CLIENT_ID` value from last step .
* As per screenshot get the private and public key pair (shown as selected in the screenshot )from the response of the `get-jwks` request from the report **_demo-oidc.html_**
![](docs/images/get-jwks-details.PNG)
* Update the client-private-key stored within the secrets in the esignet namespace with the base64-encoded value derived from the keypair obtained in the previous step.
* Restart mock-relying-party-service pod
Binary file added docs/images/get-jwks-details.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8abcbb

Please sign in to comment.