Patrick Decat

Results 151 comments of Patrick Decat

It would be awesome to be able to delete entries from history from the interactive search UI by selecting an entry with the up/down arrows then pressing the delete key.

Hi @ymuwakki, I've opened https://github.com/venth/aws-adfs/pull/241 to resolve this. As I do not have access to an RSA SecurID account, could you please test it? To install it from git: ```...

aws-adfs does not use the `python-gssapi` you mention (https://pypi.org/project/python-gssapi/), but the `gssapi` python package (https://pypi.org/project/gssapi/). That `gssapi` package is properly installed as a transitive dependency from `request-kerberos` on linux: *...

All python 3.11-dev builds are currently failing on libxml2 and/or krb5 compilation because of missing wheel packages. Let's revisit this later in the python 3.11 development cycle.

Hi @bodgit, as the author of https://github.com/venth/aws-adfs/pull/144, would you be able to verify this PR does not break your use case with Kerberos support?

@bodgit ok, thanks for the feedback.

requests-kerberos v0.13.0 was recently released and switched its Kerberos dependencies: > Change Kerberos dependencies to [pyspnego](https://github.com/jborean93/pyspnego) to modernise the underlying Kerberos library that is used. See https://github.com/requests/requests-kerberos/releases/tag/v0.13.0 and https://github.com/requests/requests-kerberos/pull/163

Changing the user-agent will probably break kerberos authentication on Windows. The work-around is usually to also pass `--no-sspi` to `aws-adfs login`.

Hi @MisterBianco, does your thetis u2f fido2 security key work with the same command on Linux?

I'm working on moving from U2F to webauthn since last week. Interaction with website seems ok, but I'm facing issues performing the challenge with USB key.