Year: 2018

Home » 2018

SharePoint Conference North America 2019

When: May 21st – 23rd, 2019 Where: Las Vegas, Nevada SharePoint Conference is back! SharePoint Conference North America returns to Las Vegas in 2019 – bigger and better than ever. With more than 150 speakers, over 200 sessions and 20 in-depth workshops, there will be content galore for power users, IT pros, developers, and everyone […]

SharePoint Site Default Groups, Access Requests and Access Denied Errors

One thing you can usually count on in SharePoint is that members of the site Owners group have full control over everything in the site unless granular (item-level) permissions say otherwise. Which is true, of course, until it isn’t. And in the case of default groups and access requests, it most definitely isn’t. Case in […]

SPTechCon Boston 2018

When: August 26th – 29th, 2018 Where: Boston, Massachusetts Need a break from the summer heat? Want the latest and greatest SharePoint, Office 365 and Azure content from your favorite speakers? Fancy a visit to one of America’s favorite historical destinations? Love great seafood? Well, lucky for you, we’ve got all that and more at […]

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 […]