Custon data connector to create attributes from http headers or Apache env variables
Christopher Bongaarts
cab at umn.edu
Fri Apr 19 12:08:29 EDT 2013
On 4/18/2013 11:26 AM, Wessel, Keith William wrote:
> Has anyone created a custom data connector that could bring in
> attributes from the environment or http headers?
>
> On the surface, it doesn't sound difficult to do, but I'm somewhat
> confident that, since I see nothing from a web search about it, there
> might be a good reason that it hasn't been done.
I can't think of any reasons why it couldn't work, assuming
dataconnectors have access to the httprequest object.
The closest I've come was when we were using our local SSO in front of
Shib. I made a custom LoginHandler based on RemoteUserLoginHandler that
used data from our SSO (exposed via the request's AUTH_TYPE) to set the
authentication method. Nothing on the attribute resolver side, though.
--
%% Christopher A. Bongaarts %% cab at umn.edu %%
%% OIT - Identity Management %% http://umn.edu/~cab %%
%% University of Minnesota %% +1 (612) 625-1809 %%
More information about the users
mailing list