Synchronize Cloudron groups
-
I am wondering if it is possible to synchronize Cloudron group memberships with Dokuwiki groups with the current OIDC login? The Cloudron Docs still refer to the old LDAP connector.
I just set up a new instance and the Dokuwiki user manager only lists the groupsuser, generic
for my users. The groups from the Cloudron user directory don't seem to be available. -
That is correct, OpenID has no standard method to convey a group list as far as I am aware of. There is a pseudo standard where the user info contains a groups field, which we have implemented by now, but that would only allow it if the app support this. I think this was mostly only done for Nextcloud for the future when we switch that to OpenID.
-
Alright, does that mean I'll have to use the work-around mentioned in https://forum.cloudron.io/post/63987 if I need groups in Dokuwiki?
-
-
Alright, that sounds very promising! Thanks a lot.