<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="">
<div class="">Hi Scott,</div>
<div class=""><br class="">
</div>
<div class="">When I first started I had a few different issues. I was looping accessing /secure because I was protecting non-ssl content and my Shib config was ssl, cookieprops was the problem.  Fixed.  I ultimately made the site all ssl since I had already
 created a cert.  Next I was looping again authenticating to Wordpress I hacked the plugin to add logging.  I could see all of the $_SERVER environment variables except the Shib ones.  The Wordpress Shibboleth plugin says just add</div>
<div class=""><br class="">
</div>
<div class="">
<pre style="margin-top: 0px; margin-bottom: 22px; padding: 11px; font-family: Consolas, Monaco, 'Courier New', Courier, monospace; background-color: rgb(243, 243, 247); border: 1px solid rgb(222, 222, 227); line-height: 1.3em; overflow: auto; max-width: 525px; clear: both;" class=""><code style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace;" class="">AuthType shibboleth
Require shibboleth</code></pre>
<div class="">for lazy session.  I ended up adding a second instance so I added the </div>
<div class=""><br class="">
</div>
<div class="">ShibRequestSetting applicationId wordpress</div>
</div>
<div class=""><br class="">
</div>
<div class="">It seemed that without both</div>
<div class=""><br class="">
</div>
<div class=""><span class="Apple-tab-span" style="white-space: pre;"></span>ShibRequireSession Off<br class="">
<span class="Apple-tab-span" style="white-space: pre;"></span>ShibUseHeaders On</div>
<div class=""><br class="">
</div>
<div class="">I was still looping. Redundant, maybe which is why I prefaced with "Not saying this is right but it worked for me"</div>
<div class=""><br class="">
</div>
<div class="">-Chris</div>
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">On May 11, 2016, at 11:37 AM, Cantor, Scott <<a href="mailto:cantor.2@osu.edu" class="">cantor.2@osu.edu</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">
<blockquote type="cite" class="">Thanks again, with your suggestions I figured it out.  For all who may read this<br class="">
in the future my problem was with lazy sessions.  The docs for the plugin are<br class="">
a little bit dated.  Not saying this is right but it worked for me<br class="">
<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span>AuthType shibboleth<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span>ShibRequestSetting applicationId wordpress<br class="">
<span class="Apple-tab-span" style="white-space:pre"></span>ShibRequireSession Off<br class="">
</blockquote>
<br class="">
That one would be essentially redundant, it defaults off (and the updated syntax is ShibRequestSetting requireSession).<br class="">
<br class="">
What exactly did you have to change though?<br class="">
<br class="">
-- Scott<br class="">
<br class="">
-- <br class="">
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" class="">
users-unsubscribe@shibboleth.net</a><br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</body>
</html>