wif
Adding a new WIF/ACS/ADFS role without reloading config
I have a Windows Azure application that is using Windows Identity Foundation (WIF) with the Access Control Service (ACS) as its Identity Provider.[详细]
2023-03-17 16:41 分类:问答When is it worth implementing a WIF solution?
I\'m trying to build / architect a security solution for an intranet application and I\'m wondering if implementing a WIF level solution is worth it, given the requirements.[详细]
2023-03-16 15:27 分类:问答Classic ASP and WIF
Classic Asp (as I understand it) is not really “encouraged” by Microsoft (e.g. there is no classic ASP project in VS) and essentially is a collection of asp pages that contain HTML and some kind of[详细]
2023-03-15 20:43 分类:问答WIF and ASP.NET and ASP.NET MVC on a single app
I have a web site I\'d like to switch to ADFS/WIF (Windows Identity Foundation). The web site has some ASP.NET MVC and other regular (WebForms) ASP.NET.[详细]
2023-03-15 14:20 分类:问答Unable to sign security tokens with certificate in WIF scenario
I\'m trying to implement a custom STS for a WIF scenario I\'m investigating, but it\'s failing. It\'s failing when trying to obtain the private key from the certificate used to sign the tokens. I crea[详细]
2023-03-14 08:08 分类:问答Non-claims-enabled ASP.NET applications and ADFS v2.0
This article got me thinking about what would happen with non-claims enabled ASP.NET applications when you federated them with ADFS via FedUtil.[详细]
2023-03-13 19:07 分类:问答Redirecting to a custom login page using Windows Identity Foundation
I am using Windows Identity Foundation with Azure\'s AppFabric Access Control Service in a MVC3 site.What I am trying to figure out is how to control where WIF redirects the user if I have an Authoriz[详细]
2023-03-12 17:11 分类:问答How to mix WIF and non-WIF endpoints in a single WCF <service>?
A WIF-based WCF service needs to call method FederatedServiceCredentials.Conf开发者_JS百科igureServiceHost(), or put the equivalent element <federatedServiceHostConfiguration> in the web.config[详细]
2023-03-11 17:44 分类:问答Azure ACS 2 Custom Domain
I\'m trying to set up Authentication in an ASP.NET MVC App and if so using the Azure Access Control Service (ACS) (v2 May 2011 release). I\'ve got this working with the default setup. However there is[详细]
2023-03-08 22:53 分类:问答Possible to have WCF STS with username/password and client certificate?
I\'m using WIF with STS. Everything works fine and the client authenticates by sending the username/password in the credentials.[详细]
2023-03-07 21:37 分类:问答