Hi David,

I sadly have no public examples of this. However, I strongly recommend that you use a nightly RIFE snapshot since Steve totally refactored the authentication system so that you can really plug-in any can of manager more easily.

You'll have to implement https://svn.rifers.org/rife/trunk/src/ framework/com/uwyn/rife/authentication/SessionValidator.java and https://svn.rifers.org/rife/trunk/src/framework/com/uwyn/rife/ authentication/sessionvalidators/SessionValidatorFactory.java. After that, simply setting the authentication element property "sessionvalidatorfactory_class" to the class name of your new factory, should plug in your new session validator.

Let me know how it goes.

Take care,

Geert

On 07 Jan 2007, at 07:48, David HM Spector wrote:

Hi All,

Does anyone have any examples of writing sessionvalidators against 3rd party identity providers such as OpenID or Sixip?

What I'd like to do is be able to check to see if someone trying to log in has a local ID, or if I can validate them against a 3rd party source like Sixip, in order to a) auto create an account or b) let them log in once they're a user using Sixip (etc) a the auth source...

regards,
  David

--
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

Reply via email to