Issue while accessing Groups from Microsoft Graph Api
Issue while accessing Groups from Microsoft Graph Api
Issue while accessing Groups from Microsoft Graph Api
Re: Issue while accessing Groups from Microsoft Graph Api
I had the same issue and managed to make it work by removing the trailing "**/**" from the resource parameter when requesting an access token.
So in my case the resource
`https://graph.microsoft.com/` should be written `https://graph.microsoft.com`
So in my case the resource
`https://graph.microsoft.com/` should be written `https://graph.microsoft.com`