It's a good tutorial but that's not it. I don't need user access to my AEM instance, the things I want to access don't require authentication. The issue is that only whitelisted IP's can access anything in my instance, but the aio instances keep changing IPs all the time (which is the right). My iss...
Hi,I have the following situation: - I'm using SSR and the HTML rendered on my pages is created by Adobe IO. This app inside an Adobe IO instance fetches data from content fragments from my AEM instance. - My AEM instance is not available to the general public (it's a stating environment) - The app ...
Hi,I have to implement Okta authentication for certain paths of my application. It's not author authentication, it's user authentication. To be able to access certain path of my website the user has to be authenticated with Okta. And the okta authentication is not SAML, it's the PCKE flow where toke...
Hi, I'm new to AEM and I need to implement server-side rendering with an express server in my local machine. I'm following this tutorial and I see that I need to implement the RemoteContentRendererRequestHandler interface but there are so many things I don't understand, like how to read the Remote C...