<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 26/01/2018 à 18:21, Cantor, Scott a
      écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:518E6CDE-6B7E-42A9-BFC7-CE419CE75BFE@osu.edu">
      <blockquote type="cite">
        <pre wrap="">if I set  here ShibRequireSession Off ( to reflect requireSession 0 on the old server config) , then I get a "Unauthorized"
response :
</pre>
      </blockquote>
      <pre wrap="">
Because you changed the require rule from "shibboleth", a dummy rule for passive content protection, to "shib-session", which means "a session has to exist, doesn't matter what the data is". You're changing things that don't need to be changed.</pre>
    </blockquote>
    you'r right , I miss interpreted <a
href="https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPhtaccess">https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPhtaccess</a>
    considering the "shibboleth" dummy rule to be a bad choice, finally
    shib-session was worse in my case<br>
    I moved back to <br>
    <Location /shibwayf><br>
    <b> ShibRequireSession Off</b><br>
     AuthType shibboleth<br>
    <b> require shibboleth</b><br>
    </Location><br>
    <br>
    and now it works fine <br>
    <blockquote type="cite"
      cite="mid:518E6CDE-6B7E-42A9-BFC7-CE419CE75BFE@osu.edu">
      <pre wrap="">

What has been posted is physically impossible, so the script itself is at fault somewhere. I don't know Perl particularly, or anything about the specifics of the environment, but the data's there, your script just isn't getting to it for reasons unrelated to the SP.

It's not an environment/header issue, since the built-in data is showing up as variables and not headers (no HTTP_ prefix).</pre>
    </blockquote>
    I do have now <br>
    <h3>
      <pre>REMOTE_USER = <a class="moz-txt-link-abbreviated" href="mailto:procacci@int.fr">procacci@int.fr</a></pre>
    </h3>
    <h3>
      <pre>eppn = <a class="moz-txt-link-abbreviated" href="mailto:procacci@int.fr">procacci@int.fr</a></pre>
    </h3>
    <br>
    thanks .<br>
    <br>
    <blockquote type="cite"
      cite="mid:518E6CDE-6B7E-42A9-BFC7-CE419CE75BFE@osu.edu">
      <pre wrap="">

-- Scott


</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>