0
votes
0answers
7 views
the Web Site Administration Tool times out after a period of inactivity
I am using Visual studio, 2008, and am attempting to create an Admin section so the site owners can go in and alter their site. However, whenever I go to Website->ASP .Net Configuration to try to open …
0
votes
3answers
24 views
ASP.NET C#: Getting Started with ASP.NET Authentication
I'm developing my first web portal in ASP.NET where I would like to have authentication. I have heard that ASP.NET has quite a big and well-built authentication system, but I've never used it before. …
1
vote
0answers
13 views
HMAC (hash-based message authentication code, aka data signing) in Mathematica
It seems there's an implementation of HMAC in every language under the sun. (See below.)
And the algorithm is quite straightforward:
http://en.wikipedia.org/wiki/HMAC
Has anyone implemented it in …
0
votes
1answer
11 views
ASP.NET Roles and Permissions
I'm using the ASP.NET/C# Login control and that entire authentication and authorization system.
I set up the roles and have users go to certain pages when they log into the system dependent on their …
0
votes
1answer
31 views
Windows user profile seems to be blocking certificate auth on webservice calls
I have a Delphi app that's running on Windows Server 2003. The app communicates with a webservice on another server that is protected by a Cisco ACE XML Gateway requiring a certificate for client …
0
votes
0answers
18 views
ASP.NET sessions and custom authentication
I'm building a web site that will acts as a client to a persistant server process. ASP.NET will communicate with the server using .NET Remoting. The server is used by other clients as well (thick WPF …
2
votes
1answer
28 views
Open id authentication in the same page
I have a requirement where the login page opens up the main page in a popup,
this is how I handled it in normal authentication:
<http>
...
<form-login login-page="/Login.html" …
0
votes
1answer
20 views
How bad is auto-login feature is on an Authentification System
This question is an open question since it's not bound to a programming language:
Is it a bad idea to provide users an auto-login feature? Why?
I've been reading a couple of papers arguing that …
0
votes
1answer
16 views
Stress/load testing Ruby on Rails apps with Authenticity Tokens
My Ruby on Rails application is mostly contained behind a login page. I'd still like to be able to stress test these pages, as they have some heavy database access.
Sending the username and password …
0
votes
1answer
24 views
How to make a subdomain + files on it, acessible to people with special privileges?
Im adding a premium section to my site which already has free registration. People who will pay a monthly fee will have access to content (html, images and media files) that will be hosted on a …
0
votes
0answers
6 views
Disable Adobe Air authentication dialog
I'm building an Adobe Air app that interacts with a third party service using HTTP Basic auth for it's authentication. I'd like to handle the login process completely in my own code. I'm using jQuery …
0
votes
2answers
27 views
App Engine Authentication Error
I have an app hosted by google app engine, and I am having trouble with authentication.
When I login using my admin account and try to access the admin page or members pages, I just get a blank …
0
votes
0answers
24 views
Spring Security: Multiple Logins to the same resources: Form Login + Facebook Connect (uid, sessionKey)
To begin I know about
http://blog.kadirpekel.com/2009/11/09/facebook-connect-integration-with-spring-security/
The only problem is that it completely replaces the Form Login with Facebook Connect.
…
0
votes
1answer
15 views
HTTP authentication using htaccess/htpasswd …dialogue box comes up twice…
I have a site that has the main path under password protection. I also have a subfolder that have a separate (htaccess/htpasswd) password protection.
For some reason, when I access the subfolder, …
1
vote
7answers
123 views
How to prevent access of admin pages by knowing the admin page url?
If someone knows my url of the admin page such as www.example.com/admin.php, then they will easily access the page by directly accesing that url. How to restrict this. Please help
