Tagged Questions
The formsauthentication tag has no wiki summary.
5
votes
1answer
338 views
FormsAuthentication.SignOut throwing NullReferenceException
This problem seems related to this post, but I was not able to infer a solution from the thread.
I noticed this code in an application I inherited (after noting in a log file that an exception was ...
5
votes
7answers
531 views
What could cause ASP.NET FormsAuthentication Cookie problems apart from cookies being turned off?
People are reporting having trouble logging into one of our ASP.NET sites. When I check the IIS logs, it looks like the FormsAuthentication cookie is not being cached by their browsers after they log ...
2
votes
1answer
62 views
Using FormsAuthentication.SetAuthCookie to store an Encrypted String
I'll start by saying, maybe this is overkill.
During my login routine, I encrypt the user's login id prior to using FormsAuthentication.SetAuthCookie.
The problem is that if the encrypted string ...
2
votes
1answer
36 views
Formsauthentication should be disabled for a single page
I have a problem with Formsauthentication and my ajax calls.
I like the way Formsauthenticaction works for a normal asp.net website.
However I have a page in my asp.net website which gets called ...
2
votes
1answer
46 views
Forums Authentication SignOut not working when generating html as string to literal
I am trying to create a logout button through dynamically generated HTML (string).
htmlGen = "<div class=\"issue\" style=\"float:right; width:70%;\">";
htmlGen += "Welcome, " + ...
2
votes
0answers
260 views
Windows Phone 7 - Authenticate with Asp.net forms authentication
I've set up a service to get asp.net forms authentication working for connection from my windows phone...
Everything is working great in the emulator ( remote connection to login and after that use ...
2
votes
2answers
142 views
Best way of changing authentication mechanism with ASP.NET MVC
I need to read, generate and keep updated an authentication cookie that is different from formsauthentication one.
I saw many options like using IHttpHandlers, IHttpModules, custom Authorization ...
2
votes
2answers
281 views
asp.net use requireSSL and still be able to check if the user is authenticated on Non-SSL pages
I have a webapplication (asp.net 3.5) with mixed SSL. All account related pages are delivered over SSL. Mostly all other pages are delivered over non-ssl. To automatically switch between HTTPS and ...
1
vote
2answers
62 views
How to access the FormsAuthentication ticket in an .ashx handler when Using Uploadify?
I have an ashx handler and I would like to check that the user trying to access it through a JSON call actually has a forms Authenticated session. Is this possible?
1
vote
1answer
84 views
How to use FormsAuthentication with logins stored in SQL Server DB table?
I am making a new web application in ASP.NET (in C#) using FormsAuthentication for the login. A standard FormsAuthentication setup is in place currently, with usernames and passwords specified in the ...
1
vote
1answer
48 views
Prevent a page or handler from updating the FormsAuthentication ticket
I have several apps on a single domain that share the formsauthentication ticket for single sing-on. We also have javascript on each page that will warn the user 2 minutes prior to his session ...
1
vote
1answer
928 views
Custom Security / Forms Authentication in SSRS
Hope someone can help me !!!
I am trying to implement some custom security code into SSRS 2008 (not R2) to allow for Forms Authentication instead of Windows Authentication.
I have based my solution ...
1
vote
1answer
545 views
FormsAuthenticationTicket.expiration v web.config value timeout
This is an MVC2 website, I am having a problem with a FormsAuthentication ticket. A user timeouts after 30 minutes cannot re-login. During testing, the DateTime.Now.AddMinutes(30) value was set to ...
1
vote
1answer
85 views
Using forms authentication, how do I handle redirection to a different subdomaim
I have multiple sub-domains that use forms authentication. Once a user logs in, they are fine going to any of the other sub-domains.
Here is my problem: If I go to ...
1
vote
3answers
249 views
How to determine if the webservice call comes from the Forms authorised page?
I have an asp.net web application in which i use several we services to serve several ajax requests. The problem is how to determine whether the corresponding call comes the page that i have served.
I ...
1
vote
1answer
94 views
Problem inheriting from ActiveDirectoryMembershipProvider
I have a direct inheritance from ValidateUser ActiveDirectoryMembershipProvider called CustomActiveDirectoryMembershipProvider.
The only method that is overridden is ValidateUser.
When the custom ...
1
vote
2answers
220 views
Both old and new password work after the user changes it
I have an ASP.Net 4.0 application that is using Forms Authentication and ActiveDirectoryMembershipProvider. It authenticates against Active Directory running on Windows Server 2008 R2.
I use ...
1
vote
1answer
360 views
ASP.NET MVC Forms Authentication Remember Me
I have an ASP.NET MVC2 application, and I'm using FormsAuthentication to manage the Auth Cookie. When the cookie expires and the page is access, I need to display the Username in the field and the ...
0
votes
1answer
68 views
Getting Forms Authentication from an ASP.NET logon page used by Silverlight 4 application
This is supposed to just work. I've read all the articles I could find via google on the topic, tried to copy as much as I could from other articles on both StackOverflow and CodeProject and others, ...
0
votes
0answers
53 views
Asp.net FormsAuthentication UserName, ID, GUID
We are using FormsAuthentication with custom MembershipProvider and custom RolePrivoder. For our Users we have a unique UserName, ID (mssql auto-key) and a GUID (all three unique).
I'm not sure which ...
0
votes
1answer
37 views
asp.net membership hierarchy?
Hi i was just wondering how to implement a membership hierachy of sorts..
For example:
Headmaster
-- Teacher1
-- student
-- student
-- Teacher2
-- student
-- student
I was hoping to ...
0
votes
0answers
69 views
MVC 3 FormsAuthentication Not working when deployed
I have an MVC 3 Application that works fine in my dev environment (you
must have heard that before..) I am deploying it to a free hosting
service http://somee.com for testing, the .NET framework is ...
0
votes
0answers
16 views
Query regarding Forms Authentication
I am using Forms Authentication and in order to set the Cookies HTTPONLY can I use the Forms Authentication element in the web.config as below?
<authentication mode="Forms">
<forms ...
0
votes
1answer
133 views
Why is ASP.NET FormsAuthentication cookie not authenticating user?
I have a site that uses the default SqlMembershipProvider and FormsAuthentication. I can use the built-in Login Controls and/or programmatically call all the methods to authenticate a user and get the ...
0
votes
2answers
62 views
Transfer instead of redirect to login in forms authentication
Well the title says it all.
I give to google a sitemap with all my pages, when the crawler tries to access them he gets redirected to the login page.
In the login page I write an explanation of what ...
0
votes
2answers
131 views
Can I Create an HttpHandler that never participates in Forms Authentication?
I've created a logout handler that is registered to Logout.aspx in my web.config. I want this to be able to be run from any path. It works great. My master page registers a client script function that ...
0
votes
2answers
56 views
What inputs go into encrypting / creating an ASP.NET Forms Authentication Ticket?
Everything I read points to the MachineKey element in the web.config file being the only thing that determines the encrypted ticket value, but I have a lot of evidence to contradict that at the ...
0
votes
1answer
62 views
How to perform membership provider authetication using the WCF?
I am extending an ASP.NET application to provide web services using WCF. I have to use WSHttpContextBinding so the application can keep track of the user's session. So far I've been successful in ...
0
votes
0answers
311 views
FormsAuthentication.RedirectFromLoginPage is not working in IE when used with iframe
Working in all other browsers excpet in IE. I've used formsauthentication mechanism in code and calling this app in iframe but gooing to infinite looop
if(Profile.IsAnonymous)
{
if ...
0
votes
1answer
172 views
sqlrole manager dynamically add a connection string and or provider
how can I add a connection string dynamically to role manager?
I'm using asp.net mvc 3 with forms authentication and since this is SAAS app the connection string for each client will change ...
0
votes
1answer
463 views
plupload with ASP.NET forms authenticated handler
I am trying to use plupload to upload files in ASP.NET. My upload handler ideally needs to be included in the forms authentication on my site, but it doesn't work in this case. I can't see the ...
0
votes
1answer
2k views
Forms Authentication and authentication cookie not persisting
aware that there are a lot of questions relating to Forms Authentication and the persistence of cookies, but having spent most of a day delving around, I'm still having difficulties.
My Problem
I am ...
0
votes
0answers
138 views
Two ASP.NET MVC Applications that share the same Cookies credentials by mistake?
I have to Two ASP.NET MVC Applications , I logged in to the first
and then opened the second one and I surprised that I'm also logged in ??!!!!
with the same user , of course both of them use ...
0
votes
1answer
388 views
FormsAuthentication.SignOut() using javascript
Does anyone please help me for solving this issue, In my asp.net application, i am using FormsAuthentication.SignOut(); method for sign out the application, but i have one strange requirement that i ...
0
votes
1answer
136 views
Exception ThreadAbortException on RedirectFromLoginPage
I'm having some trouble when people try to log on my system in IE8.
Before tomorrow everything is fine, but now when they try to log on the line who call RedirectFromLoginPage method throws ...
0
votes
1answer
144 views
FormsAuthentication: how to specify different cookie names for specific subdirectories/MVC controllers?
I'm using FormsAuthentication (with cookies) for users authentication, with the default cookie name (".ASPXAUTH").
What I need is a different login system for the "/Admin/" virtual directory (backed ...
0
votes
2answers
453 views
FormsAuthentication isn't preserving the UserData field after Postback in .NET 3.5
I've created a FormsAuthenticationTicket from scratch, but found that when retrieving it at a later time, the UserData isn't coming back. Here is the code used:
FormsAuthenticationTicket ticket = new ...