Fórum

CUSTOM AUTHENTICATION SYSTEM

thumbnail
Path Finder LifeRay, modificado 12 Anos atrás.

CUSTOM AUTHENTICATION SYSTEM

Expert Postagens: 262 Data de Entrada: 18/09/09 Postagens Recentes
Hi All,

How to develop a custom authentication system on liferay where the user logs in liferay should be authenticated by already existing database

"here i just don't want to import the users from the existing database to liferay" using LDAP or by either mechanism

what i need is writing a portlet that allows me to return a success whether user exists in the database, and return the details..........

can any one help me in figure out this issue and post a relevant link or a tutorial apart from this

http://www.liferay.com/community/wiki/-/wiki/Main/Developing+a+Custom+Authentication+System?_36_version=1.0

thanks
thumbnail
David H Nebinger, modificado 12 Anos atrás.

RE: CUSTOM AUTHENTICATION SYSTEM

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
you cannot get around loading the users into the Liferay database. The user ids created there become foreign keys on many other tables and determine your ownership of other entities.

Period. No ifs, ands, ors, or buts... That's just the way it is.

You can authenticate using an external system, but you still have to import the users into the Liferay database.