tonyk
10-24-2004, 06:00 AM
looking for suggestions on how to manage user authentication for a laszlo based application.
looking for typical functionality such that there will be a portion of the application which is open to "anonymous" users, but there will also be a portion that is secured to a user who has provided a user name and password.
the anonymous portion can run http, while the secure portion has to be secure via https.
initially, i'm willing to https even the anonymous portion if it is significantly easier to get up and running, although optimally i'd like to have the anonymous portion running http to avoid the additional overhead, and only the secure over https.
obviously the scheme has to prevent one user from impersonating another user when invoking actions within the secure portion of the application.
looking for typical functionality such that there will be a portion of the application which is open to "anonymous" users, but there will also be a portion that is secured to a user who has provided a user name and password.
the anonymous portion can run http, while the secure portion has to be secure via https.
initially, i'm willing to https even the anonymous portion if it is significantly easier to get up and running, although optimally i'd like to have the anonymous portion running http to avoid the additional overhead, and only the secure over https.
obviously the scheme has to prevent one user from impersonating another user when invoking actions within the secure portion of the application.