Passing query with AEM GraphQL Endpoints getting response (Non- persistent API) referred : https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/headless/graphql-ap...
Want to add Bearer Authorization Access token to secure response. How can we implement? any approach ?
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @JagadeeshSu
The details on how to use token with GraphQL are available on https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/headless/security/a...
For generating access token, please set up as guided on https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/develo...
Views
Replies
Total Likes
Hello @JagadeeshSu
The details on how to use token with GraphQL are available on https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/headless/security/a...
For generating access token, please set up as guided on https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/develo...
Views
Replies
Total Likes
Hi @aanchal-sikka ,
Followed same Adobe Documentation, not able to access Developer Console : Option not available AEM as a Cloud Service Development Guidelines | Adobe Experience Manager
Views
Replies
Total Likes
hi @JagadeeshSu
You should have cloud manger developer access to generate AEM CS integration Json.
Once you get access, you can generate integration Json .
-> then we need to install on Frontend or from where you want make AEM call.
-> Generate JWT token and exchange the token for access token.
we have used adobe/aemcs-api-client-libin our frontend module (NextJS) to integrate with AEM CS to fetch json data.
Views
Replies
Total Likes