Exactly. That's my idea... I have an Android application that is a companion to a website/service built with Spring (including Spring Social and Spring Security). My idea was to use the Spring Social...
Type: Posts; User: petersaints; Keyword(s):
Exactly. That's my idea... I have an Android application that is a companion to a website/service built with Spring (including Spring Social and Spring Security). My idea was to use the Spring Social...
Is it possible to get the underlying access tokens being managed by Spring Social for each of the connections?
For example, imagine that I have a Facebook account added to a user through Spring...
But SocialAuthenticationFilter can also be used to do sign up in case the user hasn't connected the account yet? Just like described in...
Answering myself... My Oauth2 base configuration was made by a Roo addon so it added another authorization-server element in webmvc-config.xml. I wasn't aware of that, but after the previous edit in...
I'm trying to set my project to use JdbcAuthorizationCodeService. I have set it as the following:
<beans:bean id="authorizationCodeServices" c:dataSource-ref="dataSource"...
Thanks this mostly works. The only problem I have now is that I wish I could have a default persistenceUnit. Now I have to add an annotation to every class I have so far so that it knows which...
I'm having a problem trying to figure out how to use multiple databases in the same Roo project. In this case, I need multiple entities mapped to database tables, however the tables will not be...
Exactly. I thought that might work. Today I was able to configure the Spring WS Tutorial to use Spring Security In Memory implementation. I haven't tried OAuth yet... but a doubt arises. OAuth makes...
Is it possible to secure Spring Webservices with Spring Security OAuth? I've read somewhere (http://static.springsource.org/spring-ws/site/reference/html/security.html#d5e2241) that Spring Security...