<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Writing a Custom Claims Provider for SharePoint 2010 - Part 1: Claims Augmentation and Registering Your Provider</title><link>http://blogs.technet.com/b/speschka/archive/2010/03/13/writing-a-custom-claims-provider-for-sharepoint-2010-part-1.aspx</link><description>This is the first in a series of blogs in which I'll talk about writing a custom claims provider. First, it's probably worth understanding a little background on what a claims provider is and why we might want to use one. A claims provider in SharePoint</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Writing a Custom Claims Provider for SharePoint 2010 - Part 1: Claims Augmentation and Registering Your Provider</title><link>http://blogs.technet.com/b/speschka/archive/2010/03/13/writing-a-custom-claims-provider-for-sharepoint-2010-part-1.aspx#3570870</link><pubDate>Mon, 06 May 2013 07:48:56 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3570870</guid><dc:creator>Christina ViaEcole</dc:creator><description>&lt;p&gt;We thought a Custom Claim Provider would be a great way to add claims to Windows authenticated users in Sharepoint 2010. But the custom Claim Provider is not called only at login time, it is called on every request to the server. &amp;nbsp;So the custom claim provider is called on every web and for every picture on that web. Since we have a lot of claims to augment, this will be devastating for the SQL server.&lt;/p&gt;
&lt;p&gt;If I add another authentication provider (FBA) for that zone, it starts augment claims only at login time as it should, even if I login as a Windows user.&lt;/p&gt;
&lt;p&gt;Is this a known issue and is there a common solution for this? Will it work in Sharepoint 2013?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3570870" width="1" height="1"&gt;</description></item><item><title>re: Writing a Custom Claims Provider for SharePoint 2010 - Part 1: Claims Augmentation and Registering Your Provider</title><link>http://blogs.technet.com/b/speschka/archive/2010/03/13/writing-a-custom-claims-provider-for-sharepoint-2010-part-1.aspx#3522877</link><pubDate>Thu, 27 Sep 2012 18:28:55 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3522877</guid><dc:creator>Brent Groom</dc:creator><description>&lt;p&gt;Thanks for the blog post! Here&amp;#39;s a link to the project. &lt;a rel="nofollow" target="_new" href="http://code.msdn.microsoft.com/SharePoint-2010-Writing-87dbee1d"&gt;code.msdn.microsoft.com/SharePoint-2010-Writing-87dbee1d&lt;/a&gt; It would be awesome to have the code bundled as a VS2013 SharePoint 2013 project. That way it&amp;#39;s ready to go for debugging and development.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3522877" width="1" height="1"&gt;</description></item><item><title>re: Writing a Custom Claims Provider for SharePoint 2010 - Part 1: Claims Augmentation and Registering Your Provider</title><link>http://blogs.technet.com/b/speschka/archive/2010/03/13/writing-a-custom-claims-provider-for-sharepoint-2010-part-1.aspx#3440373</link><pubDate>Fri, 08 Jul 2011 14:17:01 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3440373</guid><dc:creator>risulo</dc:creator><description>&lt;p&gt;Hi Steve.&lt;/p&gt;
&lt;p&gt;I successfully implemented your example. Then I had to remove Custom Claims Provider I wrote. I done it using Uninstall-SPFeature command. &amp;nbsp;Custom Claims Provider was removed - I can&amp;#39;t see it in the people picker form which is OK for me. But I can&amp;#39;t see WingtipSTS and their claim types in the people picker. On the left side of the form I can see only following items:&lt;/p&gt;
&lt;p&gt;- Organizations&lt;/p&gt;
&lt;p&gt;- All Users&lt;/p&gt;
&lt;p&gt;- Active Directory&lt;/p&gt;
&lt;p&gt;But I should see all items below, because I still use WingtipSTS for my Sharepoint web application:&lt;/p&gt;
&lt;p&gt;- Organizations&lt;/p&gt;
&lt;p&gt;- All Users&lt;/p&gt;
&lt;p&gt;- Active Directory&lt;/p&gt;
&lt;p&gt;- WingtipSTS &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;EmailAddress&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Title&lt;/p&gt;
&lt;p&gt;Is it possible to set up Sharepoint to have previous (standard) functionality in the people picker form?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3440373" width="1" height="1"&gt;</description></item><item><title>re: Writing a Custom Claims Provider for SharePoint 2010 - Part 1: Claims Augmentation and Registering Your Provider</title><link>http://blogs.technet.com/b/speschka/archive/2010/03/13/writing-a-custom-claims-provider-for-sharepoint-2010-part-1.aspx#3436488</link><pubDate>Mon, 20 Jun 2011 21:25:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3436488</guid><dc:creator>Something is missing</dc:creator><description>&lt;p&gt;I just ran this example, worked the first time.&lt;/p&gt;
&lt;p&gt;Made a change to what claims I wanted to have, deployed, and it&amp;#39;s not updating in Sharepoint. &amp;nbsp;I think it&amp;#39;s because the feature activation/deactivation is not uninstalling (?) or updating our SPClaimProvider code in the GAC? &amp;nbsp;Anyone else have this problem?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3436488" width="1" height="1"&gt;</description></item><item><title>re: Writing a Custom Claims Provider for SharePoint 2010 - Part 1: Claims Augmentation and Registering Your Provider</title><link>http://blogs.technet.com/b/speschka/archive/2010/03/13/writing-a-custom-claims-provider-for-sharepoint-2010-part-1.aspx#3377084</link><pubDate>Thu, 23 Dec 2010 19:10:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3377084</guid><dc:creator>LarryA</dc:creator><description>&lt;p&gt;Great Post,&lt;/p&gt;
&lt;p&gt;I am trying to access the existing claims PRIOR to augmenting with custom claims. &amp;nbsp;I can&amp;#39;t see to access the users existing claims in the method &amp;quot;FillClaimsForEntity&amp;quot;. &amp;nbsp;Any thoughts?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3377084" width="1" height="1"&gt;</description></item><item><title>re: Writing a Custom Claims Provider for SharePoint 2010 - Part 1: Claims Augmentation and Registering Your Provider</title><link>http://blogs.technet.com/b/speschka/archive/2010/03/13/writing-a-custom-claims-provider-for-sharepoint-2010-part-1.aspx#3361552</link><pubDate>Tue, 12 Oct 2010 19:52:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3361552</guid><dc:creator>Hobbs2</dc:creator><description>&lt;p&gt;You Sir,&lt;/p&gt;
&lt;p&gt;Are my new best friend! &amp;nbsp;If I could only express in words the headache you helped me avoid. &amp;nbsp;Thank you much for sharing.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3361552" width="1" height="1"&gt;</description></item><item><title>re: Writing a Custom Claims Provider for SharePoint 2010 - Part 1: Claims Augmentation and Registering Your Provider</title><link>http://blogs.technet.com/b/speschka/archive/2010/03/13/writing-a-custom-claims-provider-for-sharepoint-2010-part-1.aspx#3340714</link><pubDate>Sun, 27 Jun 2010 16:34:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3340714</guid><dc:creator>DAve</dc:creator><description>&lt;p&gt;Hi Nice article&lt;/p&gt;
&lt;p&gt;I have written a custom STS and membership providers for various applicatrions and have now modified it to work with SP 2010 and have them working. However I am new to Sharepoint programming. I understand after reading the articles and have used them to create a custom claims provider that queries a database for the hierarchy etc.&lt;/p&gt;
&lt;p&gt;However I have no idea how to create a SP feature for SP2010 can you let me have some info or point me to an article where I can see how his done.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Dave&lt;/p&gt;
&lt;p&gt;I&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3340714" width="1" height="1"&gt;</description></item><item><title>re: Writing a Custom Claims Provider for SharePoint 2010 - Part 1: Claims Augmentation and Registering Your Provider</title><link>http://blogs.technet.com/b/speschka/archive/2010/03/13/writing-a-custom-claims-provider-for-sharepoint-2010-part-1.aspx#3338982</link><pubDate>Fri, 18 Jun 2010 07:03:01 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3338982</guid><dc:creator>Yogesh Pawar</dc:creator><description>&lt;p&gt;Hi Steve &lt;/p&gt;
&lt;p&gt;any thoughts on &lt;a rel="nofollow" target="_new" href="http://social.msdn.microsoft.com/Forums/en/sharepoint2010general/thread/6a90bbb0-6100-42e4-8163-a5ec17fdf408"&gt;social.msdn.microsoft.com/.../6a90bbb0-6100-42e4-8163-a5ec17fdf408&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Yogesh Pawar&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3338982" width="1" height="1"&gt;</description></item><item><title>re: Writing a Custom Claims Provider for SharePoint 2010 - Part 1: Claims Augmentation and Registering Your Provider</title><link>http://blogs.technet.com/b/speschka/archive/2010/03/13/writing-a-custom-claims-provider-for-sharepoint-2010-part-1.aspx#3336325</link><pubDate>Mon, 07 Jun 2010 15:47:24 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3336325</guid><dc:creator>Vishwas S</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; I am very new to sharepoint development arena. I am working at a company where we are implementing custom claims provider (as compared to windows previously). I am learning the architecture of SP2010 and ADFS v2 and we have AD like stuff which has all the profile and user, groups information. Could somebody help me out in figuring out what are the stuffs that I need to actually start working/implementing custom claims provider people picker SP 2010. &lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Vishwas&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3336325" width="1" height="1"&gt;</description></item><item><title>re: Writing a Custom Claims Provider for SharePoint 2010 - Part 1: Claims Augmentation and Registering Your Provider</title><link>http://blogs.technet.com/b/speschka/archive/2010/03/13/writing-a-custom-claims-provider-for-sharepoint-2010-part-1.aspx#3331905</link><pubDate>Tue, 11 May 2010 20:42:44 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3331905</guid><dc:creator>rameshn00</dc:creator><description>&lt;p&gt;what kind of information is available about the identity and the resource being accessed when the FillClaimsForEntity(Uri context, SPClaim entity, List&amp;lt;SPClaim&amp;gt; claims) method is called?&lt;/p&gt;
&lt;p&gt;For example, do I get the url and the headers from the httprequest in the SPClaim object that is passed to this method?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3331905" width="1" height="1"&gt;</description></item></channel></rss>