Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MOSIP-27574] Corrected screenshot and rectified README.md file. #207

Merged
merged 4 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading