You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
ymuwakki
changed the title
RSA
RSA SecureIDAuthenticaton change to SecurIDv2Authentication
Jun 2, 2022
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
The text was updated successfully, but these errors were encountered: