diff --git a/gp-okta.py b/gp-okta.py index 35cfff0..b83cb69 100755 --- a/gp-okta.py +++ b/gp-okta.py @@ -188,7 +188,7 @@ def load_conf(cf): def mfa_priority(conf, ftype, fprovider): if ftype == 'token:software:totp' or (ftype, fprovider) == ('token', 'symantec'): ftype = 'totp' - if ftype not in ['totp', 'sms', 'webauthn']: + if ftype not in ['totp', 'sms', 'push', 'webauthn']: return 0 mfa_order = conf.get('mfa_order', '') if ftype in mfa_order: