TSO logon using IBM MFA factor AZFRADP1 gives an option 1 for EMAIL and 2 for SMS to continue from ACF01064 message:
ACF82000 ACF2, LOGON IN PROGRESS
ACF01064 SELECT AN OPTION TO CONTINUE: 1 - EMAIL, 2 - SMS. ENTER '0' TO ABORT.
ACF82006 ACF2, ENTER PASSWORD OR PASSWORD PHRASE -
After receiving the PIN in EMAIL or SMS, ACF2 does not prompt for an option to enter the pin and session is terminated with ACF82904 message:
ACF82000 ACF2, LOGON IN PROGRESS
ACF01064 ENTER THE CODE FOR EMAIL AUTHENTICATION. ENTER '0' TO ABORT.
ACF82904 ACF2, SESSION TERMINATED.
AZF#IN00 log shows STCMAIN:PC return code=0x8, reason code=0x4, abend code=0x0
Release : 16.0
Component : CA ACF2 for z/OS
MAXTRY and PASSLMT settings in the GSO PSWD record should be increased to a value of 3 or more depending on how the RADIUS server is configured.
If TSO logon results in ACF82904 ACF2, SESSION TERMINATED before a successful signon can be completed, increase the MAXTRY and PASSLMT settings as shown below:
ACF
SET C(GSO)
CHANGE PSWD MAXTRY(3)
F ACF2,REFRESH(PSWD)
ACF
SET C(GSO)
CHANGE PSWD PASSLMT(3)
F ACF2,REFRESH(PSWD)