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

[FEAT]: LDAP server #249

Open
traverseda opened this issue May 4, 2024 · 2 comments
Open

[FEAT]: LDAP server #249

traverseda opened this issue May 4, 2024 · 2 comments

Comments

@traverseda
Copy link

Feature Description

There are some services that only support LDAP. This will probably always be true. One that really affects end users is jellyfin. For more corporate users all the git servers, gitea, bitbucket, etc, all work much better when using LDAP directly.

https://github.com/glauth/glauth is a nice go library for implementing LDAP servers.

@zidesm
Copy link

zidesm commented May 8, 2024

Please add LDAP support for the users.

Maybe in the future roles could be assigned to specify which users or group can access certain applications.

@lyrameg
Copy link

lyrameg commented Jun 18, 2024

Jellyfin has a plugin which can be installed. (https://github.com/9p4/jellyfin-plugin-sso/tree/main)
create an entry in cosmos openID and paste that into "OpenID Client ID" and "OID Secret" in the SSO config
then you have to fill out "OID Endpoint" with https://YOUR_DOMAIN/.well-known/openid-configuration
finally check the box "Enabled", enable the folders you want them to access(or check the box to enable all) and click Save.

Though it would be nice to have support for LDAP for other apps, but you can use Jellyfin with openID

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

No branches or pull requests

3 participants