Foren

CUSTOM AUTHENTICATION SYSTEM

thumbnail
Path Finder LifeRay, geändert vor 12 Jahren.

CUSTOM AUTHENTICATION SYSTEM

Expert Beiträge: 262 Beitrittsdatum: 18.09.09 Neueste Beiträge
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, geändert vor 12 Jahren.

RE: CUSTOM AUTHENTICATION SYSTEM

Liferay Legend Beiträge: 14916 Beitrittsdatum: 02.09.06 Neueste Beiträge
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.