<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><br>
</p>
<br>
<div class="moz-cite-prefix">On 6/11/18 5:36 PM, O'Quinn, Dennis
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:DM5P108MB0142951CCFEDF75E8A8770AF96780@DM5P108MB0142.NAMP108.PROD.OUTLOOK.COM">
<pre wrap="">
Attributes
eppn: 1 value(s)
However, I cannot find a way to 'see' the value in the eppn variable</pre>
</blockquote>
<br>
<br>
On the Session handler in shibboleth2.xml, add the boolean
attribute:<br>
<br>
<tt><Handler type="Session" Location="/Session" <b>showAttributeValues="true"</b>/></tt><br>
<br>
as documented here:<br>
<br>
<a class="moz-txt-link-freetext" href="https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPHandler#NativeSPHandler-SessionHandler">https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPHandler#NativeSPHandler-SessionHandler</a><br>
<br>
<br>
<br>
<blockquote type="cite"
cite="mid:DM5P108MB0142951CCFEDF75E8A8770AF96780@DM5P108MB0142.NAMP108.PROD.OUTLOOK.COM">
<pre wrap=""> nor whether that value was propagated to the REMOTE_USER variable (which I suspect didn't happen since I am still not getting the expected response in my application)....</pre>
</blockquote>
<br>
To check REMOTE_USER or any other variable, just use a simple CGI
script which prints the environment variables.<br>
<br>
But basically check that the appropriate config in shibboleth2.xml
is correct:<br>
<br>
<tt> <ApplicationDefaults
entityID=<a class="moz-txt-link-rfc2396E" href="https://sp.test.middleware.georgetown.edu/shibboleth">"https://sp.test.middleware.georgetown.edu/shibboleth"</a></tt><tt><br>
</tt><tt> <b>REMOTE_USER="eppn
persistent-id targeted-id"</b>></tt><br>
</body>
</html>