I'm hoping someone can shed some light on something very quickly (I apologise that I've not had a chance to hack something together and investigate myself but I have a bit of a time-restraint on what I'm working on).
We have a content structure that looks like this:
Home
-> About ->Another Page
->Mini site -> Virtual Node
Virtual node has a content picker that has "Another Page" selected
The reason for this is so that the following URL's point to the same page:
/About/AnotherPage
/Mini-Site/AnotherPage
However, what I want to do is protect the "Another Page" and this protection should apply to the Virtual Node aswell (ideally without setting it up on said virtual node).
My question is, can I use an IContentFinder to effectively pass across the permissions so the public access behaviour works correctly?
Another question relating to this is where in the request pipeline does Umbraco process permissions and perform the redirect to the Login/No Access page?
Virtual Node - IContentFinder with permissions
Hi All,
I'm hoping someone can shed some light on something very quickly (I apologise that I've not had a chance to hack something together and investigate myself but I have a bit of a time-restraint on what I'm working on).
We have a content structure that looks like this:
Virtual node has a content picker that has "Another Page" selected
The reason for this is so that the following URL's point to the same page:
/About/AnotherPage
/Mini-Site/AnotherPage
However, what I want to do is protect the "Another Page" and this protection should apply to the Virtual Node aswell (ideally without setting it up on said virtual node).
My question is, can I use an IContentFinder to effectively pass across the permissions so the public access behaviour works correctly?
Another question relating to this is where in the request pipeline does Umbraco process permissions and perform the redirect to the Login/No Access page?
Thanks
Nik
is working on a reply...