Expand my Community achievements bar.

Applications for the 2024-2025 Adobe Experience Manager Champion Program are open!
SOLVED

Token Based Authentication for CAAS

Avatar

Level 2

Hello,

We have CAAS approach where we are retrieving the data from the Content fragments using Assets HTTP API.

We want to use token based authentication mechanism and following approach of creating JWT tokens programmatically seems to be a decent approach 

AEM Service Credentials | Adobe Experience Manager

 

This however is retrieving the Service Credentials from AEM Cloud Service Accounts. How can this be implemented for On Prem environments for retrieving service credentials for Step 1 mentioned above?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Token based authentic only recommended for development environment. It’s advisable to use service credentials for production in aem cloud service.

https://experienceleague.adobe.com/en/docs/experience-manager-learn/getting-started-with-aem-headles...

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Token based authentic only recommended for development environment. It’s advisable to use service credentials for production in aem cloud service.

https://experienceleague.adobe.com/en/docs/experience-manager-learn/getting-started-with-aem-headles...