One or more scopes are not configured for the authorization server resource.
I keep getting this error: invalid_scope with the description 'One or more scopes are not configured for the authorization server resource.'
I am trying to upgrade to the new authorization API https://v3.developer.constantcontact.com/api_guide/auth_update_apps.html
It was working fine with the previous method. I have not changed the scopes except to add offline_access.
Any suggestions or ideas?
Here is my control flow:
I redirect to:
https://authz.constantcontact.com/oauth2/default/v1/authorize?response_type=code&client_id=My_client_id&redirect_uri=https%3A%2F%2Fwww.westchestercycleclub.org%2FSystem%2FconstantContact%2Ftoken&scope=account_read%2Baccount_update%2Bcontact_data%2Bcampaign_data%2Boffline_access&state=c0cd350b22c0a63c
I get back the following from the GET parameters at the redirect_uri I specified (state looks like what I passed in, so that works): [state] => c0cd350b22c0a63c [error] => invalid_scope [error_description] => One or more scopes are not configured for the authorization server resource.
2 replies