Hi, It depends if your applications host or call external web services.
If your apps host web services and you want to be able to authenticate through basic auth to access them, you will need to create a custom BasciHttpAuthenticationFilter, taking the credentials and sending them to the CAS REST API : https://wiki.jasig.org/display/CASUM/RESTful+API. If your apps call web services, it's clearly the proxy use case. Right now, the shiro-cas module does not support the proxy feature. Though, one extension I created to integrate with various protocols as a client does : https://github.com/bujiio/buji-pac4j. It might be worth to give it a try. Best regards, Jérôme -- View this message in context: http://shiro-user.582556.n2.nabble.com/CAS-backed-BASIC-Authentication-tp7579473p7579474.html Sent from the Shiro User mailing list archive at Nabble.com.
