Forms Authentication is a built-in and extensible system for authenticating users in an ASP.Net application that also maintains that authenticated session via a ticket (often stored as a cookie or query string parameter).
0
votes
0answers
22 views
IIS 7 suddenly redirecting to non-existent page for authentication
When I fired up VWD this morning and tried to launch a page I was greeted with a "The resource cannot be found." error. Turns out that I was redirected to "/Account/Login" for authentication. That ...
0
votes
1answer
25 views
Prompting for credentials on saving data
I am developing an ASP.Net MVC4 app that uses windows authentication. One of the requirements of the app is to prompt for credentials when an item is edited, even though the app is already aware of ...
0
votes
2answers
26 views
kill forms authentication session after inactivity
I have an asp.net mvc 4 application that uses forms authentication.
I want to set a time limit of 30 mins of the site where if a logged in person is inactive for this period of time (not the time ...
0
votes
1answer
18 views
Realm configuration in tomcat for forms authentication
I'm developing a java web project using tomcat. I've successfully implemented forms authentication in my project.
Is there a way to configure the Realm not in the server.xml?
I need to send my ...
0
votes
0answers
38 views
Asp.Net MVC 4 Server error
Mine is an Asp.Net MVC 4 application hosted on 1and1 server.
I use SimpleMembership provider with Asp.Net MVC 4 and codefirst approach with entity framework.
Everything works fine but I randomly get ...
0
votes
0answers
10 views
AuthenticationService.svc without WCF
I have a .NET 2.0 WebService that is protected by Forms authentication. Since the runtime is .NET 4.0 I configured AuthenticationService.svc so that the clients are able to authenticate and later call ...
1
vote
1answer
52 views
PHP pages behind asp.net forums authentication
Been searching for an answer to this but read some conflicting reports.
I have a asp.net website with forms authentication setup and I'm adding some php pages to a subfolder within the site. I want ...
0
votes
0answers
17 views
sharepoint 2013 webpart is not shown to fba user
I have a strange problem. First let me introduce environment. We are 2 people developing same sharepoint on same machine with different users and we are using SVN to merge our projects. We are both ...
1
vote
1answer
24 views
ASP.net forms authentication setting returnURL on a link when user is already logged in
I have a asp.net website which uses forms authentication. When i provide a link to a secure page on the website in a Microsoft Word document it sets a return URL even when i'm already logged in to the ...
0
votes
0answers
20 views
asp Forms Authentication across multiple applications (sub-domains)
I have 4 applications running on my IIS server. One of these applications is my 'main site' and there are 3 sub applications as shown in this diagram -
All of these sites are in the same domain: ...
1
vote
1answer
40 views
FormsAuthentication Roles without Membership
I'm trying to use FormsAuthentication and it's working fine at the moment with user name and password. I need to add User Role to the Forms authentication Ticket and i'm not using ASP.NET Membership. ...
0
votes
0answers
26 views
Using forms authentication cookie in WPF's browser control via Web API
We have an ASP.NET web application that uses Forms authentication. We also have a WPF application which uses a Web browser control so it can use some pages from the web application. In order to ...
0
votes
0answers
62 views
+50
SessionAuthenticationModule Cookie Handler not creating HttpOnly secure cookie
I am using System.IdentityModel to authenticate users in an ASP.NET MVC4 web application using forms auth with a claims principal. (code based on this article: ...
1
vote
1answer
25 views
Sharing authentication between parent and child web applications
We have two separate MVC 4 Web Applications that run as parts of the same website. The main (parent) project has authentication, and it works fine. Now that we've added the second project to the same ...
0
votes
0answers
21 views
How can I get the Windows user name, pre-authentication, using FormsAuthentication?
Before I converted my app from using Windows Authentication to Forms Authentication following this tutorial (thanks, Ken!), my app would happily get the Windows user ID (e.g. with ...