Hi Geert, Thanks for your quick reply! I had looked at that example before, but I'm under the impression it solves a slightly different problem. The example illustrates how to get the login data from the user in a different fashion: namely by taking them from the HTTP header instead of having the user enter them in a form. It then uses MemoryUser to do the actual validation of credentials.
What I would like to do is replace MemoryUser by a different implementation that authenticates the user and password using a SOAP call to our web service. Is there a way to provide an alternative implementation to replace MemoryUser or DatabaseUser? Or am I misunderstanding something completely? Thanks for any hints, Lars > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Geert Bevin > Sent: 04 July 2006 18:13 > To: RIFE users list : questions, bug reports and suggestions. > Subject: Re: [Rife-users] Authentication with external source > > > Hi Lars, > > Sure, you can setup any kind of authentication that you can > think of, > as long as each different user is identified by a unique ID. Here is > an example that does regular HTTP authentication: http://rifers.org/ > wiki/display/RIFE/HTTP+authentication > > Hope this helps, > > Geert > > On 04 Jul 2006, at 17:58, Lars Grupe wrote: > > > Hi, > > > > I want to authenticate the users from an external source > (in my case a > > SOAP call). So I don't want to use Database users or Memory > users but > > I want use RIFE authentication. > > Is there a way to do that? > > > > Cheers, > > Lars > > > > P.S.: Thanks Geert for the last hint (link from subsite to another > > subsite). It works fine. > > _______________________________________________ > > Rife-users mailing list > > [email protected] > http://lists.uwyn.com/mailman/listinfo/rife> -users > > > > -- > Geert > Bevin > Uwyn "Use what you need" - > http://uwyn.com > RIFE Java application framework - http://rifers.org > Music and words - http://gbevin.com > > > _______________________________________________ > Rife-users mailing list > [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users > _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
