<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Specifically I have set<br>
<br>
idp.session.StorageService = shibboleth.MemcachedStorageService<br>
idp.cas.StorageService = shibboleth.MemcachedStorageService<br></blockquote><div><br></div><div>I apologize, but that documentation applies to a fix [1] that has not been released yet. The configuration in 3.1.1 requires making a change to /system/conf/cas-protocol-system.xml:</div><div><br></div><div><div> <bean id="cas.ticketService" class="net.shibboleth.idp.cas.ticket.SimpleTicketService"</div><div> c:service-ref="#{'%{idp.cas.StorageService:shibboleth.StorageService}'.trim()}" /></div></div><div><br></div><div>Then it ought to work as per the Wiki documentation.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
When I run memcached with the -vv option I see the node the<br>
browser is hitting output this (minus the actual binary data):<br></blockquote><div><br></div><div>I believe that output is for storage/retrieval of IdP session data in memcached, not CAS tickets.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Should the node the CAS client is hitting have been able to<br>
find the service ticket, or am I misunderstanding the<br>
memcached storage implementation?<br></blockquote><div><br></div><div>It will work if you make the change above that I suggested. I'm running the exact same configuration in our dev environment, and I'm seeing browser requests go to one node and CAS client requests go to the other, and it works splendidly.</div><div><br></div><div>Thanks for your efforts to try out CAS protocol support in Shib. Your questions are helping work out bugs and improve documentation.</div><div><br></div><div>M<a href="mailto:users-unsubscribe@shibboleth.net" target="_blank"></a><br>
</div><div><br></div><div>[1] <a href="https://issues.shibboleth.net/jira/browse/IDP-640">https://issues.shibboleth.net/jira/browse/IDP-640</a></div><div><br></div></div></div>