We had 3 apps that we needed to integrate using a single sign on.
Basically the solution was using cookies. You log in to only one spot, and
it creates some cookies that the other apps can see. The other apps check
for those cookies and automatically validate the user in however they do
it.
So whatever you're trying to integrate, needs to allow you some
flexibility when it comes to extending authentication of users.
> I have a CF4.5 application that is broken down into several services (for our
> client to pick and choose from) over the evolution of this product suite we
> incorporated 2 new services that were written in Lotus Notes/Domino 5. We are
> now planning to incorporate a BI reporting tool into the mix, so our users can
> design their own queries into our data warehouse. I am planning to move our CF
> users list to an LDAP server that will also be used by the BI tool. Domino will
> also sync its user list to the LDAP server. So now I have a single repository
> of usernames/passwords. So all 3 solutions will use Challenge/Response
> authentication (ie. you try to hit the main page and a dialog box pops up asking
> you for credentials. It is not a form with u/p fields and a submit button). My
> questions is how do I transparently push the username/password of the user that
> logged in to the CF app into the Domino app and the BI Tool app?
>
> Any advice would be greatly appreciated.
>
> Thanks,
> tom
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com