コミュニティアチーブメントバーを展開する。

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

CUG Dispacher Configuration

Avatar

Level 8

Hi,

Let us say, we created a new group; for example, cug_access for the purpose of demonstrating Closed User Group concept.

Also, we assigned it to a page called restrict.html using the Page Properties ==> Advanced ==> Closed User Group using the CQ Interface.

Please suggest how to configure Dispatcher, so that access of restrict.html is given to only members of  group cug_access.

Setting /allowAuthorized  to "0" in the /cache section alone would do?

Or we have to set values for /sessionmanagement and its sub-parameters, like /directory?

Please refer to

Appreciate your help.

Thanks,

Rama.

1 受け入れられたソリューション

Avatar

正解者
Employee Advisor

Hi,

CUG is purely implemented on publish. You need to make sure, that the resulting pages are not cached, so /allowAuthorized "0" is correct. If you want cache such content nevertheless, you have to use the permission sensitive caching (PSC) feature of the dispatcher.

kind regards,
Jörg

元の投稿で解決策を見る

2 返信

Avatar

Level 10

You need to apply sessionmanagement also & required changes are explained at http://docs.adobe.com/docs/en/aem/6-0/administer/security/cug.html

Additionally If you are having more than one publish instance then need to configure stickyConnectionsFor Or enable crypto support. 

You might think about https://docs.adobe.com/docs/en/dispatcher/permissions-cache.html

Avatar

正解者
Employee Advisor

Hi,

CUG is purely implemented on publish. You need to make sure, that the resulting pages are not cached, so /allowAuthorized "0" is correct. If you want cache such content nevertheless, you have to use the permission sensitive caching (PSC) feature of the dispatcher.

kind regards,
Jörg