Open
Description
Our Fab-Manager instance uses Nextcloud's Oauth2.0 SSO.
When mapping Fab-manager's user/group_id
value to Nextcloud's group field (ocs.data.groups
), the response is as follows:
<ocs>
<data>
<groups>
<element>admin</element>
<element>group 1</element>
<element>group 2</element>
</groups>
</data>
<ocs>
This results in the following value for Fab-Manager:
[« admin », « group 1 », « group 2 »]
As a result, the group selection field is grayed out (unselectable) and it is therefore impossible to validate the new user from the Oauth2.0 Nextcloud SSO.
Metadata
Assignees
Labels
No labels