Top "Asp.net-authentication" questions

Questions regarding ASP.

Error renaming ASP.NET MVC project

I have copied a previous project and renamed it. Once I had successfully renamed all the name spaces and it …

asp.net-mvc asp.net-mvc-5 owin asp.net-authentication
MVC 5 Identity Automatic Logout

How do I implement an Automatic Logout Timer. So basically if the user is inactive for x minutes their session …

asp.net-mvc asp.net-mvc-5 asp.net-identity owin asp.net-authentication
ASP.NET Identity "Role-based" Claims

I understand that I can use claims to make statements about a user: var claims = new List<Claim>(); …

c# asp.net-web-api2 asp.net-identity claims-based-identity asp.net-authentication
Custom Login ASP.NET C#

I'm currently making a custom login in ASP.NET. I've modified the code of the Login Control to use my …

c# asp.net asp.net-authentication
How to use forms authentication without login control?

How to use forms authentication without login control.I don't want to use asp.net login control in my site.…

asp.net asp.net-membership forms-authentication custom-membershipprovider asp.net-authentication
.NET Core 2 CookieAuthentication ignores expiration time span

I'm working on a .NET Core 2.1 Web application with CookieAuthentication. For some reason setting the ExpireTimeSpan and Cookie.Expiration on …

asp.net asp.net-mvc asp.net-core asp.net-core-2.0 asp.net-authentication
IdentityServer4 logout

I am having an issue where I cannot seem to get my Identity Server logout to show the confirmation first. …

.net identityserver4 asp.net-authentication
ASP.NET Forms authentication requires Anonymous enabled

I am working with ASP.NET application that uses Forms Authentication. However, if I turn off all authentication methods except …

asp.net iis-7 forms-authentication asp.net-authentication