With all the ongoing applications migrations to cloud, specially to SaaS destinations like SharePoint Online (SPO), at times it becomes necessary to provide a period of URL redirections between Old and New applications. For example, in an on-premise environment, we can use any URL like https://companyportal.company.com, but when the same content is migrated to SharePoint Online, we can’t retain the same URL. In SPO, the closest matching URL we can get would be something like https://companyportal.SharePoint.com. Also, because in the on-premise environment there are numerous site collections/subsites hierarchy, so just redirecting the root site may not be enough. Many business […]
HTTP to HTTPS Redirection for Web Application on Azure VMs
Sometime ago, I wrote an article about how to achieve http to https redirection in Azure hosted VMs. That solution is still applicable if your Azure environment was built using Classic model and is using Cloud Services. Things are a bit different in Azure Resource Manager model and that’s for good, as it has become even easier to achieve the same. Problem Statement Let’s take a relook at what we are trying to solve here. You have web application (let’s say SharePoint, but this solution is valid for any other web application as well) hosted in Azure VMs, build using […]
HTTP to HTTPS Redirection for SharePoint Sites hosted on Azure VMs
Lets take a look at a scenario which is getting more and more prominent with many organizations deciding to move their SharePoint environment out of their own data center to host of MS Azure VMs. This is more seen in smaller/medium size companies who completely want to do away with their data centers by moving most/all such services (like Exchange, Lync etc.) to cloud. This article is for VMs created using Classic Model in Azure, If your VMs are created using Azure Resource Manager (ARM), read this article instead Well, when running a medium sized SharePoint farm in-premise, mostly organizations […]
ADFS 3.0 with SharePoint 2013 Redirection Loop – Another way out
This good old topic with lots of different behaviors and solutions. In my case I had 3 different SharePoint 2013 web applications say site1.mycompany.com, site2.mycompany.com & site3.mycompany.com configured to use ADFS 3.0 Everything was working fine on all the browsers till the final day of our production rollout… and then the moment came… just a few hours before we had to go live, site2.mycompany.com & site3.mycompany.com started throwing errors when trying to login… It was same old & popular ADFS redirection loop issue… only on Internet Explorer… and only for these 2 sites… Site1 kept on working fine… Tried all […]