Dear people,
I need to do user authentication and set permissions for many services on my webapp. Currently, I am using a simple custom made framework to authenticate users. Now, I need to have roles, email confirmation of new users, page and services permissions etc.
I would like to hear the suggestions, experiences (good or bad) on any framework for user authentication.
Note that I need to develop on top of a simple servlet container so an application server is not a solution here.
Awaiting eagerly,
Christian Rauh
Discussions
Web tier: servlets, JSP, Web frameworks: Help: What is the best user authentication framework?
-
Help: What is the best user authentication framework? (4 messages)
- Posted by: Christian Rauh
- Posted on: February 08 2001 08:55 EST
Threaded Messages (4)
- Help: What is the best user authentication framework? by Rak Rak on February 08 2001 11:02 EST
- Help: What is the best user authentication framework? by Raj Rajen on February 08 2001 12:06 EST
- Help: What is the best user authentication framework? by andrew maddox on February 09 2001 13:39 EST
- Help: What is the best user authentication framework? by Christian Rauh on February 12 2001 09:11 EST
-
Help: What is the best user authentication framework?[ Go to top ]
- Posted by: Rak Rak
- Posted on: February 08 2001 11:02 EST
- in response to Christian Rauh
this is just a suggestion... visit..
http://jakarta.apache.org/struts/index.html -
Help: What is the best user authentication framework?[ Go to top ]
- Posted by: Raj Rajen
- Posted on: February 08 2001 12:06 EST
- in response to Christian Rauh
Christian,
If cost is no issue, take a look at IBM's PolicyDirector (formerly a Tivoli product?) or Entegrity's AssureAccess. I have not used either product, and I'm sure there are more commercial authentication frameworks out there as well. So, I cant comment on their ease-of-use etc.
If cost is an issue, my suggestion would be to use LDAP as an authentication solution. You will still have to roll out your own solution for role based authorization and notification.
Raj -
Help: What is the best user authentication framework?[ Go to top ]
- Posted by: andrew maddox
- Posted on: February 09 2001 13:39 EST
- in response to Christian Rauh
Hello-
We used the LDAP SDK from Netscape to develop an authentication scheme which works nicely. It has built in authentication methods and a host of other features. Go to http://netscape.zdnet.com/framer/hud0022460/www.zdnet.com/devhead/filters/0,9429,2133223,00.html to download.
Enjoy -
Help: What is the best user authentication framework?[ Go to top ]
- Posted by: Christian Rauh
- Posted on: February 12 2001 09:11 EST
- in response to andrew maddox
Andrew,
Can´t find it. What´s the name?
Christian