掲示板

Redirecting user if not exist

11年前 に quentin giraudon によって更新されました。

Redirecting user if not exist

New Member 投稿: 11 参加年月日: 12/09/19 最新の投稿
Hello,

In my application i use CAS Server to authenticate users.
I'm using liferay portal 6.0.6

My problem is that users existing in the LDAP directory but not in the portal database can access to the portal (they are redirected to the portal default login page)
and i get a
ERROR [CASAutoLogin:131] com.liferay.portal.NoSuchUserException: No User exists with the key {companyId=10132, screenName=utilisateur_01}

in the tomcat log file.

What i wanted is to redirect these users to a custom error page instead of the portal login page

Is there a way to do this properly ?

thanks in advance
Quentin
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: Redirecting user if not exist

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
I think I just edited the web.xml to redirect on authentication error.
11年前 に quentin giraudon によって更新されました。

RE: Redirecting user if not exist

New Member 投稿: 11 参加年月日: 12/09/19 最新の投稿
yeah ?

can you be more specific please ?