Archive for October 2014

Things you need to know when implementing Azure AD in your Office add-ins

Some time ago I wrote a sample Office app made use of Azure Active Directory to get access to SharePoint resources. I experienced some different behaviour in my Office App between the online client (Outlook Web App) and the rich client. This post describes the behaviour I noticed when implementing Azure AD authentication in my Office App.

Read more

Find out in which Office rich client your Office APP is opened

Some time ago I posted an article about how you can check in which context your mail APP has been opened in OWA or the Outlook rich client (read the post here). I needed that solution for a proof of concept mail app. The mail app is finished, so I wanted to go a step further and I also made the APP work in the other Office applications.

Read more

Retrieve the web URL for a search result via a managed property

These days a lot of my work is done in Office 365, but I have customers that are still working on an on-premises environment. Sometimes when switching back to an on-premises environment you could be surprised by things that are not (yet) available. This week I wanted to implement a link which goes directly to the site on which the search result item is located.

Read more

Office graph search queries from within your SharePoint search center

Now that Delve is out, it is time to do some experiments with it. One of the things I wanted to test is if you can visualize results from Office Graph in your SharePoint search center. You can of course query data on the Delve page itself, but most of our users always go to the default SharePoint search center to search for their content.

Read more
Back to top