Hi @SantoshSai kind of data: users, groups, sites, assets, forms, screens.... ingest data from AEM into our project for search optimization ThanksSriram
Hi team, we have a requirement where we need to fetch/crawl entire data from AEM and ingest into our project.what should be the best approach for this and also can you share some useful links/videos Thank you,Sriram
Hi @SantoshSai yes it is Oauth scope. below is the code for custom scope as mentioned in the above link provided by you package com.adobe.acs.samples.authentication.oauth.impl;
import com.adobe.granite.oauth.server.Scope;
import com.adobe.granite.oauth.server.ScopeWithPrivileges;
import org.apache....
Hi Santosh thanks for the quick response,we are working in a project where we need to fetch/crawl data from AEM.as part of project we want to implement server to server authentication mechanism could you provide me some inputs on how to achieve this. I am referring into this doc for authentication:h...
I am trying to connect to aem using a JWT Bearer Token.I have followed all the tutorials and cannot seem to find what is wrong.The error message is: error: invalid_grant, error_description: invalid assertion what could be the reason?
JWT Bearer Token— Server to Server integrationLet us now see how to use the JWT Bearer token to enable the server to server integration without the resource owner’s intervention. OAuth 2.0 Server Functionalities in AEM — Deep Dive | How to Manage the Protected AEM Resources through OAuth 2.0 | by Al...