You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
As you can see response from
clientService.graphAuthenticated.users.getMe
on the Account page pulls all the user info, but theclientService.graphAuthenticated.users.listUsers
function returns incomplete user info.The text was updated successfully, but these errors were encountered: