I would like to receive notifications via webhook if e.g. colors (as in Adobe Colors) change.
I have created a new test project and added a new event (Creative Cloud Libraries --> Selected Creative Cloud Library Updated --> OAuth).
No matter what I do, I cannot redirect to the user consent for listening to webhooks.
Under credentials, I see OAuth Web App with the scopes creative_sdk and openid.
This is the request I am using:
https://ims-na1.adobelogin.com/ims/authorize/v2?response_type=code&client_id=50**redacted**ed1&scope=creative_sdk%2Copenid&redirect_uri=**redacted**
This request always redirects back to my endpoint with error=invalid_scope.
If I only use openid for scope, the redirect works (without granting access for change notifications).
What am I doing wrong?
Is there any way to see which scope is wrong or invalid?
Thanks