Seafile community edition 11.0 and SeaDoc 0.2 is ready for testing!

We find that LDAP users cannot login in version 11.0.1 via desktop client. This will be fixed soon.

Thanks Daniel.

I just updated to CE 11.0.2 and was struggling with the OAUTH settings. I just found out that this OAUTH_ATTRIBUTE_MAP is working with Keycloak. Couldn’t find any other working map.

OAUTH_ATTRIBUTE_MAP = {
    "id":                 (False, "email"),
    "preferred_username": (True, "uid"),
    "name":               (False, "name"),
    "email":              (True, "email"),
}

The database does not show any @auth.local user but my email address in social_auth_usersocialauth in the username column.

Is this a working config or am I running into issues eventually?

Is working as expected. Thank you for your work! :slight_smile: