Forum Discussion
jony dept
Jun 28, 2017Copper Contributor
Unauthorized Microsoft Graph API Add member in group.
Hello, I am using Microsoft Graph API in my SPFx website. I can successfully get accessToken using ADAL.js. I can create user, get users, get groups but when i am trying to add memebrs in group i...
Jun 28, 2017
Have you seen this discussion:
https://github.com/SharePoint/sp-dev-fx-webparts/issues/36
https://github.com/SharePoint/sp-dev-fx-webparts/issues/36
jony dept
Jun 28, 2017Copper Contributor
I read it and it seems that it will not work with Internet Explorer and mixed zones.
I can able to get accessToken and can run other apis successfully except Add members in group so do you think that it is related to adal.js (mixed zones).
Can you confirm that whether it will work or not?
If not then can you provide alternative solution for it. As i want to develop one functionality which requires this features.
Thanks for your prompt reply.