11.5.2、金智IDS6/7_CAS认证
原则上仍然走IDS6、7的nginx的认证代理,非必要不要走cas!!!
配置前必看:
部署认证对接包(11.3章节)
修改配置文件(11.5章节)
#公司IDS7认证
auth.loginHelpers=special
#默认选择哪种方式,
auth.bean=pubcas
#以下两个参数固定配置
auth.special.authHelper=pubauthapp/SpecialLoginHelper2
auth.special.useAppAuth=true
##以下两个参数根据现场实际配置
emaphome.login_url=https://ids7.wisedu.com/authserver/login
auth.ticket.url=https://ids7.wisedu.com/authserver/serviceValidate
##以下两个参数固定配置
auth.usernode.id=//cas:serviceResponse/cas:authenticationSuccess/cas:attributes/cas:uid
auth.usernode.name=//cas:serviceResponse/cas:authenticationSuccess/cas:attributes/cas:cn
##应用域名和端口
app.domainContext=http://ehall.wisedu.com
emaphome.logout_url=https://ids7.wisedu.com/authserver/logout?service=http://ehall.wisedu.com/qljfwapp/sys/pubauthapp/publogout/logout.do