Open
Description
Describe the bug
I have an external IDP with a OIDC flow to create users and when I try to share a file with people, the search dropdown list just shows their display names. This is not an issue when I create users via the admin dashboard.
Expected behavior
I can see the mail below their name on the Share with people dropdown:
Setup
Setup an external IDP to create users with a OIDC flow with a response like:
{
iss: 'https://example.com',
sub: 123445678,
aud: "web",
scp: "profile email openid",
name: test,
email: `[email protected]`,
preferred_username: test1,
roles: ["ocisSpaceAdmin"],
}
As you can see response from clientService.graphAuthenticated.users.getMe
on the Account page pulls all the user info, but the clientService.graphAuthenticated.users.listUsers
function returns incomplete user info.
Metadata
Assignees
Labels
Type
Projects
Status
Qualification