Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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. 

 

View solution in original post

1 Reply

Avatar

Correct answer by
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.