留言板

CUSTOM AUTHENTICATION SYSTEM

thumbnail
Path Finder LifeRay,修改在12 年前。

CUSTOM AUTHENTICATION SYSTEM

Expert 帖子: 262 加入日期: 09-9-18 最近的帖子
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,修改在12 年前。

RE: CUSTOM AUTHENTICATION SYSTEM

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
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.