Skip to content
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

[Feature] Check server allowed authentication methods before attempting #265

Open
pkittenis opened this issue Jan 4, 2021 · 0 comments
Open

Comments

@pkittenis
Copy link
Member

pkittenis commented Jan 4, 2021

Is your feature request related to a problem? Please describe.
Client does not check authentication methods that are allowed to continue as reported by server and always attempts what authentication is requested by client params or client defaults.

Describe the solution you'd like
Client checks authentication methods the server supports before attempting to authenticate with each type of requested authentication method or client default auth.

Describe alternatives you've considered
Existing solution works, though can lead to excessive authentication attempts which server does not support, which can cause unexpected disconnections/timeouts.

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant