Well... In CF 5 at least, you can reference any variable you need to in the
HTTP portion, apparently whether it exists or not...

#cgi.HTTP_NETEGRITY_USER# Will return blank if it doesn't exist.

You should be able to let netegrity do it's authentication return a userid
in the header, query the database for that user using a variable similar to
the above, I believe netegrity will allow you to define one.

Or whatever your particular solution requires, but it works pretty solid on
CF 5 :)

- Calvin


----- Original Message ----- 
From: "Jim Davis" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, July 01, 2003 10:26 PM
Subject: RE: CFMX and Netegrity


>
> > > We are trying to integrate Netegrity with CFMX and with
> > > MX's limited support of the http header this is looking
> > > like it'll be a real challenge. Has anyone else done this.
> > > Any pointers on difficult spots or to white papers etc
> > > would be greatly appreciated.
>
> We've been doing this and having the same problem, but we're on CF 4.5 and
> couldn't examine the page headers.  The simple solution for us was simply
to
> set Netegrity to release it's information as cookies.
>
> However as of CF 5.0 CF is able to take a gander at it's own headers.
>
> In 5.0 and MX you can use the GetHttpRequestData() function to get all of
> the headers that SiteMinder sets.  I'm not sure what you'd need beyond
that,
> but in MX you have have the (woefully underdocumented) GetPageContext()
> function to play with.
>
> Jim Davis
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to