I am writing an authentication plugin against a web service that is a back end for my Plone site. I am following this example http://plone.org/documentation/kb/simple-plonepas-example and looking at the PluggableAuthService plugins code.
It is almost working. The fact is I need also a "namespace" input in the login form; I implemented it in the login form but I can't understand how to get its value into the 'credentials' parameter my plugin's authenticateCredentials method will look at and parse. I have implemented also the IExtractionPlugin interface in order to include the namespace in credentials but I didn't get the effect I want and I'm not sure of what I am doing. I feel I am close to the answer but I can't figure it out completely. Any suggestions? Thanks in advance! Andrea _______________________________________________ Product-Developers mailing list [email protected] https://lists.plone.org/mailman/listinfo/product-developers
