ZF-6220: Open ID static hash
Description
Hello
We're trying to get a centralized authentication system for all our web applications with Zend_OpenID but we cannot easily achieve this task because of an existing password database encoded in blowfish.
We figure out that Zend_OpenId_Provider does a static md5 call before calling Zend_OpenId_Storage and that's why we cannot do that. We've patched the framework in order to move the hash or the encode process to the storage. That is the easier and the most generic solution we've found.
Please. consider the attached path
Comments
Posted by Lars Kneschke (lkneschke) on 2009-10-22T04:28:40.000+0000
I stumbled about the same issue.
Posted by Rob Allen (rob) on 2012-11-20T20:52:30.000+0000
Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".
Feel free to re-open and provide a patch if you want to fix this issue.