Skip to Content.
Sympa Menu

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

Subject: Shibboleth Developers

List archive

[Shib-Dev] custom data resolver


Chronological Thread 
  • From: Paul Hethmon <>
  • To: Shibboleth Dev <>
  • Subject: [Shib-Dev] custom data resolver
  • Date: Mon, 16 Aug 2010 17:31:02 -0400

Title: custom data resolver
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