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

Proxy PvDs: authentication #249

Open
DavidSchinazi opened this issue Apr 3, 2024 · 3 comments
Open

Proxy PvDs: authentication #249

DavidSchinazi opened this issue Apr 3, 2024 · 3 comments

Comments

@DavidSchinazi
Copy link
Collaborator

It could be helpful to add the ability to convey what modes of authentication the proxy supports. I'd assume the actual auth secrets would be exchanged out of band but perhaps mentioning which auth mechanism to use would help.

@tfpauly
Copy link
Owner

tfpauly commented Oct 11, 2024

One option we could have is to, for HTTP types, include some hint of the Proxy-Authenticate challenge that would be sent — like, if you try to use this proxy you’ll likely get this challenge (or even act like you got it and just send the auth from the beginning). That could be generic across types.

@DavidSchinazi
Copy link
Collaborator Author

I like that. It's extensible with support for things like realms and whatnot

@JamesTaft
Copy link

JamesTaft commented Dec 6, 2024

+1 on the auth hints. It could save an entire connection that ends in a 407 for NTLM (gasp!) and Kerberos if the browsers use the hint.

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

3 participants