stumpapp / stump

A free and open source comics, manga and digital book server with OPDS support (WIP)
https://stumpapp.dev
MIT License
1.01k stars 45 forks source link

[FEATURE] Authenticate via LDAP, OAuth2, SAML etc. #246

Open aaronleopold opened 10 months ago

aaronleopold commented 10 months ago

Discussed in https://github.com/stumpapp/stump/discussions/242

Originally posted by **nk44-official** January 17, 2024 Hey, Are there plans to implement LDAP or other SSO Solutions in the future? :)
paulcsiki commented 5 months ago

OIDC would fit very nice in my home lab setup.

aaronleopold commented 2 months ago

Found this recently, will be a likely candidate for implementation: https://github.com/pfzetto/axum-oidc

nk44-official commented 1 month ago

Found this recently, will be a likely candidate for implementation: https://github.com/pfzetto/axum-oidc

that would be wonderful!

aaronleopold commented 1 month ago

For those following this issue, we are getting closer to a point where I can work on this now that #219 and #457 are complete. My current rough idea is that there would be some new configuration added to define your oidc / sso provider which "unlocks" different authentication endpoints on the API and login methods on the UI. If you have any thoughts on this, please let me know.

Otherwise, stay tuned 🙂

nk44-official commented 4 weeks ago

that sounds awesome!