Sign in
Share-n-dipity
SharePoint serendipity is the effect by which one accidentally discovers something fortunate, especially while looking for something else entirely. In this case, it is the occassional musings, observations, and Ouija board readings about the phabulously
Options
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
ACS
ADFS
App Model
Authentication
Azure
CASI Kit
Claims
Client OM
Debugging
Development
FAST
Installation
Monitoring
New Features
oAuth
Operations
Performance
PowerShell
Search
SharePoint 2010
SharePoint 2013
Social
Troubleshooting
Visual Studio 2010
Windows Phone 7
Archive
Archives
June 2013
(2)
May 2013
(4)
April 2013
(4)
March 2013
(1)
February 2013
(6)
January 2013
(3)
December 2012
(8)
November 2012
(4)
October 2012
(2)
September 2012
(5)
August 2012
(9)
July 2012
(14)
June 2012
(3)
May 2012
(3)
April 2012
(1)
March 2012
(3)
February 2012
(3)
January 2012
(2)
December 2011
(3)
November 2011
(1)
October 2011
(5)
September 2011
(5)
August 2011
(4)
July 2011
(5)
June 2011
(6)
May 2011
(3)
April 2011
(4)
March 2011
(6)
February 2011
(5)
January 2011
(4)
December 2010
(2)
November 2010
(12)
October 2010
(2)
September 2010
(6)
August 2010
(8)
July 2010
(8)
June 2010
(8)
May 2010
(8)
April 2010
(4)
March 2010
(6)
February 2010
(11)
January 2010
(4)
December 2009
(5)
November 2009
(13)
October 2009
(10)
June 2009
(4)
May 2009
(1)
TechNet Blogs
>
Share-n-dipity
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Share-n-dipity
SharePoint Conference is Back!
Posted
6 days ago
by
Steve Peschka
1
Comments
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...
Share-n-dipity
Converting a VS.NET Web for a Provider Hosted SharePoint App to a Full Blown Web or Console Application
Posted
7 days ago
by
Steve Peschka
1
Comments
This post is yet another in my series of "how long of a post title I can come up with and still not convey the actual essence of the post" contest. I'm sure you've all been following along at home and are thrilled to see another entry, but it was either...
Share-n-dipity
Missing Context Token in Low Trust App with SharePoint 2013
Posted
21 days ago
by
Steve Peschka
0
Comments
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...
Share-n-dipity
Checklist for Issues with Custom Claims Providers in SharePoint 2010 and 2013
Posted
1 month ago
by
Steve Peschka
2
Comments
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...
Share-n-dipity
Integrating SharePoint 2013 with Azure Active Directory – Part 2 The Custom Claims Provider
Posted
1 month ago
by
Steve Peschka
0
Comments
In Part 1 of this series, we went through how to configure SharePoint to use ACS and Azure Active Directory (AAD) as our Identity Provider. Once that is complete you will have a working end to end solution in which you can authenticate, get authorized...
Share-n-dipity
Integrating SharePoint 2013 with Azure Active Directory – Part 1 Configuration
Posted
1 month ago
by
Steve Peschka
3
Comments
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 as an identity provider in ACS. With these features, AAD and ACS become a natural combination...
Share-n-dipity
Using Multiple Properties Or The Entire Object In a Converter Class for Windows Phone and WinRT
Posted
2 months ago
by
Steve Peschka
0
Comments
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...
Share-n-dipity
Using REST Services with a Provider Hosted App in SharePoint 2013
Posted
2 months ago
by
Steve Peschka
1
Comments
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...
Share-n-dipity
Creating Refinable and Sortable Managed Properties in Sites and Site Collections in SharePoint 2013
Posted
2 months ago
by
Steve Peschka
1
Comments
Someone was asking today about how to create a managed property at the site or site collection level that is refinable and sortable. When you go into Schema Management at the site collection level you may notice that you can create new managed properties...
Share-n-dipity
Troubleshooting Tips for Hybrid BCS Connections Between Office 365 and SharePoint 2013 On Premises
Posted
2 months ago
by
Steve Peschka
1
Comments
Let me preface this posting by saying a couple of things: This is not going to be a "how do I create a BCS hybrid connection to my on-premises farm"; there is a whitepaper coming in the next month or so that will be lengthy and loaded with details...
Share-n-dipity
Resolving a Problem Creating a New Encryption Key for Secure Store Service in SharePoint 2013
Posted
3 months ago
by
Steve Peschka
0
Comments
I ran across this problem today, which was caused by something that's easy to forget so I thought I would share the issue and resolution. I was in central admin and trying to create a new Encryption Key for the Secure Store Service. When I tried to generate...
Share-n-dipity
Using Taxonomy AKA Managed Metadata AKA TermSets with CSOM in SharePoint 2013
Posted
3 months ago
by
Steve Peschka
1
Comments
I had the occasion to need to figure out accessing the Managed Metadata Store using the new client object model libraries for SharePoint 2013. In snooping around, I found virtually no documentation on this topic whatsoever, other than generic boilerplate...
Share-n-dipity
Using Query Rules with CSOM Queries in SharePoint 2013
Posted
3 months ago
by
Steve Peschka
2
Comments
I've had this question from a few people and never had a chance to track down the answer until today. I've written a few times already about query rules and how awesome they are: http://social.technet.microsoft.com/Search/en-US?query=%22query%20rules...
Share-n-dipity
When Do Your Apps Need AppRegNew.aspx in SharePoint 2013
Posted
3 months ago
by
Steve Peschka
4
Comments
I had a nice question today from my good friend Bala, who was working on some app stuff and talking to me about AppRegNew.aspx. We have a nice article on how to use this here: http://msdn.microsoft.com/en-us/library/jj860570.aspx, which is talking about...
Share-n-dipity
Resolving the Directory Links Across Partitions are not Allowed Error When Crawling OData BDC Sources
Posted
4 months ago
by
Steve Peschka
1
Comments
I've been seeing this error more and more recently, both inside and outside the walls of my employers. The Directory Links across partitions are not allowed error seems to routinely crop up when you have created an OData source with Visual Studio and...
Share-n-dipity
What You Need to Know About Using EnsureUser In Claims-Based Web Apps in SharePoint 2010 and SharePoint 2013
Posted
4 months ago
by
Steve Peschka
1
Comments
We ran across an interesting wrinkle in some code last week where someone was using the EnsureUser API, which is a method off of the SPWeb. Yes, we are talking about full trust code again, something which we haven't talked about as much lately but which...
Share-n-dipity
Another Port Opening for Search in SharePoint 2013
Posted
4 months ago
by
Steve Peschka
3
Comments
My friend JP is hard at work finding all the port openings we need that haven't gotten completely documented yet, and here's a new one. (By the way, these all ARE working their way into TechNet, it will just take a month or two probably for them to find...
Share-n-dipity
Using ACS with the New Azure Web Sites
Posted
4 months ago
by
Steve Peschka
0
Comments
This is effectively just a "retweet" but I wanted to call this out because it was very helpful recently solving a problem in what I think is an important scenario - using ACS for federated identity management with an application hosted in the new Azure...
Share-n-dipity
Getting a Full Result Set from a Remote SharePoint Index in SharePoint 2013
Posted
4 months ago
by
Steve Peschka
4
Comments
This post is in follow up to a previous post about setting up an OAuth trust between two farms: http://blogs.technet.com/b/speschka/archive/2012/07/23/setting-up-an-oauth-trust-between-farms-in-sharepoint-2013.aspx . The primary reason for writing that...
Share-n-dipity
Configuring Multiple Distributed Cache Servers in SharePoint 2013
Posted
5 months ago
by
Steve Peschka
2
Comments
My good friend JP Poissant found a little configuration glitch the other day when building out a new farm. He found that when he tried to start the distributed cache service running on a second server in the farm, it failed to start. The service was listed...
Share-n-dipity
Enabling Licensing and Editing for Office Web Apps in SharePoint 2013
Posted
5 months ago
by
Steve Peschka
1
Comments
I had the unfortunate need to understand the licensing model a little bit better recently for enabling editing in Office Web Apps. It's a little bit of a circuitous route so I thought I would just quickly detail it here. In short you want to: Create...
Share-n-dipity
Create An Easy PDF Preview for Search Results in SharePoint 2013
Posted
5 months ago
by
Steve Peschka
10
Comments
I saw this question flying around the other day and thought it was kind of interesting. Someone was asking about the cool new thumbnail previews you get for items in search results in SharePoint 2013. They really liked how Microsoft Office documents work...
Share-n-dipity
Using SharePoint Apps with SAML and FBA Sites in SharePoint 2013
Posted
6 months ago
by
Steve Peschka
5
Comments
Hopefully by now everyone has heard about the new app model in SharePoint 2013. There’s a lot of documentation out there about it so I won’t go into exactly what it is. What you should know is that it’s the preferred model for developing...
Share-n-dipity
Using OData and ECTs in SharePoint 2013
Posted
6 months ago
by
Steve Peschka
0
Comments
One of the nice enhancements in SharePoint 2013 BCS world is that SharePoint can now consume OData in BDC applications. There are a couple of gaps I ran across recently though when going through this process so I thought I'd cover them here in case anyone...
Share-n-dipity
Running Client Script in a Display Template After Rendering is Complete in SharePoint 2013
Posted
6 months ago
by
Steve Peschka
2
Comments
My friend Bryan asked me a good question the other day about how to create a display template that would do its rendering thing, but then run his own javascript function afterwards. After doing some snooping around, one of my other buddies Jesus was good...
Page 1 of 10 (240 items)
1
2
3
4
5
»