I am working on a asp.net mvc application and a WCF service which will be accessed by the mvc app. I am using WIF based STS website to do authentication and authorization on mvc app. Now I want to ach
I am trying to understand the difference between Active and Passive federation in WIF. It appears that one would use an Active Federation if the Relying Party (RP) is a WCF Service instead of an ASP.N
I have a web application and would want it to be secured using a Custom STS using Windows Identity foundation开发者_JS百科 3.5. All examples have a passive STS in scene. Why is this needed? and What h
I am struggling with the configuration for the scenario below. I have a custom WCF/WIF STS (RP-STS) that provides security tokens to my WCF services
In the Windows Identity Foundation (WIF), there is a class called ClaimsPrincipalPermission.The documentation on MSDN is very sparse.It states:
Is there a series of webcasts for Windows Identity开发者_开发知识库 Foundation. I don\'t seem to find any that talks about WIF in depth.Have you seen
My context: .Net RESTful web service Client (mixed platforms, technologies, lib capabilities) has obtained a SAML token
I have services that use net.tcp bindings (both streaming and buffered endpoints.) I\'d like to add WIF federated security to those services, while continuing to use net.tcp bindings. I\'ve tried to c
We have implemented SSO in a .开发者_开发百科NET web application using Windows Identity Foundation (WIF). It works great. However, we have to run it on a UNIX system using Mono. Is that possible?AFAIK
I am hosting my web application on windows server 2008 with IIS 7.5, I have 2 web applications: 1. the first one is the core sso (Single Sign-on) service witha login page.