I have setup an Extranet on a Sitecore solution. Login and access to the items below the extranet works fine with security, etc.
But there is also files, that should only be accessible to users that have logged in to the Extranet. For this I have made a folder in the root of the media-library called Extranet
. I have set the security on this (added the extranet\user
and removed read
access from extranet\everyone
). I have also checked the inheritance
option in the security
field.
But when I add a file below this folder, it does not look like it inherits the security settings. Although extranet\anonymous
cannot access the item, extranet\user
cannot either. If I explicitly set the security on the file and allow extranet\user
, it works.
What could I be missing?