owncloud / owncloud/ocis

OCM. admin cannot get federated users if he hasn't connection with them

Open
#9,829 2 comments 0 reactions 0 assignees View on GitHub
Priority:p3-medium Type:Bug
Dominant language
Go
Stars
2.1k
Forks
274
Avg merge
2d 1h
Merged PRs (30d)
103

Description

related: https://github.com/owncloud/ocis/pull/9812

Steps:
```
Given using server "LOCAL"
And "Alice" has created the federation share invitation
And using server "REMOTE"
And "Brian" has accepted invitation
When the administrator gets federated users using the Graph API
```
Actual: admin gets empty response
expected:
- admin gets federated `Alice` user using `graph/v1.0/users?$filter=userType eq 'Federated'`
- admin gets federated `Alice` and member user `Brian` using `graph/v1.0/users?$filter=userType eq 'Federated' or userType eq 'Member'`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.