首页 > 技术文章 > Liferay 6.2 改造系列之十六:关闭OpenID模式的单点登录

luoruiyuan 2016-08-19 18:31 原文

在/portal-master/portal-impl/src/portal.properties文件中,有如下配置:

#
# Set this to true to enable OpenId authentication. If set to true, then the
# property "auto.login.hooks" must contain a reference to the class
# com.liferay.portal.security.auth.OpenIdAutoLogin.
#
open.id.auth.enabled=true

修改为:

#
# Set this to true to enable OpenId authentication. If set to true, then the
# property "auto.login.hooks" must contain a reference to the class
# com.liferay.portal.security.auth.OpenIdAutoLogin.
#
open.id.auth.enabled=false

  

推荐阅读