<div dir="ltr">Great, that worked ! <div><br></div><div>Thanks, </div><div>Mahmudul Hasan </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 27, 2017 at 4:27 PM, Michael A Grady <span dir="ltr"><<a href="mailto:mgrady@unicon.net" target="_blank">mgrady@unicon.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span class=""><br><div><blockquote type="cite"><div>On Sep 27, 2017, at 4:50 PM, Mahmudul Hasan <<a href="mailto:cs.mahmud@gmail.com" target="_blank">cs.mahmud@gmail.com</a>> wrote:</div><br class="m_-6077924770830088277Apple-interchange-newline"><div><div dir="ltr"><div>Hi, </div><div><br></div><div>Anyone here is using shib-cas-authn3</div><div>(<a href="https://github.com/Unicon/shib-cas-authn3" target="_blank">https://github.com/Unicon/<wbr>shib-cas-authn3</a>) to integrate with JASIG CAS as</div><div>external authentication mechanism? Is there any way to configure it so that it</div><div>automatically forces authentication via CAS every time? I want my</div><div>users to login again if their CAS session/tickets expire. </div></div></div></blockquote><br></div></span><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></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><br></div>Of course, you'll need to restart the IdP for that change to be in effect.<div><br><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;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">--<br>Michael A. Grady<br>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;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br></div><br class="m_-6077924770830088277Apple-interchange-newline">

</div>
<br></div></div><br>--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.<wbr>net</a><br></blockquote></div><br></div>