Difference Between Technical Accounts in Adobe Developer Console and AEM Cloud Integration for OAuth Authentication
I am integrating an external application with an AEM Author instance to fetch data and display it in the application. I have implemented an OAuth-based server that generates access tokens using credentials (Client ID and Client Secret) from a project configured in the Adobe Developer Console. However, the access token I receive results in a 401 Unauthorized error when used to access the AEM instance.
I need clarification on the difference between:
- Technical accounts configured via the Adobe Developer Console.
- Technical accounts from the "Integrations" section in the AEM Cloud Service environment.
How can I effectively use the technical accounts from the AEM Cloud "Integrations" section to authenticate and fetch data?
