Tagged Questions

0
votes
1answer
19 views

Mixed Forms and LDAP authentication with auto-registration with ASP.NET MVC.

Hi, I need to use Form-Based authentication on an ASP.NET MVC web site with LDAP (Active Directory) backend like TeamCity for instance. So i need to query LDAP first if the reque …
1
vote
1answer
22 views

ASP.NET, SilverLight, WCF & Forms Authentication - How to configure endpoints?

I have this existing environment: 1) ASP.NET 3.5 web application 2) forms authentication with the SqlMembershipProvider I need to add the following: 1) a Silverligh …
0
votes
3answers
26 views

c# FormsAuthentication signOut another user

Hi All, I'm using formsAuthentication and as an admin user to the site i would like to be able to sign another user out. Is this possible ?
0
votes
0answers
23 views

Asp.net forms authentication cookie not honoring timeout with IIS7

Authentication cookies seem to timeout after a short period of time (a day or so). I am using Forms Authentication and have the timeout="10080" with slidingExpiration="false" in th …
0
votes
2answers
54 views

Asp.Net mvc authentication, where do I put a custom session key?

I have a user database, to which I have access trough a web service. One of the web service method is something like this: public void login(string name, string password, out user …
0
votes
3answers
21 views

ASP.Net - How can I allow imported script files be viewed by unauthenticated users when using Forms Authentication?

I'm using ASP.Net and forms authentication. When a user is directed to the Login Page I get a JavaScript error: Message: Syntax error Line: 3 Char: 1 Code: 0 URI: http://lo …
0
votes
1answer
24 views

Hosted Silverlight LOB Application - Authentication Models

Our application is built in VB6 and delivered in a SaaS model via Citrix. Our subscribers must first authenticate to the Citrix Login Portal (AD) which gives them access to their …
1
vote
3answers
19 views

FormsAuthentication with custom encryption key

Is there any way to not use the <machineKey> and instead provide my own key at runtime. Trying to find a way to read the key from say a SQL database or any centralized store …
1
vote
1answer
49 views

ASP.NET Forms Authentication Default Redirect [Working] and Redirect to Requested Page w/QueryString [Not Working]

I have a website, with basic Forms Authentication working alright. Users have emails that contain links to my site, with a querystring variable. Users are prompted to login correct …
1
vote
2answers
121 views

Asp.Net - FormsAuthentication ASPXAUTH Cookie ExpiryDate = 01/01/0001 00:00:00

I use a ASP.Net login control in a straightforward manor however I have spotted that the ASPXAUTH cookie has an expiry date of {01/01/0001 00:00:00}. Should this not get to someth …
1
vote
3answers
24 views

Does a forms auth ticket survive a trip to WorldPay?

Hi there, I've got a site that uses Forms Authentication (with a custom membership provider, but that's not important right now). In the secure part of the website, the customer c …
0
votes
1answer
55 views

ASP.Net Session Not Invalidated After Logout

I have a ASP.Net application in my login page I call FormsAuthentication.SignOut Session.Abandon() Session.Clear() however the Appscan is taking the ASPXAUTH cookie value the …
2
votes
2answers
44 views

ASP.NET Forms Authentication on Load Balanced Servers

Are there any possible issues with using the default Forms Authentication (see below) on Load Balanced servers? If there can be, what can I do to prevent the issues. <authenti …
0
votes
0answers
20 views

ActiveDirectoryMembershipProvider - Can’t use secure connection protection

Hi! I try to use ASP.Net's MembershipProvider to give access only to certain users. This is backed up by an ADAM instance. I use some test-code which runs just fine: public stat …
0
votes
2answers
47 views

ASP.NET Windows Authentication Impersonation

I am trying to figure out how to implement an ASP.NET page with Windows Authentication without getting that annoying IIS login box. I currently have 3 domains in my network so …

1 2 3 4 5 20 next
15 30 50 per page