Mobile/Web-App can get Access-Token directly from third party auth server, and then send it to our application server. But our application server can only check this token against local (distributed)...
Type: Posts; User: akorotenko; Keyword(s):
Mobile/Web-App can get Access-Token directly from third party auth server, and then send it to our application server. But our application server can only check this token against local (distributed)...
Hi,
Does oauth2RestTemplate or access token providers support validate token request?
Is validation request part of the OAuth2 standard?
Here is the flow:
1. Mobile/Web-App authenticated...
The same question...
it would be great for some cases
Yes... probably OAuth2RestTemplate... just ClientTokenServices produces the same gap with created in runtime restTemplate - infinite loop of redirect requests...
The main problem - I need to...
Hi,
Can someone guide me with OAuth2RestTemplate for "stateless" services?
OAuth2RestTemplate keeps obtained token in OAuth2ClientContext or in ClientTokenServices (in AccessTokenProviderChain)...
Yep, I like such answers :)
If you don't like our bad documentation - try to understand everything and write your own
+1
Not sure, but I think oAuth2RestTemplate can't be singletone... rather session or request scope
(bad documented area... big minus to Spring :( )
Hi, does it work with JPA?
I've tried ChainedTransactionManager with org.springframework.orm.hibernate3.HibernateTransactionManager but it works only with "read" operations. Any attempt to write...
similar problem
I use spring data for neo4j but also JackRabbit...
neo4j-lucene-index:1.5 uses lucene 3.0.1... JackRabbit needs lucene 2.4.1
Probably that's the my problem... but have no...
I've also faced with this problem.
We are writing jobs configurator, so I prefer to set a lot of parameters by myself.
You can define StepFactoryBean
<bean id="factoryBean"...
Yep, 2011 and no any news about JSR 283 and spring support...
Does anybody know are this pair still live together?? :confused: