Skip to content

RSA SecureIDAuthenticaton change to SecurIDv2Authentication #239

Open
@ymuwakki

Description

@ymuwakki

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementpythonPull requests that update Python codewaitingWaiting for answer

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions