Combine Social Login with LDAP #1899

Closed
opened 2026-02-05 02:09:31 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @ehv1 on GitHub (Oct 12, 2020).

We are using Bookstack with LDAP login, to also fetch the groups for a user.
When using social login (in our case Azure), the groups are not synced, because no group information is parsed with social login.
It would be nice if there's an option to do an LDAP query after SOCIAL LOGIN succeeds to fetch the group membership for the current user.

Originally created by @ehv1 on GitHub (Oct 12, 2020). We are using Bookstack with LDAP login, to also fetch the groups for a user. When using social login (in our case Azure), the groups are not synced, because no group information is parsed with social login. It would be nice if there's an option to do an LDAP query after SOCIAL LOGIN succeeds to fetch the group membership for the current user.
OVERLORD added the 🌔 Out of scope🚪 Authentication labels 2026-02-05 02:09:31 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Jan 26, 2021):

Thanks for the suggestion @ehv1.

To be totally honest, I really don't want to complicate authentication by mixing mechanisms in any way, These systems already take a lot of effort to maintain without considering features that span options.

Therefore I'm going to close this off but I'm thinking the core issue could be possibly solved in a different manner, such as the one described in https://github.com/BookStackApp/BookStack/pull/2288.

@ssddanbrown commented on GitHub (Jan 26, 2021): Thanks for the suggestion @ehv1. To be totally honest, I really don't want to complicate authentication by mixing mechanisms in any way, These systems already take a lot of effort to maintain without considering features that span options. Therefore I'm going to close this off but I'm thinking the core issue could be possibly solved in a different manner, such as the one described in https://github.com/BookStackApp/BookStack/pull/2288.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1899