AEM 6.5
We have requirement that one part of the site (subset of pages under certain path) requires authentication (okta), how this can be accomplished?
Rest of the site should be accessible by anonymous users.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @nbg62 ,
If your looking for some okta with SAML integration below is the reference for the same.
you can restrict the users to specific path by providing the path configuration and only that path will be under okta authentication.
Hi @nbg62 ,
Closed User Group (CUGs) is the answer. Closed User Group (CUGs) is a feature that is used to restrict the access to content to a select group of users on a published instance, need to log in to access the resource/content.
There are some official and unofficial sites to achieve the same. Kindly follow the steps as mentioned here.
Official:
Un-Official:
https://aemtutorials.com/close-user-groups-in-aem/
https://aemcorner.com/closed-user-groups-cugs/
Hope that helps!
Regards,
Santosh
Hi @nbg62 ,
If your looking for some okta with SAML integration below is the reference for the same.
you can restrict the users to specific path by providing the path configuration and only that path will be under okta authentication.
Thank you all
How I understand this will protect whole domain since main url redirects to example/demo (http://demo.example.com domain which is mapped to the /content/example/demo). Does this mean that http://demo.example.com/content/page1 is not protected ?
Is there a way to protect different routes, for example /content/page1/page12, content/page3... I couldn't understand where the protected paths are configured ?
Thanks
Views
Likes
Replies