Hi Team,
I wanted to configure the AAC policy in such a way that it should allow TOTP and SMS OTP as step-up authentication.
However, most of the standard mechanism shows Email and SMS in combination or TOTP only or all.
I have tried modifying the
OTPGetMethods to set below but still have confusion about which authentication type should be used.
var useSMS = true;
var useEmail = false;
var useTOTP = true;
var useHOTP = false;
var useRSA = false;
How I can just show TOTP and SMS OTP only? Anu suggestions?
Thank you.
Regards,
Prashant Narkhede
------------------------------
Prashant Narkhede
------------------------------