Hi I have added rep:glob restriction on "/content/we-retail/us" as shown in below fig.
When I am login Aem using TestUser credentials I should not able to access /content/we-retail/us as it is in restriction but TestUser able to access. Why this is so?
Please let me know how restriction are working and why it behaving as above in this case.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
will allow type with below restriction
rep:glob | Result |
---|---|
/us | ‘/content/we-retail/us’ and all it's descendants |
Please check details at https://jackrabbit.apache.org/oak/docs/security/authorization/restriction.html
Hi,
will allow type with below restriction
rep:glob | Result |
---|---|
/us | ‘/content/we-retail/us’ and all it's descendants |
Please check details at https://jackrabbit.apache.org/oak/docs/security/authorization/restriction.html
Hi @arunpatidar
Will you please explain little about above usecase.
Hi @arunpatidar
Do you mean I can access all except /content/we-retail/us
Hi,
If you want to deny access then you have to use deny not allow
http://localhost:4502/useradmin will give you the better picture of permissions
So what is meaning of restriction.
you can check here https://jackrabbit.apache.org/oak/docs/security/authorization/restriction.html
Views
Likes
Replies