Permission based access without creating user on publisher | Community
Skip to main content
Level 2
April 27, 2023
Solved

Permission based access without creating user on publisher

  • April 27, 2023
  • 1 reply
  • 502 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by rawvarun

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

 

1 reply

rawvarun
Community Advisor
rawvarunCommunity AdvisorAccepted solution
Community Advisor
May 11, 2023

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