Hello,
On AEM Cloud instance I set up Oauth client, got the access token and tried it to access /bin/querybuilder.json
The response is 'unauthorized' status.
I did the same on AEM 6.5 on prem and I was able to access /bin/querybuilder.json and also the example website: 'we-retail'
The scope I used is 'offline_access'
Can you advise on how to make it working the same as on the AEM on prem or if not how to debug the problem?
There's no error message. What I get is only 401 status.