Display surname and givenName attributes.

This PR makes it so that givenName and surname attributes are returned for users.

Fixes #5386
This commit is contained in:
Daniël Franke
2023-01-12 15:01:14 +01:00
parent df0e6435ca
commit ddb0933033
3 changed files with 35 additions and 6 deletions
@@ -0,0 +1,6 @@
Enhancement: display surname and givenName attributes
When querying the graph API, the surname and givenName attributes are now displayed for users.
https://github.com/owncloud/ocis/pull/5388
https://github.com/owncloud/ocis/issues/5386