Use 2 different urls for same page template in AEM
Hi,
We are just starting with AEM and looking for better approach to use 2 different urls for 2 different types of users:
We call it as internal and external user.
Both these urls will land on the same or similar page. Internal user can see additional components on page than external user.
Is it possible to use 2 different urls which will load the same page for internal and external users but components on the page will turn on and off based on the user accessing url.
One thing we are trying to avoid is to add url based condition on a component to turn it on or off.
Please help me to understand better way to solve this problem in AEM.