<?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>ADFS Product Support Blog : SharePoint</title><link>http://blogs.technet.com/adfs/archive/tags/SharePoint/default.aspx</link><description>Tags: SharePoint</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Script to configure SharePoint to use ADFS authentication </title><link>http://blogs.technet.com/adfs/archive/2007/11/01/script-to-configure-sharepoint-to-use-adfs-authentication.aspx</link><pubDate>Thu, 01 Nov 2007 23:02:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2305277</guid><dc:creator>jimsim</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/adfs/comments/2305277.aspx</comments><wfw:commentRss>http://blogs.technet.com/adfs/commentrss.aspx?PostID=2305277</wfw:commentRss><description>&lt;P&gt;More great tools by the ADFS team...&lt;/P&gt;
&lt;P&gt;Problems with the web.config files are one of the more common issues we see with ADFS/MOSS cases in PSS.&amp;nbsp; Now there is a script with will make the modifications for you.&lt;/P&gt;
&lt;P&gt;It is located on the SharePoint team blog and can be accessed &lt;A class="" href="http://blogs.msdn.com/sharepoint/archive/2007/10/11/a-script-to-configure-sharepoint-to-use-adfs-for-authentication.aspx" mce_href="http://blogs.msdn.com/sharepoint/archive/2007/10/11/a-script-to-configure-sharepoint-to-use-adfs-for-authentication.aspx"&gt;here.&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2305277" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/adfs/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Update on configuring MOSS as a claims aware application</title><link>http://blogs.technet.com/adfs/archive/2007/07/30/update-on-configuring-moss-as-a-claims-aware-application.aspx</link><pubDate>Tue, 31 Jul 2007 04:11:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1656885</guid><dc:creator>jimsim</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/adfs/comments/1656885.aspx</comments><wfw:commentRss>http://blogs.technet.com/adfs/commentrss.aspx?PostID=1656885</wfw:commentRss><description>&lt;P&gt;======================================================================================&amp;nbsp;&lt;/P&gt;
&lt;P&gt;UPDATE:&lt;/P&gt;
&lt;P&gt;I'm not going to remove this blog or the original blog on the web.config entries - but I do want to make note that these web.config files should not be modified directly anymore.&amp;nbsp; Please use the &lt;A href="http://blogs.msdn.com/sharepoint/archive/2007/10/11/a-script-to-configure-sharepoint-to-use-adfs-for-authentication.aspx" mce_href="http://blogs.msdn.com/sharepoint/archive/2007/10/11/a-script-to-configure-sharepoint-to-use-adfs-for-authentication.aspx"&gt;SetupSharePointADFS.vbs&lt;/A&gt; file to configure the MOSS applications for the SSO Provider.&amp;nbsp; The script eliminates the possiblility of typo's, etc from these config files.&amp;nbsp; I have used the script many times and it works great.&amp;nbsp; If you open the help file included and go to the end - scenario 2 covers is the syntax you will use if you follow my other blog posts.&lt;/P&gt;
&lt;P&gt;======================================================================================&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's been a few months since I posted the steps for configuring the WebSSO provider in MOSS.&amp;nbsp; Recently, we have seen a spike in cases involving this configuration.&amp;nbsp; In almost all of these cases, the problem has been with the web.config files.&amp;nbsp; I'm going to try to highlight a couple of key points when setting this configuration up.&amp;nbsp; I've also made some minor changes to the original post to eliminate some confusion.&lt;/P&gt;
&lt;P&gt;First item - there are three web.config files you will edit, the central admin file, the intranet file which uses Windows Integrated Authentication, and the extranet site web.config.&amp;nbsp;&amp;nbsp; You will make the same changes to the central admin and intranet files.&amp;nbsp; I'm going to put the section needed here.&amp;nbsp; I recommend a copy/paste operation to notepad, change the fs-server to your actual server name, indent it how you like it, then modify the actual web.config files by copy/paste from your notepad file to the web.config file.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;In&amp;nbsp;the&lt;STRONG&gt;&amp;nbsp;intranet&lt;/STRONG&gt; and the &lt;STRONG&gt;central admin&lt;/STRONG&gt; web.config files add this section directly below the &amp;lt;authentication mode&amp;gt; section &lt;/P&gt;
&lt;P&gt;&amp;lt;membership&amp;gt;&lt;BR&gt;&amp;lt;providers&amp;gt;&lt;BR&gt;&amp;lt;add name="SingleSignOnMembershipProvider2" type="System.Web.Security.SingleSignOn.SingleSignOnMembershipProvider2, System.Web.Security.SingleSignOn.PartialTrust, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" fs="&lt;A href="https://fs-server/adfs/fs/federationserverservice.asmx" mce_href="https://fs-server/adfs/fs/federationserverservice.asmx"&gt;https://fs-server/adfs/fs/federationserverservice.asmx&lt;/A&gt;" /&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/providers&amp;gt;&lt;BR&gt;&amp;lt;/membership&amp;gt;&lt;BR&gt;&amp;lt;roleManager enabled="true" defaultProvider="AspNetWindowsTokenRoleProvider"&amp;gt;&lt;BR&gt;&amp;lt;providers&amp;gt;&lt;BR&gt;&amp;lt;remove name="AspNetSqlRoleProvider" /&amp;gt; &amp;lt;add name="SingleSignOnRoleProvider2" type="System.Web.Security.SingleSignOn.SingleSignOnRoleProvider2, System.Web.Security.SingleSignOn.PartialTrust, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" fs="&lt;A href="https://fs-server/adfs/fs/federationserverservice.asmx" mce_href="https://fs-server/adfs/fs/federationserverservice.asmx"&gt;https://fs-server/adfs/fs/federationserverservice.asmx&lt;/A&gt;" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;/providers&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;/roleManager&amp;gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;Now - on to the web.config file for the &lt;STRONG&gt;extranet&lt;/STRONG&gt;.&amp;nbsp; Add these entries:&lt;/P&gt;
&lt;P&gt;Add the following entry within the &amp;lt;configSections&amp;gt; node &lt;/P&gt;
&lt;P&gt;&amp;lt;sectionGroup name="system.web"&amp;gt;&lt;BR&gt;&amp;lt;section name="websso" type="System.Web.Security.SingleSignOn.WebSsoConfigurationHandler, System.Web.Security.SingleSignOn, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null" /&amp;gt;&lt;BR&gt;&amp;lt;/sectionGroup&amp;gt;&lt;/P&gt;
&lt;P&gt;Add the following entry to the &amp;lt;httpModules&amp;gt; node &lt;/P&gt;
&lt;P&gt;&amp;lt;add name="Identity Federation Services Application Authentication Module" type="System.Web.Security.SingleSignOn.WebSsoAuthenticationModule, System.Web.Security.SingleSignOn, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null" /&amp;gt;&lt;/P&gt;
&lt;P&gt;The ADFS authentication module should always be specified after the sharepoint SPRequest module in the in the &amp;lt;httpModules&amp;gt; section of the web.config file. It is safest to add it as the last entry in that section.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Add the following entry to the directly after the &amp;lt;authentication mode&amp;gt; node &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;lt;membership defaultProvider="SingleSignOnMembershipProvider2"&amp;gt;&lt;BR&gt;&amp;lt;providers&amp;gt;&lt;BR&gt;&amp;lt;add name="SingleSignOnMembershipProvider2" type="System.Web.Security.SingleSignOn.SingleSignOnMembershipProvider2, System.Web.Security.SingleSignOn.PartialTrust, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" fs="&lt;A href="https://fs-server/adfs/fs/federationserverservice.asmx" mce_href="https://fs-server/adfs/fs/federationserverservice.asmx"&gt;https://fs-server/adfs/fs/federationserverservice.asmx&lt;/A&gt;" /&amp;gt;&lt;BR&gt;&amp;lt;/providers&amp;gt;&lt;BR&gt;&amp;lt;/membership&amp;gt;&lt;BR&gt;&amp;lt;roleManager enabled="true" defaultProvider="SingleSignOnRoleProvider2"&amp;gt;&lt;BR&gt;&amp;lt;providers&amp;gt;&lt;BR&gt;&amp;lt;add name="SingleSignOnRoleProvider2" type="System.Web.Security.SingleSignOn.SingleSignOnRoleProvider2, System.Web.Security.SingleSignOn.PartialTrust, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" fs="&lt;A href="https://fs-server/adfs/fs/federationserverservice.asmx" mce_href="https://fs-server/adfs/fs/federationserverservice.asmx"&gt;https://fs-server/adfs/fs/federationserverservice.asmx&lt;/A&gt;" /&amp;gt;&lt;BR&gt;&amp;lt;/providers&amp;gt;&lt;BR&gt;&amp;lt;/roleManager&amp;gt;&lt;BR&gt;&amp;lt;websso&amp;gt;&lt;BR&gt;&amp;lt;authenticationrequired /&amp;gt;&lt;BR&gt;&amp;lt;auditlevel&amp;gt;55&amp;lt;/auditlevel&amp;gt;&lt;BR&gt;&amp;lt;urls&amp;gt;&lt;BR&gt;&amp;lt;returnurl&amp;gt;https://your_application&amp;lt;/returnurl&amp;gt;&lt;BR&gt;&amp;lt;/urls&amp;gt;&lt;BR&gt;&amp;lt;fs&amp;gt;https://fs-server/adfs/fs/federationserverservice.asmx&amp;lt;/fs&amp;gt;&lt;BR&gt;&amp;lt;isSharePoint /&amp;gt;&lt;BR&gt;&amp;lt;/websso&amp;gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;I've tried to clean up the trailing spaces and line it up with the technet documentation for my friends down in Houston ;)&lt;/P&gt;
&lt;P mce_keep="true"&gt;Last - the latest issue we have seen is that we couldn't add a user by their UPN address to the SharePoint site.&amp;nbsp; It turned out that an account store was not present on the FS-R.&amp;nbsp; Here is the explanation on why this matters.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;lt;snip&amp;gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;The people picker will look up a user based on the email name(note: not the UPN) by successively calling ADFS MembershipProvider methods. During invitation time, the ADFS membership provider will call web method GetTrustedRealmUri() to FS and return the appropriate results.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;If the input names are of valid email syntax, in either of the following 3 cases, the people picker can successfully resolve the user (which means the GetTrustedRealmUri() web method will return TRUE):&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-bidi-font-family: Calibri"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;1.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;The user’s &lt;B&gt;email suffix&lt;/B&gt; is accepted from one of the Federation trust partners.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-bidi-font-family: Calibri"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;2.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;There is a &lt;B&gt;Windows Trust&lt;/B&gt; setup in the Policy with the account partner and is set to &lt;B&gt;accept all domain suffixes&lt;/B&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class=MsoListParagraph&gt;&lt;SPAN style="COLOR: #1f497d; mso-fareast-font-family: Calibri; mso-bidi-font-family: Calibri"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT size=3 face=Calibri&gt;3.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;There are &lt;B&gt;account stores&lt;/B&gt; configured in the Trust Policy.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&amp;lt;/snip&amp;gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1656885" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/adfs/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Installing MOSS as a claims aware application in ADFS</title><link>http://blogs.technet.com/adfs/archive/2007/02/14/installing-moss-as-a-claims-aware-application-in-adfs.aspx</link><pubDate>Wed, 14 Feb 2007 23:22:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:642942</guid><dc:creator>jimsim</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.technet.com/adfs/comments/642942.aspx</comments><wfw:commentRss>http://blogs.technet.com/adfs/commentrss.aspx?PostID=642942</wfw:commentRss><description>&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi, this is Jim Simonet from the Enterprise Platform Support team and Steve Peschka from the SharePoint Ranger team. In this blog we’re going to talk about how to configure Active Directory Federated Services (ADFS) with SharePoint 2007. We have actually been working on this document for a few weeks now. The TechNet team has leveraged this document and will be publishing their content very soon. There are a few screen shots in this doc that couldn’t make it into the Technet document, also the format and order of steps will be slightly different. 
&lt;P&gt;Prior to beginning this blog, you should read a couple of related materials. They contain content that is too verbose to include here, but that will be valuable in helping you understand the concepts presented here. 
&lt;UL&gt;
&lt;LI&gt;Information about configuring the authentication provider in MOSS is &lt;A href="http://blogs.msdn.com/sharepoint/archive/2006/08/16/configuring-multiple-authentication-providers-for-sharepoint-2007.aspx" mce_href="http://blogs.msdn.com/sharepoint/archive/2006/08/16/configuring-multiple-authentication-providers-for-sharepoint-2007.aspx"&gt;here&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;This install guide is built with server names from the Adatum-Trey Research &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=062f7382-a82f-4428-9bbd-a103b9f27654&amp;amp;DisplayLang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=062f7382-a82f-4428-9bbd-a103b9f27654&amp;amp;DisplayLang=en"&gt;step-by-step&lt;/A&gt; guide for setting up ADFS in a small lab environment. In this example a new server named Trey-MOSS was joined to the Treyresearch forest instead of using ADFSWEB as described in the step-by-step document. You will need to follow the steps in this step-by-step guide to configure your ADFS infrastructure. SharePoint 2007 is a claims-aware application though, so you don’t need to implement all of the steps for building NT token agent applications. The new server, Trey-MOSS will need to be Windows Server 2003 R2 (STD or ENT) and will need to have the Claims Aware Web Agent installed.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;In addition, before you start you need to download and install a hotfix for ADFS. Without this hotfix, the information below will not work. You can find information about this hotfix at &lt;A href="http://support.microsoft.com/kb/920764/en-us" mce_href="http://support.microsoft.com/kb/920764/en-us"&gt;http://support.microsoft.com/kb/920764/en-us&lt;/A&gt;. 
&lt;P&gt;The steps in this blog will help you configure MOSS with the WebSSO provider. It is setup in a typical Extranet scenario that Steve discusses in his blog. 
&lt;P&gt;The site will exist in two zones – the default zone and an extranet zone. The same content will be in both, but the intranet zone will use the Windows Authentication Provider and the Extranet zone will use the WebSSO provider. 
&lt;UL&gt;
&lt;LI&gt;&lt;B&gt;Install MOSS and successfully complete the Configuration Wizard&lt;/B&gt; 
&lt;LI&gt;&lt;B&gt;Launch Sharepoint Central Admin Site&lt;/B&gt; 
&lt;LI&gt;&lt;B&gt;From Application Management – choose Create or Extend Web Application, &lt;/B&gt;
&lt;LI&gt;&lt;B&gt;Choose Create a new web application. This is how the initial web application that uses Windows authentication will be created.&lt;/B&gt; 
&lt;LI&gt;&lt;B&gt;Complete the steps in the page by extending the existing IIS web site on port 80.&lt;/B&gt; 
&lt;LI&gt;&lt;B&gt;Choose Create or Extend Web Application again, this time choose Extend an existing Web Application&lt;/B&gt; 
&lt;LI&gt;&lt;B&gt;Choose the web application you previously created using Windows authentication to extend&lt;/B&gt; 
&lt;LI&gt;&lt;B&gt;Add a host header – this is the DNS name by which the site will be known to users in the Extranet (extranet.treyresearch.net) &lt;/B&gt;
&lt;LI&gt;&lt;B&gt;Change the zone to Extranet&lt;/B&gt; 
&lt;LI&gt;&lt;B&gt;Select the radio button that says “Use Secure Sockets Layer (SSL)”, and change the port number to 443. ADFS will only work with a site that is configured to use SSL.&lt;/B&gt; 
&lt;LI&gt;&lt;B&gt;Remove the “:443” text from the end of the “Load Balanced URL” edit box. IIS will automatically use port 443 since you specified the port number above.&lt;/B&gt; 
&lt;LI&gt;&lt;B&gt;Complete the rest of the steps in the page and finish extending the web application&lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;If you look at the Alternate Access Mappings (AAM) page it should look something like this: 
&lt;P&gt;&lt;IMG height=420 src="http://blogs.technet.com/blogfiles/adfs/WindowsLiveWriter/InstallingMOSSasaclaimsawareapplicationi_CA2D/clip_image002.jpg" width=575 border=0 mce_src="http://blogs.technet.com/blogfiles/adfs/WindowsLiveWriter/InstallingMOSSasaclaimsawareapplicationi_CA2D/clip_image002.jpg"&gt; 
&lt;P&gt;&lt;B&gt;Add an SSL certificate to the Extranet Web Site in IIS&lt;/B&gt;. Make sure this SSL certificate is issued to extranet.treyresearch.net – this is the name which will be used by the clients when accessing the sites. Here is an example of how the certificate looks: 
&lt;P&gt;&lt;IMG height=271 src="http://blogs.technet.com/blogfiles/adfs/WindowsLiveWriter/InstallingMOSSasaclaimsawareapplicationi_CA2D/clip_image004.jpg" width=361 border=0 mce_src="http://blogs.technet.com/blogfiles/adfs/WindowsLiveWriter/InstallingMOSSasaclaimsawareapplicationi_CA2D/clip_image004.jpg"&gt; 
&lt;P&gt;At this point – you should have a web site extended to the Extranet zone, a SSL certificate installed, and the AAM should show both the default Windows authentication site URL and Extranet zone SSL site URL. 
&lt;P&gt;&lt;B&gt;Working with Groups&lt;/B&gt; 
&lt;P&gt;In SharePoint rights are typically provisioned using groups – Active Directory groups are added to SharePoint Site Groups. Those site groups have a set of permissions associated with them, so your membership in a given Active Directory and Site Group determines what rights you have within a site. 
&lt;P&gt;When you use ADFS as a role provider in SharePoint, the process needs to change. The reason for that is because there isn’t a way for the WebSSO provider to directly resolve an Active Directory group – instead it resolves membership through something in ADFS called Organizational Claims. You will need to do some work to create a set of Organizational Claims in ADFS that map to the SharePoint Site Groups into which you want to add users; you can then associate multiple Active Directory groups with an ADFS Organizational Claim on the account partner. The key take away here is – when you add permissions on SharePoint, you will add and associate Group Claims with the SharePoint Roles – not Windows Security Groups. This is very important to keep in mind as you go through the rest of the document. 
&lt;P&gt;Here is the process in ADFS for creating the new Organizational Claims and associating the account side Active Directory Groups with them: 
&lt;P&gt;In the Adatum Forest (Account Forest) 
&lt;OL&gt;
&lt;LI&gt;Create a Windows Group called Trey MOSS Readers 
&lt;LI&gt;Create a Windows Group called Trey MOSS Contributors 
&lt;LI&gt;Add Alansh to the MOSS readers group and Adamcar to the contributors group 
&lt;LI&gt;Launch ADFS.MSC 
&lt;LI&gt;Create an Organizational Group Claim called Trey MOSS Readers 
&lt;LI&gt;Create an Organizational Group Claim called Trey MOSS Contributors 
&lt;LI&gt;Right click the Active Directory account store and choose New Group Claim Extraction 
&lt;OL&gt;
&lt;LI&gt;Choose the Trey MOSS Readers Group Claim and associate it with the Trey MOSS Readers Windows Group 
&lt;LI&gt;Do another group claim extraction and associate the Contributor claim with the Contributor Group&lt;/LI&gt;&lt;/OL&gt;
&lt;LI&gt;Right click the Trey Research Resource Partner and create the outgoing claim mappings 
&lt;OL&gt;
&lt;LI&gt;Choose the Trey MOSS Reader claim and map to outgoing claim &lt;B&gt;adatum-trey-readers&lt;/B&gt; 
&lt;LI&gt;Choose the Trey MOSS Contributor claim and map to outgoing &lt;B&gt;claim adatum-trey-contributors&lt;/B&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;B&gt;NOTE:&lt;/B&gt; The claim mapping names in step 8 must be agreed upon between the organizations and must match exactly. 
&lt;P&gt;On the Trey Research side – launch ADFS.MSC 
&lt;OL&gt;
&lt;LI&gt;Create an Organizational Group Claim called Adatum MOSS Readers 
&lt;LI&gt;Create an Organizational Group Claim called Adatum MOSS Contributors 
&lt;LI&gt;Create incoming group mappings for your claims 
&lt;OL&gt;
&lt;LI&gt;Right click the Adatum account partner and choose Incoming Group Claim Mapping 
&lt;LI&gt;Choose Adatum MOSS Readers and map it to incoming claim name &lt;B&gt;adatum-trey-readers&lt;/B&gt; 
&lt;LI&gt;Choose Adatum MOSS Contributors and map it to incoming claim name &lt;B&gt;adatum-trey-contributors&lt;/B&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;LI&gt;Enable the claims for the MOSS application 
&lt;OL&gt;
&lt;LI&gt;Click on the MOSS application – right click and choose enable on both the Reader and Contributor claims&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;Now we are ready to modify SharePoint so that we will be able to add the Claims to the Extranet site that has been extended 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;Change the web.config on the Central admin site and web.config on the Sharepoint 80 (Windows Authentication site)&lt;/B&gt; 
&lt;P&gt;In both web.config files add this section directly below the &amp;lt;authentication mode&amp;gt; section 
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;lt;membership&amp;gt; 
&lt;P&gt;&amp;lt;providers&amp;gt; 
&lt;P&gt;&amp;lt;add name="&lt;B&gt;SingleSignOnMembershipProvider2&lt;/B&gt;" type="System.Web.Security.SingleSignOn.SingleSignOnMembershipProvider2, System.Web.Security.SingleSignOn.PartialTrust, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" fs="https://&lt;B&gt;fs-server&lt;/B&gt;/adfs/fs/federationserverservice.asmx" /&amp;gt; 
&lt;P&gt;&amp;lt;/providers&amp;gt; 
&lt;P&gt;&amp;lt;/membership&amp;gt; 
&lt;P&gt;&amp;lt;roleManager enabled="true" defaultProvider="AspNetWindowsTokenRoleProvider"&amp;gt; 
&lt;P&gt;&amp;lt;providers&amp;gt; 
&lt;P&gt;&amp;lt;remove name="AspNetSqlRoleProvider" /&amp;gt; &amp;lt;add name="&lt;B&gt;SingleSignOnRoleProvider2&lt;/B&gt;" type="System.Web.Security.SingleSignOn.SingleSignOnRoleProvider2, System.Web.Security.SingleSignOn.PartialTrust, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" fs="https://&lt;B&gt;fs-server&lt;/B&gt;/adfs/fs/federationserverservice.asmx" /&amp;gt; 
&lt;P&gt;&amp;lt;/providers&amp;gt; 
&lt;P&gt;&amp;lt;/roleManager&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Change &lt;B&gt;fs-server&lt;/B&gt; to reflect your resource Federation Server (i.e. adfsresource.treyresearch.net) and take note of the &lt;B&gt;membership provider&lt;/B&gt; and &lt;B&gt;role provider&lt;/B&gt; names because you will need to add these exact names on the Central Admin Page. 
&lt;P&gt;This change is necessary so that the web sites can resolve users and groups using the WebSSO/ADFS provider. One of the reasons you may do this is to be able to configure Policies for the web application for different ADFS users and groups, or for users that are authenticating with Windows to be able to provision permissions for ADFS users. One thing to note in the example above, since both of these sites using Windows authentication, they always use Windows authentication for the role provider -- that’s why the AspNetWindowsTokenRoleProvider is set as the default role provider. 
&lt;P&gt;&lt;B&gt;Configure the Authentication provider for the extranet web application to use WebSSO. &lt;/B&gt;
&lt;P&gt;Open your browser and navigate to the Central Administration site, click on &lt;I&gt;Application Management&lt;/I&gt; and then on &lt;I&gt;Authentication Providers&lt;/I&gt;. Make sure that you are working on the web application for which you wish to enable WebSSO. 
&lt;P&gt;You should see a list of two zones that are mapped for this web application; both should say Windows. Click on the link that says &lt;I&gt;Windows&lt;/I&gt; for the web application in the Extranet zone and do the following: 
&lt;OL&gt;
&lt;LI&gt;In the &lt;I&gt;Authentication Type&lt;/I&gt; section, click on the Web Single Sign On radio button. The page will post back and expose two new edit boxes. 
&lt;LI&gt;In the &lt;I&gt;Membership provider name&lt;/I&gt; edit box, type in the name of your web application’s Membership provider for the current zone. That is the &lt;B&gt;&lt;I&gt;name&lt;/I&gt;&lt;/B&gt; attribute value that was highlighted in the &lt;I&gt;Membership&lt;/I&gt; element (SingleSignOnMembershipProvider2) 
&lt;LI&gt;In the &lt;I&gt;Role manager name&lt;/I&gt; edit box, type in the name of your web application’s Role provider. That is the value that was highlighted in the &lt;B&gt;&lt;I&gt;name &lt;/I&gt;&lt;/B&gt;attribute value of the &lt;I&gt;roleManager&lt;/I&gt; element (SingleSignOnRoleProvider2) 
&lt;LI&gt;Click the &lt;I&gt;Save&lt;/I&gt; button.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;B&gt;Modify the web.config file for the Extranet site:&lt;/B&gt; 
&lt;P&gt;Add the following entry within the &amp;lt;configSections&amp;gt; node 
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;lt;sectionGroup name="system.web"&amp;gt; 
&lt;P&gt;&amp;lt;section name="websso" type="System.Web.Security.SingleSignOn.WebSsoConfigurationHandler, System.Web.Security.SingleSignOn, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null" /&amp;gt; 
&lt;P&gt;&amp;lt;/sectionGroup&amp;gt; &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Add the following entry to the &amp;lt;httpModules&amp;gt; node 
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;lt;add name="Identity Federation Services Application Authentication Module" type="System.Web.Security.SingleSignOn.WebSsoAuthenticationModule, System.Web.Security.SingleSignOn, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null" /&amp;gt; &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The ADFS authentication module should always be specified after the sharepoint SPRequest module in the in the &amp;lt;httpModules&amp;gt; section of the web.config file. It is safest to add it as the last entry in that section. 
&lt;P&gt;Add the following entry to the directly after the &amp;lt;authentication mode&amp;gt; node 
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;lt;membership defaultProvider="SingleSignOnMembershipProvider2"&amp;gt; 
&lt;P&gt;&amp;lt;providers&amp;gt; 
&lt;P&gt;&amp;lt;add name="SingleSignOnMembershipProvider2" type="System.Web.Security.SingleSignOn.SingleSignOnMembershipProvider2, System.Web.Security.SingleSignOn.PartialTrust, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" fs="https://&lt;B&gt;fs-server&lt;/B&gt;/adfs/fs/federationserverservice.asmx" /&amp;gt; 
&lt;P&gt;&amp;lt;/providers&amp;gt; 
&lt;P&gt;&amp;lt;/membership&amp;gt; 
&lt;P&gt;&amp;lt;roleManager enabled="true" defaultProvider="SingleSignOnRoleProvider2"&amp;gt; 
&lt;P&gt;&amp;lt;providers&amp;gt; 
&lt;P&gt;&amp;lt;add name="SingleSignOnRoleProvider2" type="System.Web.Security.SingleSignOn.SingleSignOnRoleProvider2, System.Web.Security.SingleSignOn.PartialTrust, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" fs="https://&lt;B&gt;fs-server&lt;/B&gt;/adfs/fs/federationserverservice.asmx" /&amp;gt; 
&lt;P&gt;&amp;lt;/providers&amp;gt; 
&lt;P&gt;&amp;lt;/roleManager&amp;gt; 
&lt;P&gt;&amp;lt;websso&amp;gt; 
&lt;P&gt;&amp;lt;authenticationrequired /&amp;gt; 
&lt;P&gt;&amp;lt;auditlevel&amp;gt;55&amp;lt;/auditlevel&amp;gt; 
&lt;P&gt;&amp;lt;urls&amp;gt; 
&lt;P&gt;&amp;lt;returnurl&amp;gt;https://&lt;B&gt;your_application&lt;/B&gt;&amp;lt;/returnurl&amp;gt; 
&lt;P&gt;&amp;lt;/urls&amp;gt; 
&lt;P&gt;&amp;lt;fs&amp;gt;https://&lt;B&gt;fs-server&lt;/B&gt;/adfs/fs/federationserverservice.asmx&amp;lt;/fs&amp;gt; 
&lt;P&gt;&amp;lt;isSharePoint /&amp;gt; 
&lt;P&gt;&amp;lt;/websso&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Change the &lt;B&gt;fs-server&lt;/B&gt; to your resource Federation Server (i.e. adfsresource.treyresearch.net) and change &lt;B&gt;your_application&lt;/B&gt; to reflect your application. Your application is going to be the MOSS URL that Federated Users will access. In this example, we will change this to &lt;A href="https://extranet.treyresearch.net/" mce_href="https://extranet.treyresearch.net"&gt;https://extranet.treyresearch.net&lt;/A&gt; 
&lt;P&gt;&lt;B&gt;Modify the Windows authentication web site so ADFS users can be granted rights to the site collection&lt;/B&gt; 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;There are two ways in which you can grant rights to ADFS users into the SharePoint site; one is by using a Policy. In this case, we are not going to use that method for a couple of reasons: 
&lt;UL&gt;
&lt;LI&gt;Granting rights by policy is a very coarse operation. It would allow the user (or group) to have the same set of rights in every web site, in every site collection, in the entire web application. It should be used very judiciously, and in this particular scenario we can grant access to ADFS users without resorting to this method&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Once the site(s) are in use, in an extranet scenario it is quite likely that the internal users will be responsible for granting access to sites and content. For that to happen, one of two things needs to happen – either those users need to be given an ADFS login name or they need to be able to select ADFS users and Organizational Claims (analogous to Active Directory groups) from the Windows site. Obviously, it makes the most sense for the Windows users to continue to be able to use their existing credentials, rather than provision a new identity for Windows users – that would essentially defeat the purpose of supporting Windows authentication users.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;This is also an opportunity to explore one of the neat features about SharePoint related to security. As you extend web applications with different providers, you can configure one or all of them to be able to find user and groups from providers you are using. So in this scenario, we are going to configure our site that uses Windows authentication, and let users of that site be able to select other Windows users, Windows groups, and ADFS Organizational Claims all from one site. 
&lt;P&gt;In order to do that, the Windows site has to “know” about the other providers it can use. The way to do that is to edit the web.config file for the Windows site. Those are the steps already completed and covered above in the section titled &lt;B&gt;&lt;I&gt;Change the web.config on the Central admin site and web.config on the Sharepoint 80 (Windows Authentication site)&lt;/I&gt;.&lt;/B&gt; 
&lt;P&gt;Now you can add ADFS Claims to SharePoint site groups so that federated users have access to the site. Start by navigating to the Windows authentication site as an account that has administrative rights in there. Click on Site Settings, People and Groups. You will see a list of the SharePoint site groups. 
&lt;P&gt;Remember at the beginning of this document – you created a couple of Organizational Group Claims on Treyresearch 
&lt;P&gt;&amp;lt;snip&amp;gt; 
&lt;P&gt;On the Trey Research side – launch ADFS.MSC 
&lt;OL start=5&gt;
&lt;LI&gt;Create an Organizational Group Claim called Adatum MOSS Readers 
&lt;LI&gt;Create an Organizational Group Claim called Adatum MOSS Contributors&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&amp;lt;/snip&amp;gt; 
&lt;P&gt;You can click on any of the Sharepoint&amp;nbsp;groups, and then click on the Add button. Use the People Picker to type in the name of any ADFS Organization Group Claims that you want to add to the group and click the OK button. Those ADFS users will now be able to access the site via the external https URL. The People Picker will not do wildcard searches for the claims – so type the claim in here exactly as you typed it in while creating the claim in ADFS. 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;&lt;IMG height=339 src="http://blogs.technet.com/blogfiles/adfs/WindowsLiveWriter/InstallingMOSSasaclaimsawareapplicationi_CA2D/clip_image006.jpg" width=543 border=0 mce_src="http://blogs.technet.com/blogfiles/adfs/WindowsLiveWriter/InstallingMOSSasaclaimsawareapplicationi_CA2D/clip_image006.jpg"&gt;&lt;/B&gt; 
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;
&lt;P&gt;Browse to the &lt;A href="https://extranet.treyresearch.net/" mce_href="https://extranet.treyresearch.net"&gt;https://extranet.treyresearch.net&lt;/A&gt; web site as an ADFS user you added to a SharePoint Site Group in the previous section. You should be able to authenticate to and see the site. 
&lt;P&gt;One gotcha that came up from the review process...If you install SharePoint with a domain service account running the Application Pool, this domain service account must be granted the “generate security audit” user right for ADFS to function properly.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=642942" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/adfs/archive/tags/SharePoint/default.aspx">SharePoint</category></item></channel></rss>