How to integrate OpenID into GlassFish?

I want to integrate OpenID as an authentication mechanism in GlassFish 3.1 (preview). The development guide says that JSR 196 can be used to implement custom authentication mechanisms such as OpenID.

Is there already an OpenID authenticator for GlassFish matching JSR 196? Or is there a tutorial on how to write one (somewhere in the blogosphere)?

+5
source share
3 answers

For another implementation based on the less experimental OpenID4Java (at least I think so, the OpenID extension is still in alpha and is clearly less widely used than OpenID4Java), see OpenID ServerAuthModule (JSR-196) with OpenID4Java , which is the same author published last week.

+1
source

You can use the OpenID OpenSSO extension . Here is a blog about it (note that it exists in 3 parts): Part I , Part II , Part III .

: ( 8081), .

0

There is an even easier way to do this - using Authentic Roast. . I wrote my own OpenID authenticator connected to glass 3 and it works great!

0
source

All Articles