Skip to content

Nextcloud Oauth2.0 groups are not recognized by Fab-Manager #486

Open
@microbearlogist

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions