Entries by Tuomas Kesti

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 experiences which we gathered some time ago when we implemented an SSO for a custom ASP.NET MVC application. Background This MVC application is hosted in an Azure VM (Windows Server 2012 R2) so the web server platform is IIS 8.5. There […]

How to make Dynamics 365 Web API queries using OAuth?

Related to my previous blog post, I thought that I would write a new post about Dynamics 365 (on-premise) Web API, ADFS 3.0 and OAuth. This same applies for Dynamics 365 online as well because the Web API is designed to be used by OAuth when Dynamics 365 is either online or configured to IFD-mode with one exception: in this scenario described in my blog post, I use ADFS 3.0 installed on one of my local Windows Server 2012 R2 boxes.