Dear Haj,

Thank you for your reply.  I have no problem parcing the XML data.  I
just wanted to know HOW
I integrate my response into CAKEPHP's session and authenication model
so that it will call
this function instead,  whenever authenication is required

Example:

    New user arrives at site.  Normally a log-in screen would show.  I
need the fingerprint system
    to step in, get authenication and return the results.

    Time-out example:  User stays on one page to long.  Makes
request.  Session is expired.  Fingerprint
    module called.

Hopefully this explains what I am asking better.  Thank you for your
time

Joe West




On May 17, 1:23 pm, haj <[EMAIL PROTECTED]> wrote:
> If you create an interface to the XML in PHP, forgetting cakePHP, then
> integrate it in cakePHP. To keep the status learn the manual for the
> simlest auth sample using session. Then you may want to integrate it
> into ACL if the need be. CakePHP is not ready-to-go application which
> can do everything with "setup" but it's a framework which will ease
> low-level develpment IMHO..
>
> On May 17, 11:25 am, joe west <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi,
>
> > This is my first post to this group.  I am very impressed with PHPCAKE
> > framework and I believe that it has alot of the features that I need
> > for my current project.
>
> > My Problem:  I have a Biometrics Authenication system (fingerprint)
> > that will be used to log in to the site.
>
> > I have seen mention that other authenciations systems can be used with
> > PHPCAKE , but cannot find anything that will let me know how I would
> > need to set this up.
>
> > The biometrics system uses a Tomcat server that is seperate from the
> > Site Server (Apache 2.0).
> > It is a seperate call to the Tomcat server with XML return that is
> > parsed to validate the User.
>
> > It returns the user name and several other Identification info.  How
> > can  I utilize this for Time-out functions, the ACL system, and  new
> > authenication.
>
> > Any help would be appreciated.  Like I said I have researched
> > everything I can find and found nothing that would help me.
>
> > Thank you,
>
> > Joe West- Hide quoted text -
>
> - Show quoted text -


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to