Liferay - authentication without populating liferay db

Again, do we have any possible solution that does not allow liferay db data to be populated with user information for authentication using the extensible methods / user implementation / hooks / plugins / extensions?

Relationship Vishal G

+3
source share
3 answers

There is no way to avoid creating a user in the Liferay database. You can at least create a dummy user that all users use, or a dummy user for each user, depending on your needs.

+2
source

Liferay Hook , custimization. jsp.

/html/portlet/login/login.jsp

. db. findUserById(). portal -ext.properties. .

0

Source: https://habr.com/ru/post/1749912/


All Articles