Disable Sitecore Identity Server

We recently had a request for disabling the Sitecore Identity Server so that we could save an outbound call in Azure Infra by requesting the Sitecore login within the website. The good news is that this option is Out-of-the-box provided by Sitecore, there are no code changes required. We need to move the "Sitecore.Owin.Authentication.IdentityServer.Disabler.config.example" file … Continue reading Disable Sitecore Identity Server

How scripts can ease your life in Multilingual projects

We are working in a multilingual project which have couple of websites hosting certain languages, not all website support same languages, for ex. website one supports English and French whereas second website supports English UK (en-GB) and German. The easiest way in our project to create new website is by cloning the existing website. If … Continue reading How scripts can ease your life in Multilingual projects

Managing the subscription list with Sitecore Marketing Automation

In the previous blog, we saw how to add the user to the Subscription list using Sitecore Marketing Automation, now lets see how to manage it. Management of the list means if the user plans to unsubscribe for any reason then the user should be removed from the subscription list. It will be similar to … Continue reading Managing the subscription list with Sitecore Marketing Automation

Creating Simple Authentication Module for Sitecore Site – Part 1 (Registration)

Creating the Authentication Module for Sitecore Site requires below pages and functionalities: Registration Page Login Page Reset Password Update Profile The above functionalities help the end customers to login to site and access the pages. Let's assume that you have a Sitecore SXA website and all the pages are gated. To setup the login for … Continue reading Creating Simple Authentication Module for Sitecore Site – Part 1 (Registration)