Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate OpenID into GlassFish?

I want to integrate OpenID as an authentication mechanism into GlassFish 3.1 (preview). The Development Guide says that JSR 196 could be used to implement custom authentication mechanisms like OpenID.

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

like image 711
deamon Avatar asked Nov 15 '22 13:11

deamon


1 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 that the same author posted last week.

like image 111
Pascal Thivent Avatar answered Dec 17 '22 02:12

Pascal Thivent