Dynamics 365 IFD ADFS 503 error and how to fix it

Recently we ran into a bit tricky situation with one Dynamics 365 on-premise environment. This Dynamics 365 was configured to use claims-based authentication and IFD.

Multi-entity data migration from Dynamics 365

Recently I ran into a task where I needed to migrate data from Dynamics 365 into SQL Azure DB. Piece of cake, I will just use the SSIS enhanced with the KingswaySoft SSIS toolkit for Dynamics. Well, there was one a bit of a challenge which is due to Dynamics data model for lead entity. So, let me specify the scenario in a bit more detail.

My trip to Joensuu-Jukola with Cloudriven Team

Cloudriven guys asked me to join their Jukola relay team this year. Jukola is an orienteering relay event that happens once a year somewhere in Finland. The place changes every year and it is one of the biggest summer events that there is in Finland. I decided to give this a try.

Dynamics CRM and NAV integration using NAV web services

Recently we implemented a project where Dynamics CRM and Dynamics NAV were integrated. The purpose of this integration was to post customer data from CRM to NAV when a new customer is created in CRM or when an existing customer is updated in CRM. Everything worked smoothly in our testing except the use case of updating customer information from CRM to NAV.

How to implement SSO for ASP.NET MVC application with ADFS

The purpose of this blog post is to give you an overview of our…