-
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
Adfs cookie reusage issue during username change #178
Comments
I had the same problem and what @emanuelr93 is suggesting fixed it. |
Appending the ADFS hostname and the username to the |
Yes, but please take care about special characters. For example the username can container / for domain or somethings similar. Another issue is related to the account that has only one arn-role association (as @adrianolettieri report). In this case, if you have only one arn-role, aws-adfs completely ignores the one passed by the user even if it is wrong. A strict check should be included in order not to mislead. |
Indeed. Using a hash of those is probably better. |
If is used login via Environment variable, if I try to change username the adfs_cookies of old account is used.
With this commad, the old adfs_cookie is reused and authentication fail.
The only way to resolve this issue is to remove adfs_cookies file inside .aws directory
The text was updated successfully, but these errors were encountered: