11.5.3、东软CAS认证
配置前必看:
部署认证对接包(11.3章节)
修改配置文件(11.5章节)
##########东软认证配置参数开始#############
#默认跳转emapol系统首页地址示例(请修改红色字体参数,轻服务应用对应地址)
funauth.login.forwardUrl=http://ehall.wisedu.com/qljfwapp/sys/emapol/*default/index.do
#学工应用退出地址(第一个为东软认证地址,第二个为轻服务系统域名)
emaphome.logout_url=https://cas.jlu.edu.cn/tpass/logout?service=http://ehall.wisedu.com/qljfwapp/sys/emapol/*default/index.do
#配置轻服务应用域名含https或者http
app.domainContext=https://ehall.wisedu.com
#默认选择哪种方式;东软dongruan参数配置固定
auth.bean=dongruan
#使用东软认证,原有此参数注释
auth.loginHelpers=special
auth.special.useAppAuth=true
auth.special.authHelper=pubauthapp/SpecialLoginHelper2
#根据ticket获取用户信息接口地址(东软地址)
auth.ticket.url=https://cas.jlu.edu.cn/tpass/serviceValidate
#东软登录地址
emaphome.login_url=https://cas.jlu.edu.cn/tpass
##########东软认证配置参数结束#############