Basic Java OpenID Implementation

Brad Fitzpatrick brad at danga.com
Tue May 31 10:11:16 PDT 2005


Little note on the consumer implementation:  I entered "bradfitz.com" and
it passed "http://bradfitz.com" to my ID server, not the proper
"http://bradfitz.com/".  (need to add a "/" if there's no path component)


On Tue, 31 May 2005, Nathan D. Bowen wrote:

> I've been working on a Java implementation of both a consumer and an ID
> server.
>
> My goal is for the core stuff to be usable in existing webapps without
> editing the code. I've started defining the interfaces for that, but
> there are still things that are hard-coded. It's maybe halfway there.
>
> In the meantime, though, the project functions as a working example, and
> I suppose in a pinch it could be edited for use in "real life". Be
> warned -- there are definitely a couple of important checks that are
> currently being skipped, and performance is going to suffer until at
> least some things are cached.
>
> If anyone else on the list is working in Java and would like to test
> this stuff out (or even help with development), you can find all the
> source and a sample installation at:
>
>     http://www.idprism.org
>
> I'd love to hear any comments, questions, complaints, or suggestions.
>
> _______________________________________________
> yadis mailing list
> yadis at lists.danga.com
> http://lists.danga.com/mailman/listinfo/yadis
>
>


More information about the yadis mailing list