[cl-openid-devel] What happens after verification?
Leslie P. Polzer
leslie.polzer at gmx.net
Sun Jul 20 17:50:41 UTC 2008
> Use trailing slash:
Whoo, what a gotcha.
> At the moment (and the prototype will stay this way), the final result
> page for all authentication requests is the HTML page with reply
> details, no further redirections. If you wish to hack the possibility
> of integration into real site (I wouldn't recommend this), you can add
> keyword parameter CALLBACK and/or IMMEDIATE-CALLBACK to
> INITIATE-AUTHORIZATION (or just check if the IMMEDIATE-P is a function),
> push (cons :CALLBACK CALLBACK) to ID alist, and call appropriate element
> from the ID alist in either handler that calls HANDLE-INDIRECT-REPLY, or
> make HANDLE-OPENID-REQUEST call the callback if present. Before the
> refactoring, however, you are on your own and I don't recommend actually
> using this code as it is now. I may incorporate your patch into the
> prototype, but I will focus now on having the provider, refactoring and
> providing proper API.
Will check this out, thanks.
Leslie
More information about the cl-openid-devel
mailing list