On 11/28/06, Adam Jones <[EMAIL PROTECTED]> wrote: > > Well, I have a decent start worked out, just need to figure out the > correct way to pass the information returned from a controller method > back into the identity provider's password validation so that can > complete. Anyone have ideas? > > -Adam >
You would be better off implementing it all in an identity provider. Take a look at SOProvider.py[1] and SAProvider.py[2] to see how it's done. [1]: http://trac.turbogears.org/turbogears/browser/tags/1.0b1/turbogears/identity/soprovider.py [2]: http://trac.turbogears.org/turbogears/browser/tags/1.0b1/turbogears/identity/saprovider.py -- Lee McFadden blog: http://www.splee.co.uk work: http://fireflisystems.com skype: fireflisystems --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

