I have been working on a WCF service which will return a Base64 encoded string which is, in reality, a full SAML response XML document.Because this information will be handed off to a vendor, I have t
I have a WCF Service that re开发者_运维知识库quires a security token issued by a separate WCF STS Service. This all works just dandy.In my application, I use the service like so:
I want to configure the timeout duration that is applied to the cookies that are created on relying party after a user logs in through the passive Security Token Service (STS). I believe I read somewh
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.
We have a problem using the SessionAuthenticationModule on IIS 6, when trying to access the application, the following exception occures:
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 am c开发者_开发技巧urious to find out how we could possibly send a Security token from a WIF application that has already been authenticate to a WIF enabled WCF Service.
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
I\'m using the Windows Identity Foundation (WIF) Security Token Service (STS) to handle authentication for my application which is working all well and good. However I can\'t seem to get any long runn
I have: A passive STS \"login application\" that is also an identity provider. An active STS WCF service that can accept and handle ActAs tokens