Top "Forms-authentication" questions

Forms Authentication is a built-in and extensible system for authenticating users in an ASP.

Mixing Forms authentication with Windows authentication

I have an (ASP.NET 3.5) intranet application which has been designed to use forms authentication (along with the default aspnet …

asp.net iis-7 forms-authentication windows-authentication
what is ASPXAUTH cookie?

While working with ASP.Net Forms Authentication I came across the .ASPXAUTH cookie. I have a couple questions: What is …

asp.net cookies forms-authentication
How to remove returnurl from url?

I want to remove "returnurl=/blabla" from address bar when a user want to access to a login required page. …

asp.net asp.net-mvc forms-authentication
Configuring Spring Security 3.x to have multiple entry points

I have been using Spring Security 3.x for handling user authentication for my projects, and so far, it has worked …

java spring authentication spring-security forms-authentication
ASP.NET MVC Forms Authentication + Authorize Attribute + Simple Roles

I'm trying to add simple Authentication and Authorization to an ASP.NET MVC application. I'm just trying to tack on …

asp.net-mvc forms-authentication authorization
Storing more information using FormsAuthentication.SetAuthCookie

I am using aspx and c# for a setting a authentication cookie for a login. FormsAuthentication.SetAuthCookie(UserName, True) I …

c# asp.net asp.net-mvc forms-authentication
How to allow an anonymous user access to some given page in MVC?

I have enabled form authentication in my ASP.NET MVC web application. I want to allow anonymous users access only …

c# asp.net-mvc forms-authentication
Page.User.Identity.IsAuthenticated still true after FormsAuthentication.SignOut()

I have a page that when you press 'log out' it will redirect to the login.aspx page which has …

c# asp.net forms-authentication
windows authentication vs forms authentication

I am trying to understand concepts of windows authentication, forms authentication and their differences. I am confused. Can someone help …

windows authentication forms-authentication windows-authentication
How to redirect to a dynamic login URL in ASP.NET MVC

I'm creating a multi-tenancy web site which hosts pages for clients. The first segment of the URL will be a …

.net asp.net-mvc authentication forms-authentication asp.net-routing