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
Technical
Add SPE script to the Sitecore Context Menu
We had a request to add a script to a Context Menu which could be ran on any item in Content Editor. We tried to explore the options and then we came to know about SPE modals. Adding custom SPE scripts to context menus involves a few straightforward steps: Create Your SPE Script: Begin by … Continue reading Add SPE script to the Sitecore Context Menu
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
Introduction to Sitecore Marketing Automation
We can use Sitecore Marketing Automation (MA) to very complex scenarios or for the simplest scenarios like if the goal is triggered then send the email. Recently we had a request for managing the subscription list for the Newsletter. Before MA, we were using Sitecore Forms data to pull the list of the users to … Continue reading Introduction to Sitecore Marketing Automation
Extending List Manager
In the recent project that I was working on, we got a request that whenever a List is imported from the CSV file, the client wanted to see two more columns which were related to their business and not something OOTB from Sitecore. So our journey began with adding a custom facet to the Contact … Continue reading Extending List Manager
Sitecore and Brandfolder Integration
We had a requirement of integrating the Sitecore instance with Brandfolder for managing the assets. Brief about the Brandfolder: Brandfolder is a DAM (Digital Asset Management) which helps marketers and creatives manage and distribute all of their assets, and understand how they're performing. The idea of the integration was to upload all the images and … Continue reading Sitecore and Brandfolder Integration
Creating Simple Authentication Module for Sitecore Site – Part 3 (Gated Website)
Now let's assume that every page in our website is gated that means you need to login to the site with valid credentials to access any page of the site. To do this you can follow the Sitecore blog. Once you mark the website as required login and give the link of the Login page … Continue reading Creating Simple Authentication Module for Sitecore Site – Part 3 (Gated Website)
Creating Simple Authentication Module for Sitecore Site – Part 2 (Login)
In this blog, we will create a Login page which will help registered users to login to the site. If you want to see how to create Registration work then you should refer this blog. The Login process idea for this blog has been taken from Sitecore site. To design a Login Page, we will … Continue reading Creating Simple Authentication Module for Sitecore Site – Part 2 (Login)
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)