Skip to content

Commit

Permalink
ES-911 (mosip#654)
Browse files Browse the repository at this point in the history
* [MODIFIED] artifactory image changed, supported format in esignet-default (mosip#634)

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>

* Updated docs and docker-compose

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* Updated the oidc-ui readme

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

---------

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Co-authored-by: Zeeshan Mehboob <82993262+zesu22@users.noreply.github.com>
  • Loading branch information
ase-101 and zesu22 committed Apr 30, 2024
1 parent 59b7931 commit 510baf0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions oidc-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ Esignet UI contains the following pages:

The password-based authentication system incorporates a functionality allowing users to initiate a password recovery process through a designated `Forgot Password` hyperlink.

For knowledge based authentication, the form schema is defined in the property : 'auth.factor.kba.field-details'.
For knowledge based authentication, the form schema is defined in the property : `auth.factor.kba.field-details`. And the field Id to be used as the unique username among them should be set in `auth.factor.kba.individual-id-field`

Example: auth.factor.kba.field-details={{"id":"policyNumber", "type":"text", "format":""},{"id":"fullName", "type":"text", "format":""},{"id":"dob", "type":"date", "format":"dd/mm/yyyy"}}
Example: If its a policy Id based form, then
- auth.factor.kba.field-details={{"id":"policyNumber", "type":"text", "format":""},{"id":"fullName", "type":"text", "format":""},{"id":"dob", "type":"date", "format":"dd/mm/yyyy"}}
- auth.factor.kba.individual-id-field=policyNumber

Note: The labels for the KBA form is fetched from i18 bundle of OIDC-UI.

Expand Down Expand Up @@ -132,4 +134,4 @@ JSON configuration variables (`theme/config.json`)
```
chrome.exe --user-data-dir="C://Chrome dev session" --disable-web-security
```
- Open URL http://localhost:3000
- Open URL http://localhost:3000

0 comments on commit 510baf0

Please sign in to comment.