-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auth and/or connectivity problems with ADFS 2016? #116
Comments
I have a similar issue, but using ADFS 3.0 (2012 r2) I know you can run aws-adfs -v -the rest of your switches the -v should do a verbose. |
Also I wanted to ask you 2 things,
|
I'm experiencing the same issues - I have RSA linked to ADFS servers. If I do not force MFA I can login successfully. If I enable MFA i get the error "cannot extract saml assertion, re-authentication needed". It doesn't seem to be triggering or scraping the RSA authentication module. I ran the command aws-adfs -v login --adfs-host= --role-arn Any help would be appeciated |
Verbose logs, with personal data removed. |
@torric1 Try adding '--no-sspi' . A recent change to this option caused a change in the user-agent header. I should have a fix for this in the coming days. |
Thanks for the response. Doesn't work with '--no-sspi' unfortunately. |
I'm also having the same issue. --no-sspi doesn't help. Tried with versions 1.16.0 and 1.17.0. Also tried clearing profiles and cookies. Still doesn't work. Web GUI works fine. MFA w/ RSA is enabled on the ADFS server. |
A smart AWS consultant fixed this for me: https://github.com/torric1/AWSCLI-MFA-RSAv2/blob/master/ros_aws-cli-py3-adfs3-mfa-securID.txt |
@torric1 I have the same issue with AzureMFA Authentication. I will try your referenced script and tweak it to see if it works. |
This is not for Azure MFA it's for RSAv2. I used this for AzureMFA https://medium.com/dtlpub/aws-adding-azure-ad-sso-including-aws-cli-797a537ce038 |
@torric1 I thought the script is the same and the only thing it changes is the headers that set the AzureMFA Authentication. |
I am facing the same issue while using ADFS with DUO. Any fix to this? |
@praveenraghav01 I have a fix on my fork but i think I broke |
@lmayorga1980 Thank you for the help '--no-sspi' worked for me :) |
With the latest version of aws-adfs, 1.12.3, and ADFS2016, I get the following output.
(enter credentials)
On the server side, there are no logs; "normal" UI account login works well and display available AWS roles.
Is it possible to enable some a verbose debug mode for aws-adfs to better understand what's exactly happening here?
The text was updated successfully, but these errors were encountered: