When authenticating with OAuthWebAuthCodeGrant and require_live_connect is set to True, I get the an OAuthTokenRequestException with the error message:
error_code: invalid_scope, error_description: The provided value for the input parameter 'scope' is not valid. The scope 'bingads.manage' is not configured for this tenant.
This happens from version 13.0.4 onwards. It does not happen with version 13.0.3
When authenticating with
OAuthWebAuthCodeGrant
andrequire_live_connect
is set to True, I get the an OAuthTokenRequestException with the error message:This happens from version
13.0.4
onwards. It does not happen with version13.0.3