【发布时间】:2013-12-10 06:01:03
【问题描述】:
在使用 Sonar 3.7 配置 CAS 时,出现如下错误:
java.security.InvalidAlgorithmParameterException:trustAnchors 参数必须为非空
我已经安装了 CAS 插件并在 sonar.prperties 文件中添加了以下内容:
sonar.authenticator.createUsers=true sonar.security.realm=cas sonar.cas.protocol=cas2 sonar.cas.casServerLoginUrl=http://www.xxx.com:8443/cas/login sonar.cas.sonarServerUrl=http://www.xxx.com:9000
请帮我解决这个问题。我无法将 CAS 与声纳 3.7 集成。 使用 CAS 进行 SSO 声纳的解决方案是什么?
【问题讨论】: