Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
[Rest-server] Support nested group list in azure ad. (#4639)
Browse files Browse the repository at this point in the history
* Change group list api from normal to transitive
  • Loading branch information
ydye authored Jun 29, 2020
1 parent d5987e1 commit 36b4aee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const axios = require('axios');

function initConfig(msGraphUrl, accessToken) {
return {
'msGraphAPI': `${msGraphUrl}v1.0/me/memberOf`,
'msGraphAPI': `${msGraphUrl}v1.0/me/transitiveMemberOf`,
'Authorization': `Bearer ${accessToken}`,
};
}
Expand Down

0 comments on commit 36b4aee

Please sign in to comment.