jasig

Working Java REST Client Example to access CAS REST API

倖福魔咒の 提交于 2019-11-28 04:36:00
I followed this tutorial to enable REST service on my local CAS server. However there is no Java example "Java REST Client Example We need a real, working, example, the previous one is useless. Many people are emailing me that it is not working, and I confirm it does not work." I was able to find this but that unfortunately did not work for me. Any pointers/links? Much appreciated. Got it! Here is the complete solution on how to enable CAS REST API and be able to connect to it via JAVA REST client to benefit others Get CAS source code. Review this article Add following to pom.xml like

Working Java REST Client Example to access CAS REST API

与世无争的帅哥 提交于 2019-11-27 00:32:11
问题 I followed this tutorial to enable REST service on my local CAS server. However there is no Java example "Java REST Client Example We need a real, working, example, the previous one is useless. Many people are emailing me that it is not working, and I confirm it does not work." I was able to find this but that unfortunately did not work for me. Any pointers/links? Much appreciated. 回答1: Got it! Here is the complete solution on how to enable CAS REST API and be able to connect to it via JAVA