-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
external user authentification #44
Comments
this would be a cool feature alright. im wondering about how much complexity it would add to the codebase though |
Very nice LDAP Server |
LDAP authentication would be great. All of my other self hosted services use LDAP to have a single point of user administration. That's one of two reasons to use Subsonic. |
Maybe some http header based auth with automatic user creation is easier to implement? Then everyone can choose the prefered auth system (ldap, openid connect, saml...). I use http header based auth with FreshRSS and it works really great. To connect the any apps, the user must login and create an "app password" of course. |
looking at this again, I'm not sure its possible given the subsonic API's auth mechanism using query params. if anyone has any other ideas please reopen 👍 |
I'm not sure about how it was implemented, but Airsonic-Advanced has LDAP authentication. |
Hey,
subsonic supports authentication against a ldap server. This feature would be nice. Additionally the oauth support.
thanks
sam
The text was updated successfully, but these errors were encountered: