Hi, You can run below update query for Security Parameters. UPDATE `TB_ASMI_SECURITY_PARAMETERS` SET `OTP_LENGTH`='6', // OTP to be generated of length `OTP_VALIDATION_COUNT`='3', // OTP lock count after 'N' incorrect OTP attempts `OTP_EXPIRY`='300', // OTP expiry in seconds `OTP_RESEND`='Y', // is ...
Follow the below steps for accessing AppzillonServer's services from Enterprise External Services. Step -1 : Maintain user-level 5 Step -2 : Set token expiry time as part of application security parameters. Step -3 : Send below request format to AppzillonServer URL to get serverNonce. While sending ...
For Using OTP generation (setting otp length, otp expiry time ) you need to follow below steps. 1. Create a custom interface in the app. 2. Give implementation class name in the interface under "user impl class". (Ex : com.iexceed.otpservice.GenrateOtpImpl) 3. Save the interface, now go to your cust...