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: Chad La Joie <>
  • To:
  • Subject: Re: [Shib-Dev] custom data resolver
  • Date: Mon, 16 Aug 2010 17:54:23 -0400
  • Organization: Itumi, LLC

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


--
Chad La Joie
http://itumi.biz
trusted identities, delivered



Archive powered by MHonArc 2.6.16.

Top of Page