No principal was found in the response from t…

2019-03-10 11:57:31来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

按网上的配置了

public String casServerUrlPrefix = "http://cas-server.com:8080/cas";

public String casServerLoginUrl = "http://cas-server.com:8080/cas/login";

其它的都没问题,结果一直报错,

No principal was found in the response from the CAS server
No principal was found in the response from the CAS server


搞了半天,结果发现是cas-server的上下文配错了,没有加cas上下文,导致Cas20ServiceTicketValidator    : Server response异常,返回了casLoginView.jsp页面

而正常的应该是这样:
<cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'>
    <cas:authenticationSuccess>
        <cas:user>test</cas:user>


    </cas:authenticationSuccess>
</cas:serviceResponse>

蛋疼....

原文链接:https://www.cnblogs.com/chenpi/p/9231180.html
如有疑问请与原作者联系

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:2019华为云大计:打造培育开发人员的黑土地

下一篇:Java教程之使用Jsoup实现简单的爬虫技术