bookwyrm-social/bookwyrm

SSO support (OAuth2/OIDC, LDAP)

Offen

#2.379 geöffnet am 15.11.2022

 (5 Kommentare) (15 Reaktionen) (0 zugewiesene Personen)Python (326 Forks)auto 404
enhancementhelp wanted

Repository-Metriken

Stars
 (2.754 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Is your feature request related to a problem? Please describe. Managing users for a server which provides multiple services (Mastodon, Matrix, bookwyrm) gets tedious without a central user store. This can be solved by using exactly that and simplifying login using SSO.

Describe the solution you'd like It would be nice to be able to Sign in (and create if needed) users using the OpenID Connect standard.

Describe alternatives you've considered Alternatively, backing the user store using LDAP could be an option, but is less preferred because a proper SSO solution can be more secure (2FA) and streamlined.

Contributor Guide