Category Archives: Sitecore MVC

Sitecore extranet authentication with OpenIdConnect

Beginning of this year, I wrote about how to make ClaimsIdentity work with Sitecore, after that I tried integrating Sitecore extranet authentication with OpenId Connect but had little trouble as I was using Owin based pipelines to perform the integration … Continue reading

Posted in Framework, Security, Sitecore, Sitecore MVC | Tagged , , , | 10 Comments

Sitecore with ClaimsIdentity

This post is an adventures experience to explore if Sitecore can work with ClaimsIdentity and make my extranet authentication Claims aware, with little experiment I could able to get both application (extranet) and Sitecore working but it requires more testing … Continue reading

Posted in Security, Sitecore, Sitecore MVC | Tagged , | 9 Comments

Sitecore MVC Form Post – Simplified

During Sitecore User Virtual Summit 2014 Kern Herskind presented Sitecore MVC implementation and discussed on various aspect of it. It took me to surprise during discussion on MVC Form Post when I found that my Form Post article was listed … Continue reading

Posted in Sitecore, Sitecore MVC | Tagged | 4 Comments

Exception Handling in Sitecore MVC

This is 3rd article in series of Framework for Sitecore MVC development. Source code for this article is available on github. Pluggable Mvc Areas Implementation Form Post in Siteocre MVC Exception Handling Dependency Injection – Container agnostic Asynchronous Logging – … Continue reading

Posted in Sitecore, Sitecore MVC | Tagged | 1 Comment

Sitecore 8: Fix MVC area execution and registration

I am upgrading my Sitecore Mvc Framework to Sitecore 8 and it broke due to two changes in Sitecore 8. Tag Injection Apps introduced in Sitecore 7.5 Social Client area introduced in Sitecore 8 Both applications are designed as MVC … Continue reading

Posted in Sitecore MVC | Tagged | 3 Comments

Form Post in Sitecore MVC

Update – 01/12/2015- There is a simplified version available here — https://cprakash.com/2015/01/12/sitecore-mvc-form-post-simplified/ This post is 2nd in series of the proposed framework to solve some of the common problem in Sitecore MVC implementation. In this post I am going to … Continue reading

Posted in Framework, MVC, Sitecore, Sitecore MVC | Tagged , , | 4 Comments