简体   繁体   中英

I don't find ProxyTicketReceptor in CAS jars

I am using CAS server and client jars with version 3.4.10 .

  • cas-server-core-3.4.10.jar
  • cas-client-core-3.2.0.jar

I want to user proxy granting ticket approach for allowing external web app to access to our web application. How ever I could not find the ProxyTicketReceptor class.

Do I need to add any additional jars?

Please advise.

That class only exists in super old versions of the CAS Java client.

This might help better: https://github.com/UniconLabs/cas-sample-java-webapp/blob/master/src/main/webapp/WEB-INF/web.xml

You probably should update your version of the CAS client to match that example/link (and your CAS server since 3.x is EOL)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM