This post is relevant to Sitecore solutions where user should login before accessing of user data. Below described 5 simple but important steps that should be taken into consideration to improve application security.
Month: November 2017
Sitecore: Custom Friendly URLs
Very often every Sitecore developer has faced with the following situations:
- there is a shared content between multiple sites.
- there is a content tree that shouldn’t be exposed outside
In such a case would be great to have ability to manage url that is returned by LinkManager.GetItemUrl(). In order to accomplish this there is a need to implement a custom LinkProvider and configure Sitecore to use it.

