Skip to Content.
Sympa Menu

shibboleth-dev - Re: [Shib-Dev] custom data resolver

Subject: Shibboleth Developers

List archive

Re: [Shib-Dev] custom data resolver


Chronological Thread 
  • From: Paul Hethmon <>
  • To: Shibboleth Dev <>
  • Subject: Re: [Shib-Dev] custom data resolver
  • Date: Tue, 17 Aug 2010 13:00:37 -0400

So that still requires me to be able to obtain the session in the data
resolver which I don't see a way to do directly. So is this taking the
session id and using it to find the storage service for "session"?


On 8/16/10 5:54 PM, "Chad La Joie "
<>
wrote:

> Since you're creating a custom login handler, just create a custom
> principal that carries the information you need. That'll get added to
> the session and you can pull it from there in the attribute resolver.
>
> On 8/16/10 5:31 PM, Paul Hethmon wrote:
>> So I¹m exploring creating a custom data resolver to allow my login
>> handler to store attribute information that gets created during
>> authentication.
>>
>> In looking through the standard data resolver classes and the
>> HttpServletHelper class, I can¹t seem to find a clean way to tie the
>> session information together. The session ID is available on both sides,
>> but getting to the default storage service needs the servlet context.
>>
>> What I¹m thinking of doing is to create my own private storage service
>> instance.
>>
>> Has anyone done anything along these lines? Or maybe suggestions of what
>> to explore?
>>
>> I¹m using Shib 2.1.5 as my base.
>>
>> thanks,
>>
>> Paul
>>




Archive powered by MHonArc 2.6.16.

Top of Page