I recently 开发者_如何学运维asked a question here: Implementing SSO in a .NET Web Farm for several e-commerce websites with WIF?that outlines the details behind my next question.
I have what I think is a fairly complicated question so I will do my best to articulate it here. I am looking for a single sign on (SSO) solution. I am aware of many of the options out there but have
I have an Excel add-on which connects to a WCF endpoint located in our network to collect data. We\'re considering moving the application out to Windows Azure.
I am also getting a request validation error when using WIF.I get correctly sent to the STS, but on the way back, I get this validation error.
I am going to deal with architecture with regard to authentication and authorization. I\'d like to know if someone wants to share its experience gained in the field of DDD.
So despite the warnings, I think I need to build a custom STS.We will support an arbitrary number of customers who provide identity information via SAML.
I\'m building my own FP STS application.The Visual Studio STS add in builds an asp.net web forms web site.
We have a custom STS along our website both running in Windows Azure.The STS is ASP.NET 4.0 and the site is MVC3.In the past few days I\'ve started seeing quite a few of the following exceptions showi
I have an asp.net mvc 3 web app that needs to support SSO from multiple STSs based on the subdomain the user requests.
I thought the solution to开发者_如何学Python this would occur to me as I\'ve sat on this problem for many months - but my brain has not flags the obvious best approach.