Hi There,<div> In my shib.conf file I have the following:</div><div><font color="#222222" face="arial, sans-serif"><span style="white-space:nowrap"><div><Location /secure></div><div> AuthType shibboleth</div><div>
ShibRequestSetting requireSession 1</div><div> require valid-user</div><div></Location></div><div><br></div><div> I want to make a specific directory underneath /secure directory more secured using a list in a .htaccess directory:</div>
<div><br></div><div><div>AuthType Shibboleth</div><div>ShibRequireSession On</div><div>Require user joe</div><div>SSLOptions +StrictRequire</div><div>SSLRequireSSL</div></div><div><br></div><div> This is not working. I was able to login after authenticated and I am not "joe". What am I missing?</div>
<div><br></div><div><br></div><div>Thanks,</div><div>Doug</div><div><br></div><div><br></div><div><br></div></span></font></div>