Expand my Community achievements bar.

Does Adobe support offline access scope ? Adobe analytics.

Avatar

Level 1

I tried to add the offline_access scope in the link to get the authorization code but got an error saying invalid scope, In the Curl command to generate the access token there is no scope parameter. I am trying to get a refresh token which could be used to generate a new access token once it expires, i.e. After one day.

Could someone point me to the correct documentation or provide some suggestions. Thanks.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Employee
Employee

@NavinK1 only some APIs support the offline_access scope. To verify if you can request that scope

 

  1. Go to your project on the Developer Console
  2. Go to the credential 
  3. Go to the scopes tab and see if the offline_access scope if present

 

Thanks
Manik