Attribute not resolving on SP
Stein, Eric
steine at locustec.com
Thu Apr 18 12:08:00 EDT 2013
Thanks for answering, Scott. If the SP has the attribute UID, how does my application get access to that attribute? httpRequest.getHeaderNames() also doesn't have a header named 'uid'. What specific java call can I make so that my JSPs can see the UID?
Thanks,
Eric
-----Original Message-----
From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net] On Behalf Of Cantor, Scott
Sent: Thursday, April 18, 2013 11:42 AM
To: Shib Users
Subject: Re: Attribute not resolving on SP
On 4/18/13 10:43 AM, "Stein, Eric" <steine at locustec.com> wrote:
>Unfortunately, my Shibboleth SP (Apache HTTPD) is not finding it. The
>transactions.log file shows the attributes as being added:
That is the SP finding it.
>
>But when my protected java application prints out attributes, I don't
>see it. I'm printing out
>
>servletContext.getAttributeNames()
>request.getAttributeNames()
>httpSession.getAttributeNames()
>
>Also, I'm running FireBug and that doesn't see a UID.
I thought FireBug was a client side tool, so there better not be one there. As far as Java goes, headers are not attributes and will not show up in that collection, they're headers alone.
>Does anybody know what might be going wrong? Maybe I'm just looking for
>it in the wrong places?
The latter, yes.
-- Scott
--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
More information about the users
mailing list