SharePoint Conference is Back!

Hey all, just spreading the word, in case you have not heard – after taking a one-year hiatus, the SharePoint Conference will be coming back early next year.  Please visit http://sharepointconference.com/ to see all the details, and hopefully I’ll see some of you at the next SPC.

4

Missing Context Token in Low Trust App with SharePoint 2013

Should you decide that you want to write low trust apps for an on-premises SharePoint 2013 farm, there are a number of hoops you should expect to jump through (NOTE:  this assumes the SPNs for your web apps are already configured in the MsolServicePrincipal for your o365 tenant): Create a new app in Visual Studio;…

7

Checklist for Issues with Custom Claims Providers in SharePoint 2010 and 2013

As I was going round and round a few weeks ago trying to figure out why my custom claims provider was not working as I anticipated, one of our great developers (Chris R.) gave me a list of things to look at to try and diagnose the issue.  After spending about 5 minutes on his…

6

Integrating SharePoint 2013 with Azure Active Directory – Part 1 Configuration

NOTE:  I updated this 10/9/2013 because some of the Url references I had below had changed between when I did it (when AAD was in preview) and now (RTM). The Azure Active Directory (AAD) team has made the first release of their product.  Along the way they’ve added functionality that allows you to configure AAD…

22

Using Multiple Properties Or The Entire Object In a Converter Class for Windows Phone and WinRT

Kind of a long wordy title, what does it really mean?  When you are creating a custom converter for Windows Phone or WinRT, you create a class that inherits from IValueConverter and implement a Convert method.  In that method you're given (among other things) the value that has been bound (bind-ed sounds too funky, sorry)…

2

Using REST Services with a Provider Hosted App in SharePoint 2013

Today's topic seems straightforward enough, right?  There's lots of documentation all over the interwebs about how to do this so should be a piece of cake.  Well, as it turns out, when I did this a couple of weeks ago I found that there is a lot of missing information, misleading information, and in some…

9