Open
Description
The popular authMethod now for RSA Secure id is called : SecurIDv2Authentication
In file: github.com/venth/aws-adfs/blob/master/aws_adfs/authenticator.py line 184:
def _is_rsa_authentication(html_response):
auth_method = './/input[@id="authMethod"]'
and element.get('value') == 'SecurIDAuthentication'
Please change to the latest RSA SecureID Auth: SecurIDv2Authentication
or change: SecurIDAuthentication to SecurIDv2Authentication