<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Sep 27, 2017, at 4:50 PM, Mahmudul Hasan <<a href="mailto:cs.mahmud@gmail.com" class="">cs.mahmud@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Hi, </div><div class=""><br class=""></div><div class="">Anyone here is using shib-cas-authn3</div><div class="">(<a href="https://github.com/Unicon/shib-cas-authn3" class="">https://github.com/Unicon/shib-cas-authn3</a>) to integrate with JASIG CAS as</div><div class="">external authentication mechanism? Is there any way to configure it so that it</div><div class="">automatically forces authentication via CAS every time? I want my</div><div class="">users to login again if their CAS session/tickets expire. </div></div></div></blockquote><br class=""></div><div>If you only want the CAS Server keeping sessions, controlling how long sessions last, then you simply turn off the session layer of the Shib IdP by uncommenting and setting to the false the following property in conf/idp.properties:</div><div><br class=""></div><div><div># Set to false to disable the IdP session layer</div><div>#idp.session.enabled = true</div><div>idp.session.enabled = false</div></div><div class=""><br class=""></div>Of course, you'll need to restart the IdP for that change to be in effect.<div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">--<br class="">Michael A. Grady<br class="">IAM Architect, Unicon, Inc.</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><br class="Apple-interchange-newline">

</div>
<br class=""></div></body></html>