-
Notifications
You must be signed in to change notification settings - Fork 354
Open
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels