Yet another question (or maybe issue while running roadrecon) - sorry for being a bother! :)
Are there any plans for adding support for https://graph.microsoft.com based enumeration?
My use case is that I came in possession of access token scoped precisely for that client with User.Read User.ReadBasic.All scope and found that ROADtools are not able to help me pull data using this token.
Ultimately I guess I need to poke around manually?
(Invoke-RestMethod @{Uri="https://graph.microsoft.com";Headers=@{'Authorization'="Bearer $token"}; Method='GET'}).value
Regards,
Mariusz.
Yet another question (or maybe issue while running
roadrecon) - sorry for being a bother! :)Are there any plans for adding support for
https://graph.microsoft.combased enumeration?My use case is that I came in possession of access token scoped precisely for that client with
User.Read User.ReadBasic.Allscope and found that ROADtools are not able to help me pull data using this token.Ultimately I guess I need to poke around manually?
Regards,
Mariusz.