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.
views:
333answers:
2
+2
A:
The only workaround I'm aware of is using dyuproject rather than Spring Security.
Taylor Leese
2010-02-01 22:21:54
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
2010-02-02 03:12:48
+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.