Skip to content

Commit

Permalink
Merge pull request #7192 from MeghaMaledar/patch-23
Browse files Browse the repository at this point in the history
[ES-1383] enabled captcha in OTP
  • Loading branch information
n-chandrasekhar committed Sep 6, 2024
2 parents afa45e2 + 88fe7be commit b58019b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esignet-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ mosip.esignet.header-filter.paths-to-validate={'${server.servlet.path}/authoriza
'${server.servlet.path}/authorization/resume' }

# captcha validation is enabled for the auth-factors - otp, pwd, bio and pin.
mosip.esignet.captcha.required=
mosip.esignet.captcha.required=send-otp
mosip.esignet.captcha.validator-url=https://${mosip.api.internal.host}/v1/captcha/validatecaptcha
mosip.esignet.captcha.module-name=esignet
mosip.esignet.captcha.site-key=${esignet.captcha.site.key}
Expand Down

0 comments on commit b58019b

Please sign in to comment.