Month: April 2018

Home » 2018 » April

SharePoint 2016, SSRS and the Native Mode Report Viewer Web Part

A common SharePoint deployment scenario involves the use of the SQL Reporting Services Add-In to host “integrated mode” reports, with the report definition and data source files stored in document libraries and the SSRS services running on one or more application servers in the farm. This scenario provides an effective layer of integration between completely […]

Successfully Signing Out of Azure AD Web Applications in MVC with OAuth2 and OWIN

According to the Microsoft documentation and many posts on Stack Overflow, MSDN and elsewhere, the procedure to sign a user out of an Azure AD web application is very simple. Just call the SignOut method in the OWIN context, pass in a return URL if desired, specify the authentication types, and it’s all supposed to […]