Hi Team,
In one of our client enviornment we are working to setup push notification, in current setup we already have two MFA configured SMS and TOTP. So once user puts his username and password he is presented with SMS and TOTP option. This options comes from getOTPMethod where we have setSMS and TOTP as true. Below code: var useSMS = true;
var useEmail = false;
var useTOTP = true;
var useHOTP = false;
var useRSA = false;
However I don't see any optoion to enable Push notification we have alredy done push notfication provider configuration but we are not able to initiate the push request. Can someone confirm how can we present Push notification as an option to user when he puts his username and password and how can we initiate the push flow.
Do we need to update Push related code in getOTP method like we have for sms and totp if yes then how can we do that?
Do we need to create any seprate mechanism for Push since I can not see any mechanism for Push?
Our enviornment uses HTTPS Proxy Host and Post to send any trrafice outside, how can I make sure that push.verify.ibm.com usses configured proxy to send request.
Please let me know if any more details needed.
Thanks in Advance
Rahul Jha
------------------------------
Rahul Jha
------------------------------