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 Request: Basic Authentication Support #11

Closed
JeffIPV opened this issue May 29, 2020 · 4 comments
Closed

Feature Request: Basic Authentication Support #11

JeffIPV opened this issue May 29, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@JeffIPV
Copy link

JeffIPV commented May 29, 2020

Can we get support to use different modes of authentication. basic, digest, both.
VLC does not work with digest authentication

@JeffIPV JeffIPV changed the title Basic Authentication Support Feature Request: Basic Authentication Support May 29, 2020
@aler9 aler9 added the enhancement New feature or request label Jun 8, 2020
@aler9 aler9 closed this as completed in 8a786b5 Jun 14, 2020
@aler9
Copy link
Member

aler9 commented Jun 14, 2020

Hello, now authenticating with VLC is fully supported (v0.6.4)
Basic auth was implemented.
I also discovered that VLC does support digest authentication, just a very strict version of it.

@JeffIPV
Copy link
Author

JeffIPV commented Jun 15, 2020

Is there a flag to switch authentication modes or does it try the password under both authentication modes?

@aler9
Copy link
Member

aler9 commented Jun 15, 2020

Hi,
The server offers both authentication modes, the client can choose one of them and proceed. There's no flag to disable one of the modes.
Regarding VLC, if the server supports both Digest and Basic, VLC uses Digest, otherwise Basic. I didn't check whether there's a flag to force a specific mode.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 1, 2023

This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants