HI ,
How can we do permission sensitive caching in Akamai for the resources that have a permission on the origin server like AEM.
it would be great help if comment who has already worked on this.
Thanks,
Venkatesham
Solved! Go to Solution.
Views
Replies
Total Likes
Akamai CDN has no user base where it can check authentication against, so it can't authenticate for permission.
There are two parts in this question: Authentication and Authorization.
Authorization
To grant access by urls we would use property manager rules which can match by value, wildcard or regex.
Authentication
Alternatively Akamai can validate incoming requests could be authenticated against origin (as a https request to origin, once responded with 200 access would be granted and the asset can be delivered from Edge).
This methods are called Centralized and Remote Authorization, please check with your Akamai Representative for details.
Regards,
Raja
Akamai CDN has no user base where it can check authentication against, so it can't authenticate for permission.
There are two parts in this question: Authentication and Authorization.
Authorization
To grant access by urls we would use property manager rules which can match by value, wildcard or regex.
Authentication
Alternatively Akamai can validate incoming requests could be authenticated against origin (as a https request to origin, once responded with 200 access would be granted and the asset can be delivered from Edge).
This methods are called Centralized and Remote Authorization, please check with your Akamai Representative for details.
Regards,
Raja
Thank you for explained.