Is the normal_key and dumb_key supposed to be hard-coded?

Luke Shepard luke at lukeshepard.com
Mon Jul 14 15:38:05 PDT 2008


This is probably a stupid question, please let me know if I'm way off base.

I'm looking to implement an OpenID provider. The Janrain PHP library has a
hard-coded normal_key and dumb_key:

class Auth_OpenID_Signatory {

    // keys have a bogus server URL in them because the
filestore
    // really does expect that key to be a URL.  This seems a
little
    // silly for the server store, since I expect there to be only
one
    // server
URL.

    var $normal_key = 'http://localhost/|normal';
    var $dumb_key = 'http://localhost/|dumb';

Is this intended to be overridden by a Signatory object that I create? The
key should be the server URL of the Relying Party, right? Or am I
misunderstanding what this key is supposed to refer to?

Thanks,
Luke
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openidenabled.com/pipermail/dev/attachments/20080714/0d3d906c/attachment.html 


More information about the Dev mailing list