Imagine I have ADFS sitting on top of AD and lots of internal users who log in to a claims-aware application and get claims from the AD.
Has anyone successfully managed to do this? SelfSTS is a WCF application not a ASP.NET one and there don\'t seem 开发者_开发问答to be many examples or code samples for doing WCF integration?
I downloaded the tool and ran it on the Windows 2008 R2 server where I have ADFS v2.0 installed. All roles etc. are greyed out as are the buttons on the LHS.
I get a number of browser error messages using ADFS, all of the form. There was a problem accessing the
I am getting a strange error from ADFS 2.0 event Log as follows: \"The Federation Service could not fulfill the token-issuance request because the relying party \'https://my-relying-party\' is miss
I currently have two relying parties (RP) configured on my adfs 2.0 server. I also have two claims provider tr开发者_运维百科usts. I simply want to restrict access to the first RP if the user belongs
I am using a claims enable web app. I want to lock down a web page with a custom attribute to allow access to the page if a certain claim(s) is present..
While trying to learn the ADFS 2.0 environment, I cr开发者_如何学JAVAeated an empty ASP.NET Claims aware application to be the RP using Visual Studio 2010.
I have a SharePoint 2007 portal configured to authenticate againsts a STS (ADFS 2.0) using the FormsSignIn (Forms Authentication on the ADFS).Is there any way to have a few pages living in the SharePo
I have a .xamlx Workflow Service that I would like to secure so that it can only be called by clients that have obtained a token from my STS (ADFS v2.0). Normally this is very easy to do if you\'re us