Skip to content

Commit

Permalink
Merge pull request #344 from YaswanthNagarjuna/ES-263
Browse files Browse the repository at this point in the history
[ES-263] Updated README.md files
  • Loading branch information
anshulv1401 authored Sep 11, 2023
2 parents f7aec3e + da50e79 commit adb7d46
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions oidc-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,22 @@ The application runs on PORT=3000 by default.
- REACT_APP_SBI_FINGER_BIO_SUBTYPES: sbi subtypes for finger
- REACT_APP_SBI_ENV: Value that needs to be passed into sbi /capture request's evn parameter.
- REACT_APP_ESIGNET_API_URL: This will be internally resolved to Esignet services URL (`/v1/esignet`).
- REACT_APP_LINKED_TRANSACTION_EXPIRE_IN_SEC: link-auth-code request expiration time.
- REACT_APP_QRCODE_DEEP_LINK_URI: Deep link uri for the QRCode, with LINK_CODE and LINK_EXPIRE_DT placeholders.
- REACT_APP_QRCODE_APP_DOWNLOAD_URI: URL for the Inji app download.
- REACT_APP_QRCODE_ENABLE: Boolean value true or false to enable QR code.
- REACT_APP_CONSENT_SCREEN_EXPIRE_IN_SEC: Timer on the consent page which will expire in given secs.
- REACT_APP_SBI_PORT_RANGE: Port range for sbi.
- REACT_APP_RESEND_OTP_TIMEOUT_IN_SEC: Timer to enable resend OTP button.
- REACT_APP_SEND_OTP_CHANNELS: comma-separated channels list, through which OTP will be sent.
- REACT_APP_CAPTCHA_ENABLE: comma-separated components list, where the captcha should be shown.
- REACT_APP_AUTH_TXN_ID_LENGTH: transaction ID length.
- REACT_APP_OTP_LENGTH: Length of the otp.
- REACT_APP_PASSWORD_REGEX: Password pattern using regex.
- REACT_APP_WALLET_LOGO_URL: URL for the logo in the wallet QRCode. This feature supports cross-origin-enabled image URLs only.
- REACT_APP_CONSENT_SCREEN_TIME_OUT_BUFFER_IN_SEC: Buffer time for the consent screen expiry timer.
- REACT_APP_WALLET_QR_CODE_AUTO_REFRESH_LIMIT: Limit for the QR code auto refresh.

- Build and run Docker for a service:

```
Expand Down

0 comments on commit adb7d46

Please sign in to comment.