Hi all,
I am building a postman collection for my team to reach separate endpoints. These are the applications I need to access
Microsoft Graph
Microsoft Threat Protection (Microsoft Defender XDR)
WindowsAdvancedThreatProtection (Microsoft Defender for Endpoint)
But I can't create a single token that can access these places because in the authentication process I can only provide a single scope.
I had to create a workspace for each application in postman for developing.
TLDR; Using postman, what is the best way to deal with multiple scopes?