IdP access to server environment variables

Chad La Joie lajoie at itumi.biz
Thu Sep 29 19:35:45 BST 2011


No, you can access it in the same way as the last couple of dozen
people who have asked.

On Thu, Sep 29, 2011 at 14:31, Jim Fox <fox at washington.edu> wrote:
>
>
> I think the attribute resolver is too far removed from the user's
> login for your script to have access to tomcat's session.
>
> You might consider writing a custom login handler that stores your
> login attributes in the UserSession object, to which your resolver
> script does have access.
>
> Jim
>
>
> On Thu, 29 Sep 2011, Liam Hoekenga wrote:
>
>> Date: Thu, 29 Sep 2011 09:57:58 -0700
>> From: Liam Hoekenga <liamr at umich.edu>
>> To: users at shibboleth.net
>> Reply-To: Shib Users <users at shibboleth.net>
>> Subject: Re: IdP access to server environment variables
>>
>>
>>> For the general case use getAttribute, e.g.
>>>
>>>    httpRequest.getAttribute('some_attribute_name');
>>>
>>> and omit the 'AJP_'.
>>
>> But is this somehow available within the scripted attribute resolver?
>>
>> Would I need to import javax.servlet and javax.servlet.http?
>>
>> Liam
>> --
>> To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
>>
> --
> To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
>



-- 
Chad La Joie
www.itumi.biz
trusted identities, delivered


More information about the users mailing list