Can I use the Sitefinity Membership Provider for aspx pages

Posted by Community Admin on 04-Aug-2018 19:46

Can I use the Sitefinity Membership Provider for aspx pages that are included in my Sitefinity application

All Replies

Posted by Community Admin on 10-Dec-2015 00:00

I would like to be able to add aspx pages to my sitefinity project and secure the pages using the Sitefinity Membership provider.  Specifically I will need to set the security level of pages in specific folders by adding allow and deny elements to the web.config.

<authorization>
    <allow roles="Admin, Customers"/>
    <deny users="*"/>
</authorization>

 

Is this possible out of the box? If not can you suggest an approach that might achieve the same/similar affect? Converting the pages to user controls/widgets or even masterpages is not an option. I need to apply security to aspx pages.

Posted by Community Admin on 15-Dec-2015 00:00

Hi Dave,

Can you please refer to the below KB article and try the suggestion there:

http://www.sitefinity.com/developer-network/knowledge-base/details/how-to-protect-static-pages-to-be-accessed-only-by-users-in-particular-role

Regards,
Sabrie Nedzhip
Telerik

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed