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

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

Mark Solution

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

解決済み

Permission based access without creating user on publisher

Avatar

Level 2

Hi All,

We are trying to secure some of our assets on the publisher behind SSO [with permission based caching]. We have implemented auth checker module on the dispatcher and have introduced a SAML config to check for SSO login for this particular path. Is it possible for a user to access such an asset after successful saml without the user existing on AEM/ without auto creating users through createUser=B"false" and addGroupMemberships=B"false"

Is there a limit on number of users on publishers?

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

Avatar

正解者
Community Advisor

You may need to write a PostProcessor (code to trigger when SSO login is done) to check user permission for a particular asset. 

 

元の投稿で解決策を見る

1 返信

Avatar

正解者
Community Advisor

You may need to write a PostProcessor (code to trigger when SSO login is done) to check user permission for a particular asset.