/
How to enable real OTP in pre-registration module
How to enable real OTP in pre-registration module
Below are the steps required to enable real OTP in pre-registration. By default, proxy OTP is enabled and you will receive the default value of “111111“.
Instructions
Navigate to the mosip-config repository, application-default.properties file. Set mosip.kernel.auth.proxy-otp to false.
## Notification
mosip.registration.processor.notification.types=EMAIL
mosip.notificationtype=SMS|EMAIL
mosip.kernel.sms.proxy-sms=false
mosip.kernel.auth.proxy-otp=false
mosip.kernel.auth.proxy-email=false
2. Restart the kernel notifier pod.
, multiple selections available,
Related content
Using regular gmail (@gmail.com) for Notifications
Using regular gmail (@gmail.com) for Notifications
Read with this
Send OTP Challenges
Send OTP Challenges
More like this
KER-IOV-005 - Missing input parameter
KER-IOV-005 - Missing input parameter
More like this
Building a Mock Registration MDS for your 1.2.0.x MOSIP Setup
Building a Mock Registration MDS for your 1.2.0.x MOSIP Setup
More like this
How to lock or unlock authentication types using resident services?
How to lock or unlock authentication types using resident services?
More like this
Running Registration Client from your IDE
Running Registration Client from your IDE
More like this