- Issue created by @mhentry
Hi @mhentry,
Sure, I am glad to help you with this. Can you reach out to drupalsupport@xecurify.com for further assistance?
Hello, your module works as expected but we want to retrieve groups as well so I tried the following Endpoint
'https://graph.microsoft.com/v1.0/me?$select=id,mail,givenName,surname,userPrincipalName,otherMails,department,memberOf', its not giving me "memberOf"; upon checking to retrieve "memberOf" it has to be a separate query like below,
https://graph.microsoft.com/v1.0/me/memberOf
Note: we followed this document as well https://www.drupal.org/docs/contributed-modules/drupal-oauth-openid-conn... →
If you can help us; it would be great.
Thank you!
Hi @mhentry,
Sure, I am glad to help you with this. Can you reach out to drupalsupport@xecurify.com for further assistance?