A Microsoft API that provides programmatic access to Microsoft Advertising to manage large campaigns or to integrate your marketing with other in-house systems.
We were able to resolve our issue by changing the requested scope to "openid offline_access https://ads.microsoft.com/msads.manage" in the OAuth authorization request that redirects the user to https://login.live.com/oauth20_authorize.srf.
Then when requesting the access token we added the scope "https://ads.microsoft.com/msads.manage" in the request. It does require the user to create a new OAuth authorization, but seems to have resolved it on our side.