user_backend_sql_raw
user_backend_sql_raw copied to clipboard
add email & group query support
I have implemented the two features:
- add email query support (closes #20) via query configured by value "get_email_address"
- add group support (closes #7) via query configured by value "get_groups"
I am using the app in addition to the user saml app, so I need to update the user information from another database that I have. The user information is updated via the updateAttributes function (similar as in the user saml app) which is triggered via the userExists function -> it may be called quite often, so maybe there is a better place to run it from.
Any chance to get this in the main dist? The support for groups is realy interesting for us
+1
Works fine for me Thanks a lot
Hey kosli, thank you very much for the pull request. I only now have time to work extensively on this app and I am currently evaluating this.
@kosli thank you very much for your work! Hope this makes it into the next release.
@PanCakeConnaisseur any update on this pull request?
@kosli AFAIK there is no progress on the Nextcloud user backend front, therefore the block is still present. I currently don't have the time to push for it or investigate it further. There wasn't much enthusiasm for my architecture draft but nobody provided any alternative.
@PanCakeConnaisseur Thanks for your feedback and really sad that this hasn't been improved on Nextcloud side. Strange that no other user backends have run into the same issue.
Any news on this? The GUI user_sql app somehow does email and groups, but it is otherwise to limited.