Tagged Questions

1
vote
4answers
47 views

Java HTTP AUTH?

I'm trying to connect a desktop application I am writing with the del.icio.us api @ http://delicious.com/help/api and simply provide them with my username and password and to reque …
0
votes
0answers
19 views

Problem with combined Authentication/Login view.

I have been using Django for several years now and up until this point have always redirected users to a login page after registering their account, and therefore have never had …
-1
votes
1answer
42 views

Why need base64 in smtp

Why do I need to encode login and password in base64, when using SMTP-AUTH. Here is an example of my SMTP conversation 220 ALAN.CP.com Microsoft ESMTP MAIL Service ehlo 250 ALA …
0
votes
2answers
21 views

Validate API with Authlogic

I'm using Authlogic for authentication in my app, using the standard User and UserSession models. I'm building an API into my app, and I want to authenticate API access with a sin …
0
votes
1answer
42 views

Role/Permission based forms authorizing/authentication ?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I …
0
votes
3answers
18 views

How can I force re-authentification on asp net mvc with Integrated auth

My MVC site is using integrated authentication, and we had a request to allow users to sing in as another user, like in sharepoint. This has proved to be difficult... I've tried t …
1
vote
3answers
42 views

What is is the best way to manage edit/destroy/new links with authentication?

I'm new to Rails and I'm trying to create a standard CRUD rails application for displaying text posts. It's pretty similar to blog where I would like authenticated users to be able …
1
vote
2answers
66 views

In Django, what is the right place to plug in changes to the user instance during the login process?

Background I have a custom authentication back end for our django applications that refers to an LDAP server. As soon as I authenticate someone, I have a wealth of information th …
0
votes
2answers
19 views

Narrowing Integrated Windows Authentication to a subset of users for an intranet ASP.Net application

Scenario: An intranet ASP.Net application using Integrated Windows Authentication and a SqlRoleProvider for authorization. The application is used by a small subset of users with …
0
votes
5answers
80 views

Username/Password Database Checking

How can I improve this username/password checking? [AcceptVerbs(HttpVerbs.Post)] public ActionResult Login(FormCollection collection) { var users = …
3
votes
2answers
57 views

Why does aspnet_users use guid for id rather than incrementing int? bonus points for help on extending user fields

Why does aspnet_users use guid for id rather than incrementing int? Also is there any reason no to use this in other tables as the primary key? It feels a bit odd as I know most a …
0
votes
1answer
34 views

Google Appengine custom authentication

I would like to test appengine. At this moment it is not clear to me if there are libraries that support custom authentication. I want the user to be able to create an account on …
0
votes
2answers
58 views

Client-side SSL theoretical question

I work at company X and we want to engage in a B2B transaction with company Y. In doing so, Y is requiring client side authentication; they already provide server-side authenticat …
0
votes
3answers
61 views

How do I ensure that a username/password combination is not read from memory

How do I ensure that a username/password combination is not read from memory while my application is in use. My program is a GUI wrapper for some CYGWIN tools, including SSH and S …
0
votes
4answers
62 views

Authentication Cookie

I'm writing a database authentication system for my web application which is wrriten in ASP.NET MVC. When someone authorize, it should save his username in cookies. Is it safe to j …

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