Right way to expose an endpoint/servlet from AEM author to 3rd party?
Hi All,
I have a use case where 3rd party system(webhook) make a POST call to AEM author and post it’s payload.
In this case, I need to expose an endpoint(servlet) from AEM author.
To do so, I did virtualise that endpoint through APIGW, whitelisted 3rd party system IP and shared my endpoint with 3rd party system.
Here the issue comes is, the requests from 3rd party is not accepted by AEM because of its authentication, to address this I’m passing ‘basic authentication header’ or ‘alias’ from APIGW to AEM Author.
But, one my leads mentioned that this is not right approach.
@aanchalsikka , @shashi_mulugu , @veena_vikraman
Can anyone suggest better way?
Thanks,
Raju.