IIS 7.5/Windows 8 Server, SP version 2.5.3 - Attributes sent by idP, received by SP but nothing in header print off

Haer, Neelam nklhaer at mail.ubc.ca
Tue Sep 9 20:00:57 EDT 2014


Hi All,

I'm having a peculiar issue with the above setup.

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,

<%@ Page Language="C#" %>
<html>
<head>
    <title>CAS Echo Page</title>
</head>
<body>
    You are logged in using CAS!
    <hr />
    <table>
        <%
foreach( string key in Request.Headers )
    {
        %>
        <tr>
            <td>
                <%= key %>
            </td>
            <td>
                <%= Request.Headers[ key ] %>
            </td>
        </tr>
        <%
    }
        %>
    </table>
</body>
</html>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20140910/55eace22/attachment.html 


More information about the users mailing list