<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi All,
<div><br>
</div>
<div>I'm having a peculiar issue with the above setup. </div>
<div><span style="font-family: Calibri; font-size: medium;"><br>
</span></div>
<div><font face="Calibri" size="3">The logs on both the idP and the SP show that the attributes are being sent and received on successful login, however the following simple .aspx code does not show the headers that were returned by the idP. Has anyone else
seen this and found a resolution? Thanks,</font></div>
<div><font face="Calibri" size="3"><br>
</font></div>
<div><%@ Page Language="C#" %></div>
<div><html></div>
<div><head></div>
<div> <title>CAS Echo Page</title></div>
<div></head></div>
<div><body></div>
<div> You are logged in using CAS!</div>
<div> <hr /></div>
<div> <table></div>
<div> <%</div>
<div>foreach( string key in Request.Headers ) </div>
<div> {</div>
<div> %></div>
<div> <tr></div>
<div> <td></div>
<div> <%= key %></div>
<div> </td></div>
<div> <td></div>
<div> <%= Request.Headers[ key ] %></div>
<div> </td></div>
<div> </tr></div>
<div> <%</div>
<div> }</div>
<div> %></div>
<div> </table></div>
<div></body></div>
<div><span style="font-size: 10pt;"></html></span><font face="Calibri" size="3"> </font></div>
</div>
</body>
</html>