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
Tags
AAD
ACS
ADFS
App Model
ASP.NET
Audiences
Authentication
Azure
BCS
BDC
CASI Kit
Claims
Client OM
Debugging
Development
Display Templates
Events
Excel
Facebook
FAST
HA
Hybrid
Installation
Managed Metadata
Management
Migrate
Monitoring
Multitenant
New Features
o365
oAuth
OData
Office Web Apps
Operations
Performance
PowerShell
Publishing
Query Rules
RMS
Search
SharePoint 2010
SharePoint 2013
Silverlight
SkyDrive
Social
SQL 2012
Taxonomy
Training
Troubleshooting
Upgrade
Virtualization
Visual Studio 2010
Visual Studio 2012
Windows Live
Windows Phone 7
Windows Phone 8
WinRT
Browse by Tags
TechNet Blogs
>
Share-n-dipity
>
All Tags
>
authentication
Tagged Content List
Blog Post:
Checklist for Issues with Custom Claims Providers in SharePoint 2010 and 2013
Steve Peschka
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 list I realized where the...
on
15 May 2013
Blog Post:
Integrating SharePoint 2013 with Azure Active Directory – Part 2 The Custom Claims Provider
Steve Peschka
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 and work in the site. What you also have is the standard...
on
12 May 2013
Blog Post:
Using SharePoint Apps with SAML and FBA Sites in SharePoint 2013
Steve Peschka
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 applications going forward. If you’ve done...
on
7 Dec 2012
Blog Post:
Using Fiddler With SAML and SharePoint to Get Past the Three Authentication Prompts
Steve Peschka
Eric Lawrence touches on this topic in one of his Fiddler blog posts, but unless you know what you're looking for it can be hard to track down so I am going to add the SharePoint twist on it here. We often tell folks to use Fiddler to get an idea of what's going on when they are having issues with their...
on
2 Dec 2012
Blog Post:
More TroubleShooting Tips for High Trust Apps on SharePoint 2013
Steve Peschka
Hey, I'm an app guy, I like doing dev, but honestly - I may go hoarse screaming at my computer if I have to track down one more "The issuer of the token is not a trusted issuer" problem with my new SharePoint apps. To try and help you save your own voice (and sanity) I'm going to start a list here of...
on
1 Nov 2012
Blog Post:
Another Apps for SharePoint Tip with the Error "The issuer of the token is not a trusted issuer"
Steve Peschka
I was working on a build of SharePoint that is post beta 2 today, and found that one of my custom high trust apps I had built would no longer work. In looking at the ULS logs I was getting the dreaded "The issuer of the token is not a trusted issuer" error message. I think this is the equivalent of ...
on
27 Sep 2012
Blog Post:
One Important SAML Claims Property to Never Touch in SharePoint 2013
Steve Peschka
Hi folks, it has come to my attention that there is one particular property on the SPTrustedIdentityTokenIssuer in SharePoint 2013 that you should absolutely never ever touch or try to change in any way. 2013 introduces a new property on the SPTrustedIdentityTokenIssuer called the MetadataEndPoint, and...
on
9 Aug 2012
Blog Post:
FBA Configuration Manager for SharePoint 2013
Steve Peschka
Nothing really earth shattering here - the previous version of FBA Configuration Manager for SharePoint 2010 ( http://blogs.technet.com/b/speschka/archive/2010/07/28/sharepoint-2010-forms-based-authentication-configuration-manager.aspx) won't deploy directly to SharePoint 2013 so the attachment to this...
on
28 Jul 2012
Blog Post:
Setting Up an oAuth Trust Between Farms in SharePoint 2013
Steve Peschka
One of the things you’re likely to hear a lot about in SharePoint 2013, and I may end up writing a lot about, is oAuth. In SharePoint 2013 oAuth is used to establish a trust between two applications for purposes of establishing the identity of a principal (user or application). In SharePoint you...
on
23 Jul 2012
Blog Post:
The SPMigrateUsers Tool for Changing Account Identities in SharePoint 2010
Steve Peschka
There are times in SharePoint when you want or need to change an account identity. The best example is with SAML claims. In virtually of my examples I use email address as the identity claim for users. I do this because a) most people have an email address and b) an email address is something that most...
on
2 Jun 2012
Blog Post:
Getting Welcome Emails to Work with a Custom Claims Provider in SharePoint 2010
Steve Peschka
A good “friend of the blog”, Israel V., was good enough to point out to me recently that pretty much all of the code samples that we have for custom claims providers contain an irritating little flaw – if you follow these samples then the welcome emails that get sent out when you add...
on
2 May 2012
Blog Post:
Finally A USEFUL Way to Federate With Windows Live and SharePoint 2010 Using OAuth and SAML
Steve Peschka
Lots of folks have talked to me in the past about federating SharePoint with Windows Live. On the surface it seems like a pretty good idea – Windows Live has millions of users, everyone logs in with their email address, which is something we use a lot as an identity claim, it’s a big scalable...
on
1 Mar 2012
Blog Post:
The Azure Custom Claim Provider for SharePoint Project Part 3
Steve Peschka
In Part 1 of this series, I briefly outlined the goals for this project, which at a high level is to use Windows Azure table storage as a data store for a SharePoint custom claims provider. The claims provider is going to use the CASI Kit to retrieve the data it needs from Windows Azure in order to provide...
on
20 Feb 2012
Blog Post:
The Azure Custom Claim Provider for SharePoint Project Part 2
Steve Peschka
In Part 1 of this series, I briefly outlined the goals for this project, which at a high level is to use Windows Azure table storage as a data store for a SharePoint custom claims provider. The claims provider is going to use the CASI Kit to retrieve the data it needs from Windows Azure in order to provide...
on
14 Feb 2012
Blog Post:
The Azure Custom Claim Provider for SharePoint Project Part 1
Steve Peschka
Hi all, it’s been a while since I’ve added new content about SAML claims, so I decided to come back around and write some more about it in a way that links together some of my favorite topics – SharePoint, SAML, custom claims providers, the CASI Kit and Azure. This is the first part...
on
11 Feb 2012
Blog Post:
Using the WHR Parameter with SharePoint 2010 and SAML Auth
Steve Peschka
I've seen lots of questions and confusion (and was a little lost myself for a bit) on the fixes in SharePoint 2010 SP1 + June CU to enable use of the WHR parameter. This does in fact work now but requires a couple of things: Configure the SPTrustedIdentityTokenIssuer The SPTrustedIdentityTokenIssuer...
on
14 Sep 2011
Blog Post:
Using SAML Claims, SharePoint, WCF, Claims to Windows Token Service and Constrained Delegation to Access SQL Server
Steve Peschka
Okay, this will hopefully be the longest titled post I ever write, but I wanted to make sure it covered all the relevant technologies being discussed. This is an area that I’ve heard a more rumbling about recently, which is really all about how can I take a SAML claims user and get a Windows context...
on
7 Aug 2011
Blog Post:
SAML Alert for SharePoint 2010 - If You Apply SP1 Follow Up with June CU
Steve Peschka
Hey all, there has been a potential issue that's recently come to light for folks that have only applied SharePoint 2010 SP1 but not the June 2011 CU. What you will find after doing this is that the people picker will no longer work for your SAML claims users. You can still add claims via the type in...
on
19 Jul 2011
Blog Post:
Troubleshooting Blank Response Pages When Using Federation with ACS and Facebook
Steve Peschka
I've had this scenario come up a few times now when working through various federation scenarios. These cases always involve using Facebook as an oAuth source for login, or Azure's AppFabric ACS as a federated identity provider. The common behavior is that you are doing something either interactively...
on
12 Jul 2011
Blog Post:
Name Disappears After Selecting in People Picker with Custom Claims Provider in SharePoint 2010
Steve Peschka
I recently witnessed a problem that proved to be fairly difficult to track down so I thought I would share the issue and resolution. In this case, a custom claims provider had been developed and it was being used as the default claim provider for the SPTrustedIdentityTokenIssuer, as described here: http...
on
28 Jun 2011
Blog Post:
Using SAML Claims in SharePoint 2010 with Host Header Sites
Steve Peschka
Someone one posed an interesting question to me the other day, around whether or not you could use SAML claims with host header sites in SharePoint 2010. My initial thought was yes but I wanted to dig into it a little bit more to investigate. The short answer to all this is yes, but it's not quite as...
on
18 Jun 2011
Blog Post:
Federating Shibboleth, Ping Federate and Oracle Access Manager with SharePoint 2010
Steve Peschka
Hey folks wanted to let you know about some other federation whitepapers that have come out recently. Please see the following if interested: ADFS with Shibboleth - http://blogs.msdn.com/b/card/archive/2010/10/22/ad-fs-2-0-step-by-step-guide-federation-with-shibboleth-2-and-the-incommon-federation...
on
17 Jun 2011
Blog Post:
Federating SiteMinder and SharePoint 2010
Steve Peschka
Hey folks, I just wanted to let you know that CA SiteMinder and Microsoft folks have been working together to create a whitepaper that details how to federate identities between CA Federation Manager and SharePoint 2010. They have recently released this paper that describes in great detail how to do...
on
10 Jun 2011
Blog Post:
Hiding Default Authentication Providers in SharePoint 2010
Steve Peschka
A scenario that is happening more frequently in SharePoint 2010 is using a single zone for multiple authentication providers. One of the reasons folks do this is because they want to use a some type of claims authentication - like FBA or SAML - but they also want to add Windows claims so that the zone...
on
7 May 2011
Blog Post:
Federated SAML Authentication with SharePoint 2010 and Azure Access Control Service Part 2
Steve Peschka
In the first post in this series ( http://blogs.technet.com/b/speschka/archive/2011/05/05/federated-saml-authentication-with-sharepoint-2010-and-azure-access-control-service-part-1.aspx ) I described how to configure SharePoint to establish a trust directly with the Azure Access Control (ACS) service...
on
6 May 2011
Page 1 of 3 (67 items)
1
2
3