We have several asp.net MVC apps in the following setup SecurityApp (root application - handles forms auth for SSO and has a profile edit page)
Stackoverflow uses OpenId as many other websites. However, I rarely need to provide my OpenId to Stackoverflow while with other OpenId enabled websites, I have to do it once a day or week.
Usually I protect my Actions with [Authorize] but this time I need to check if a user is authorized inside the action.
I work for a company with multiple public-facing web sites. Some of these sites are built using third party products (Moveable Type, myBB, Trac and o开发者_开发技巧thers).We also have a couple of bes
I have a FormsAuthentication cookie that is persistent and works independently in a development, test, and production environment. I have a user that can authenticate, the user object is created, the
My group builds internally hosted ASP.NET MVC websites with forms-authentication. I\'d like to host a WCF service in the same virtual directory as an ASP.NET MVC website.
I\'m using asp.net and trying to assign roles for a user with forms authentication like this: public ActionResult AdminLogin(string password, string username)
I\'ve never had this problem before, I\'m at a total loss. I have a SQL Server 2008 database with ASP.NET Forms Authentication, profiles and roles created and is functional on the development worksta
I am using DotNetOpenAuth in my ASP.Net Website.I have modified it to work with Facebook Connect as well, using the same methods and database structures.Now I have come across a problem.
So, I have a page that I want only anonymous users to see, and authenticated users to be redirected. So, like this: