views:

333

answers:

2

Anyone know how to get Spring security openid on Google App Engine working? I tried it, but there is a java.security.AccessControlException: access denied error.

+2  A: 

The only workaround I'm aware of is using dyuproject rather than Spring Security.

Taylor Leese
This is the route I decided to go. It works great, and it is so much easier to set up than Spring Security too :).
Kyle
+1  A: 

I've posted a guide on how to get Spring Security / OpenID to work on GAE at http://technowobble.blogspot.com/2010/06/using-spring-securitys-openid.html.