내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Content access based on User profile for different Geographic location

Avatar

Level 6

Hi,

Website is available in different locations across the globe. Different user profiles are created which will have access on content as per there role. (Example User A have access on CRXDE only).

How to make sure, if user change from his current location to another location (example from US to Canada), his access to content will remain same (i.e User A will have access to CRXDE only in  US and in Canada).

Could I achieve it through Personalization ?

Thanks

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10
Personalization has to do more with content to display in a Web site rather than  ACL permissions. To handle permissions based on locale,  I would look into making use of groups.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Level 10
Personalization has to do more with content to display in a Web site rather than  ACL permissions. To handle permissions based on locale,  I would look into making use of groups.

Avatar

Level 10

This cannot be achieved using personalization and as @scott mentioned, its not the right usecase aswell !! 

I would suggest you to handle it using customLoginModule and give the permission accordingly based on the user from where he/she login.