<div dir="ltr">Thank you very much, it's working with $_SERVER. I did saw it without paying too much attention.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-05-23 15:32 GMT+02:00 Peter Schober <span dir="ltr"><<a href="mailto:peter.schober@univie.ac.at" target="_blank">peter.schober@univie.ac.at</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* reda sabir <<a href="mailto:sabiretude@gmail.com">sabiretude@gmail.com</a>> [2016-05-23 15:27]:<br>
<span class="">> I'm facing the following issue: I succeed at configuring my SP so I can<br>
> authenticate with IdP and I can get the attributes by checking<br>
> /Shibboleth.sso/Session. But the problem is when I try to access this<br>
> attribute from Php I fail. My php look like this:<br>
><br>
> > <?php<br>
> > session_start();<br>
> > print_r($_SESSION);<br>
<br>
</span>Try the documentation:<br>
<a href="https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPAttributeAccess#NativeSPAttributeAccess-Tool-SpecificExamples" rel="noreferrer" target="_blank">https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPAttributeAccess#NativeSPAttributeAccess-Tool-SpecificExamples</a><br>
<br>
I.e., use the $_SERVER superglobal, not $_SESSION.<br>
<span class="HOEnZb"><font color="#888888">-peter<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
</font></span></blockquote></div><br></div>