These URLs are for production accounts.
SCOPE = "https://ads.microsoft.com/msads.manage"
AUTHORIZE_URI = "https://login.microsoftonline.com/common/oauth2/v2.0/authorize"
TOKEN_URI = "https://login.microsoftonline.com/common/oauth2/v2.0/token"
REDIRECT_URI = "https://login.microsoftonline.com/common/oauth2/nativeclient"
Instead of these, we need to add sandbox URLs based on :environment.
These URLs are for production accounts.
Instead of these, we need to add sandbox URLs based on
:environment.