Invalid scope
Hello,
The /authorize API does not work for any other scope than openid. To eliminate my code as the problem I tried it in the OAuth Playground and was able to reproduce the problem. I tried three scopes:
1. openid
2. openid,creative_sdk
3. creative_sdk
Only #1 was successful in generating the token. All others failed with invalid_scope error.