Authorization failed. when upgraded to sitefinity 5.1

Posted by Community Admin on 03-Aug-2018 16:34

Authorization failed. when upgraded to sitefinity 5.1

All Replies

Posted by Community Admin on 24-Aug-2012 00:00

Hi,

I recently upgraded to Sitefinity 5.1 and from then on there is an error occurring with DynamicContent. Well, exactly at DynamicModuleManager.SaveChanges() method in the code. (Please find attached file for the complete error). Please note that there are no code changes done and the same code used to work earlier without any problem. This started occurring only after upgrade. Any help in this regard is highly appreciated.

Thanks.


Posted by Community Admin on 24-Aug-2012 00:00

Hi,

I solved this problem by setting SuppressSecurityCheck..

Posted by Community Admin on 29-Mar-2013 00:00

Hi InfySam,

I'm facing the same problem can you please let me know how exactly you got this issue resolved.

Posted by Community Admin on 29-Mar-2013 00:00

Hi Zaid,

 To suppress security checks you can access the method from the manager. Like so:

YOURMANAGER.Provider.SuppressSecurityChecks = true;

Make sure this i set before the conflicting action is called.

I hope this helps. Greetings,
Patrick Dunn
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items

This thread is closed