Hey all, on Thanksgiving eve I've finally finished something I've been wanting to do for a while, and been getting questions on for a while. There are often scenarios where you need to have a trust from the ADFS server to which SharePoint authenticates. It may be that you have another identity provider you need to go authenticate too, or you are federating multiple Active Directory forests, etc. In this post I'm going to walk through how you establish a trust between two ADFS servers that are hosted in two different Active Directory forests, and get the claims to go all the way across back to SharePoint. Please note that in this example I'm using the RTM version of AD FS 2.0. I'm also going to assume that you already have added SharePoint as a trusted relying party in one of the ADFS servers.
To begin with, start on the ADFS server to which your SharePoint site has the trust (we'll call it RP).
Now for the claims provider trust, you need to create rules to pass through all of the claims that you get from the IP ADFS server. So in the rules dialog, for each claim you want to send to SharePoint you're going to do the following:
Once you've added pass through claims for each claim you need in SharePoint you can close the rules dialog. Now, for the last part of the RP ADFS server configuration, you need to find the SharePoint relying party. Click on the Edit Claim Rules dialog, and for each Pass Through claim rule you made in the previous step, you ALSO need to add a Pass Through claim rule for the SharePoint relying party. That will allow the claims to flow from the IP ADFS server, to the RP ADFS server through the trusted claim provider, and out to SharePoint through the trusted relying party. If your claims from your IP ADFS server are not showing up in SharePoint these are the two locations to start looking.
Now move to the IP ADFS server. Do step 1a through 1h as described above to ensure that you have added the root authority certificate(s) to the IP ADFS server.
Since this is the ADFS IP, we need to create a rule to pass along all of the claims that are going to be needed by SharePoint, the same way as you do when you add SharePoint as a relying party in ADFS. Rather than walk through it in step-by-step detail, I'll just suggest you read the ADFS end to end configuration posting I made at http://blogs.technet.com/b/speschka/archive/2010/07/30/configuring-sharepoint-2010-and-adfs-v2-end-to-end.aspx. So in a nutshell you want to add a rule to Send LDAP Attributes as Claims. Configure this rule the same way (meaning select the same claims and make the same mappings) as you do when you configure SharePoint as a relying party in ADFS. That concludes the configuration you need to do on the ADFS IP.
That's it. You should now be set up to browse to your SharePoint farm and get redirected to the IP ADFS server to authenticate, while hitting your RP ADFS server coming and going. Again, remember that if your client machines do not have the root authority certificate for the IP ADFS server's web site SSL certificate, you will need to add this certificate to your client's local trusted root authority certificate store. Otherwise when you go to authenticate and you are redirected to the IP ADFS server's web site, you will get a certificate warning dialog.
Once you have this set up, if you try and authenticate as a user on IP ADFS, you may get an error message in the browser coming from the IP ADFS saying that some error has occurred. If you look in the event log on the IP ADFS server, you may see message ID #317 in the Applications and Services Logs...AD FS 2.0...Admin node: The following errors occurred while building the certificate chain: The revocation function was unable to check revocation for the certificate. You will likely see that message if the token signing certificate used by the RP ADFS is either self-signed or domain issued. You can eliminate this problem if you wish by turning off certificate revocation checking for your relying party. To do so, open a PowerShell window on the IP ADFS server and type the following commands:
add-pssnapin microsoft.adfs.powershellSEt-ADFSRelyingPartyTrust -TargetName <YourRelyingPartyName> -EncryptionCertificateRevocationCheck None
You may need to restart the AD FS 2.0 service after making this change.
And that my friends, does it. It's "interesting" to boil several hours of hair-pulling frustration into a 30-minute blog post. I hope this helps someone, somewhere, and that everyone has a great Thanksgiving holiday. One side note to this - I will add another post here shortly - a companion piece - that describes how to configure a SharePoint web app to redirect automatically to the write claims provider when AD FS has more than one (as we demonstrated creating here).
Steve:
Your timing is impeccable. Our team has built exactly this configuration (multiple IP to single SP Site) over the last few weeks, with a slight twist that I'll get to in a moment. We followed your end-to-end guide for the first Identity Provider, and then spun up a second. It's good to see we're on the same page, and for claims access authenticating with DOMAIN\USERNAME, everything works like a charm… cue the twist.
We need to be able to use PKI certs provided by SmartCard instead of DOMAIN\USERNAME.
So we have our federated claims environment up and running - 2 account forests, 1 resource forest (all Win 2008 SP2), ADFS 2, claims enabled SP2010 site.
I can successfully access the site from each of the account forests, with the appropriate permissions, using DOMAIN\USERNAME credentials.
I can successfully access the site "across forests" as well (i.e. Use the identity provider for AccountFores1 from a workstation joined to AccountForest2), but the problem is when we try to use PKI certs from our SmartCard.
Each of the account forests are SmartCard-enabled, and the authentication from a workstation in AccountForest1 >> ResourceForest using the AccountForest1 identity provider works, and similarly for AccountForest2.
But...
If I try to use my AccountForest1 SmartCard from a workstation anywhere other than an AccountForest1 workstation, it fails.
Here's a scenario:
An external contractor is trying to access the ResourceForest website from his company's corporate-domain joined workstation. Puts in his SmartCard and tries to access, but it fails.
is there something we need to do to SP to SmartCard-enable/PKI-enable the site (in addition to claims-aware and SmartCard-enabled domain) either in IIS or in SharePoint?
SmartCard auth to Windows works if you're on domain-joined machine. The failure is here: Login to AccountForest1 machine (CAC or user/password) >> browse to site >> choose SAML provider from menu >> choose Account2 or Resource identity provider >> prompts for credentials >> choose PKI Cert from inserted SmartCard >> prompts you again, and on 3rd prompt, fails with 401 error from the ADFS server for that identity provider.
If, in that same scenario, I provide DOMAIN\USERNAME instead of PKI Cert from inserted SmartCard, everything is fine, and it serves content as expected, based on who you're logged in as.
It's sending to the right site locations, but the error that appears in the security log of the ADFS server shows that when you select the PKI Cert, it's using the Pre-windows 2000 account info, and the problem is the domain it's providing... whatever domain the machine you're on is joined to.
So in the example above, coming in from an AccountForest1 workstation, using a PKI Cert pointing at the Account2 identity provider, will error out with "bad username or password" for user account1\<EDIPI>. Of course it's a bad username... the domain's wrong.
So the long-winded question is, can SP2010 Claims Awareness & ADFS 2 Identity Providers support SmartCard / PKI Certificates for authentication from external users and/or across forests? Or would you need to create a Federation Partnership for each external entity, and map SP roles appropriately?
Thanks again for your thorough (and timely) posts. It's great to have this resource to work from!!
Well....that's a pretty long question for a blog post...but, what you're describing sounds like (as it should be) independent of SharePoint. Everything you've described above indicates an issue with the authentication between the client and ADFS. To narrow things down I would recommend a) trying to set up a SharePoint farm in the same forest as ADFS and using workstations in that forest and/or b) creating an SPTrustedIdentityTokenIssuer in the existing SharePoint farm directly to the ADFS server in the other forest. From a SharePoint perspective it doesn't really care about this authentication piece you're describing now - once you get it resolved it will all "just work" in SharePoint.
BTW - here's one other completely random suggestion to try (and I won't go into all the reasons why I'm suggesting it but I will say that I fixed a similar problem in this way just this week). On the ADFS server where you're having the authentication problems, try configuring the IIS web application for the ADFS endpoint to use ONLY NTLM and not Kerberos. It's an old hack but sadly is still useful from time to time. You can look at support.microsoft.com/.../215383 for a good set of steps - you just want to SET the value to "NTLM" only. It may do nothing and there are other ways to muck with this in IIS7, but if it were me I would try it. Good luck.
Can you update the blog post w/ a picture illustrating the scenario you're describing? Is this what you're talking about: http://bit.ly/dNg4si Or this: http://bit.ly/euQosA ?
Question: How would you trust a 3rd party (non-AD) Identity provider? I can't seem to find instructions that explain that. Your first step is "Open the federationmetadata.xml file from the ADFS server ", what if I don't have an ADFS. What if I'm using RSA Access Manager, or CA Federation Manager, or some other provider of SAML 2.0 messages. How would I trust them? Thanks for any references you can provide.
We were able to follow this and it worked, however it wasn't working for UAG (something we had already had configured for 5+ sites). The error we were receiving was:
"Event ID 161: The User Name Claim Type Is Missing from the Security Token"
We had ADFS working when we went around UAG, but as soon as we put UAG in the mix we got this error. I had to edit the ADFS 'hub server' that was being used as the AUTH in UAG. The part I had to edit was related to Solution #2 in this article (social.technet.microsoft.com/.../1810.aspx) and the Relying Trust Party was my connection to UAG. I originally only had LDAP attributes as claims, so I added a Pass through or Filter an incoming claim and selected the correct lead claim on both sides and presto - it started working! I def think others will find this useful if they use UAG as it was not easy figuring this out.
Is there a solution for the issue that Kevin McD mentioned in his comments?
thanks
http://www.shopbestgoods.com/ http://www.nike-jordanshoes.com/ http://www.beatsbydreoutlet.net/ http://www.michaelkorsus.com/ http://www.polo-tshirts.com/ http://www.northsclearance.com/ http://www.ralph-laurensale.com/ http://www.gucci-shoesuk2014.com/ http://www.michael-korsusa.com/ http://www.polo-outlets.com/ http://www.ralphslauren.co.uk/ http://www.marcjacobsonsale.com/ http://www.mcmworldwides.com/ http://www.salongchamppairs.com/ http://www.canada-gooser.com/ http://www.burberryoutlet2014.com/ http://www.michaelkors.so/ http://www.hermes-outletonline.com/ http://www.oakley-sunglassoutlet.com/ http://www.north-faceoutlets.net/ http://www.moncler-clearance.com/ http://www.woolrich-clearance.com/ http://www.barbour-jacketsoutlet.com/ http://www.moncler-jacketsoutletonline.com/ http://www.monsterbeatsbydres.net/ http://www.louis-vuittonblackfriday.com/ http://www.lv-guccishoesfactory.com/ http://www.mcmoutlet-jp.com/ http://www.cheapdiscountoutlet.com/ http://coachoutlet.iwopop.com/ http://www.coachsfactoryoutlet.com/ http://www.coach-blackfriday2014.com/ http://www.coach-storeoutletonline.com/ http://www.coach-factorysoutletonline.com/ http://www.coachccoachoutlet.com/ http://www.coach-factories.net/ http://www.coach-pursesoutletonline.com/ http://www.llouisvuitton-factory.net/ http://www.coach-outletsusa.com/ http://www.mksfactoryoutlet.com/ http://www.zxcoachoutlet.com/ http://www.mischristmas.com/ http://www.misblackfriday.com/ http://www.bestcustomsonline.com/ http://www.newoutletonlinemall.com/ http://www.clickmichaelkors.com/ http://www.cmichaelkorsoutlet.com/ http://www.ralphlaurenepolo.com/ http://michaelkorsoutlet.mischristmas.com/ http://mcmbackpack.mischristmas.com/ http://monsterbeats.mischristmas.com/ http://northfaceoutlet.mischristmas.com/ http://mk.misblackfriday.com/ http://coachoutlet.misblackfriday.com/ http://coachfactory.misblackfriday.com/ http://uggaustralia.misblackfriday.com/ http://coachpurses.misblackfriday.com/ http://coachusa.misblackfriday.com/ http://coach.misblackfriday.com/ http://michaelkorss.misblackfriday.com/ http://michaelkors.misblackfriday.com/ http://airmax.misblackfriday.com/ http://michael-kors.misblackfriday.com/ http://t.co/1PJuejI1ys http://t.co/FYm2MxWwLM https://twitter.com/CoachOutlet2014 https://www.facebook.com/pages/Coach-Factory-Outlet-Online-Store-Michael-Kors-Outlet-Online-Sale-75-Off/712060898859091 https://www.facebook.com/pages/Ralph-Lauren-Polo-Outlet-Online-Sale/1404100279810690
http://dichvuketoanlongbien.com/ http://dichvuketoanlongbien.com/a2-96-dich-vu-ke-toan-tron-goi.html http://dichvuketoanlongbien.com/a2-98-dich-vu-ke-toan-thue.html http://dichvuketoanlongbien.com/a2-103-dich-vu-bao-cao-tai-chinh.html http://dichvuketoanlongbien.com/a2-97-dich-vu-quyet-toan-thue.html http://dichvuketoanlongbien.com/a2-114-dich-vu-ke-toan-tai-29-quan-huyen.html http://dichvuketoanlongbien.com/i780-dich-vu-ke-toan-thue-tron-goi-tai-bac-ninh.html http://dichvuketoanlongbien.com/i779-dich-vu-ke-toan-thue-tron-goi-tai-bac-giang.html http://dichvuketoanlongbien.com/i778-dich-vu-ke-toan-thue-tron-goi-tai-phu-tho.html http://dichvuketoanlongbien.com/i781-dich-vu-ke-toan-thue-tron-goi-tai-hung-yen.html http://dichvuketoanlongbien.com/i782-dich-vu-ke-toan-thue-tron-goi-tai-vinh-phuc.html http://dichvuketoanlongbien.com/i783-dich-vu-ke-toan-thue-tron-goi-tai-hai-phong.html http://www.trungtamketoan.com.vn/ http://www.trungtamketoan.com.vn/p/trung-tam-dao-tao-ke-toan-tai-ha-noi.html http://www.trungtamketoan.com.vn/p/trung-tam-dao-tao-ke-toan-tai-tp-hcm.html http://www.trungtamketoan.com.vn/p/trung-tam-dao-tao-ke-toan-tai-quang-ninh.html http://www.trungtamketoan.com.vn/p/trung-tam-dao-tao-ke-toan-tai-hai-duong.html http://www.trungtamketoan.com.vn/p/trung-tam-dao-tao-ke-toan-tai-bac-giang.html http://www.trungtamketoan.com.vn/p/trung-tam-dao-tao-ke-toan-tai-bac-ninh.html http://www.trungtamketoan.com.vn/p/trung-tam-dao-tao-ke-toan-tai-hai-phong.html http://www.trungtamketoan.com.vn/p/trung-tam-dao-tao-ke-toan-tai-nam-dinh.html http://www.trungtamketoan.com.vn/p/trung-tam-dao-tao-ke-toan-tai-thai-binh.html http://www.trungtamketoan.com.vn/p/trung-tam-dao-tao-ke-toan-tai-thanh-hoa.html http://www.trungtamketoan.com.vn/p/trung-tam-dao-tao-ke-toan-tai-vinh-phuc.html http://www.trungtamketoan.com.vn/p/trung-tam-dao-tao-ke-toan-tai-hung-yen.html http://www.trungtamketoan.com.vn/p/trung-tam-dao-tao-ke-toan-tai-phu-tho.html http://www.trungtamketoan.com.vn/p/trung-tam-dao-tao-ke-toan-tai-binh-duong.html http://www.tosvn.com http://iketoan247.blogspot.com http://tailieuveketoan.blogspot.com http://mauhinhnendep.blogspot.com http://www.tosvn.com/search/label/Hack%20CF http://www.tosvn.com/search/label/Hack%20AvatarStar http://www.tosvn.com/search/label/Hack%20Warcraft-Dota2 http://www.tosvn.com/2014/12/hack-truy-kich-mien-phi-hack-truy-kich.html http://iketoan247.blogspot.com/search/label/thong-tin-kinh-te http://iketoan247.blogspot.com/search/label/tin-bai-ve-thue http://hoclamketoan.edu.vn/ http://hoclamketoan.edu.vn/category/khoa-hoc-ke-toan http://hoclamketoan.edu.vn/category/dich-vu-ke-toan http://hoclamketoan.edu.vn/category/hoc-lam-ke-toan http://hoclamketoan.edu.vn/category/tai-lieu-ke-toan http://hocketoan360.com/ http://hocketoan360.com/category/khoa-hoc-ke-toan/ http://hocketoan360.com/category/dich-vu-ke-toan/ http://hocketoan360.com/category/tai-lieu-ke-toan/ http://me.zing.vn/zb/u/htdung2281990 http://me.zing.vn/zb/c/htdung2281990/6594341 http://me.zing.vn/zb/c/htdung2281990/1