@Dave
The specific resource server I'm working with returns a token response with with non standard 'accept application/x-javascript' only. That's why application/json would not work for me.
...
Type: Posts; User: headz68; Keyword(s):
@Dave
The specific resource server I'm working with returns a token response with with non standard 'accept application/x-javascript' only. That's why application/json would not work for me.
...
I was successfully able to implement an AbstractAuthenticationProcessingFilter using your example. I'm able to pull user data from the resource server, create the user on our external user management...
Thank you for your reply Dave! After learning a little more detail about OAuth2 vs other mechanisms like CAS or OpenId, I've come up with a plan. My customer only provides OAuth2 services so using...
I have a requirement from a customer to use an Oauth2 client not only for resource access but also as a single sign on mechanism. I'm using Spring 3.1.1, Security 3.1.0, and OAuth 1.0.0.M6. The...
I am about to implement an OAuth2 client solution in a legacy application using mvc version 2.5.6 and security version 2.0.4. Is this possible or will I need to upgrade?
Is is possible? For example, can I access a variable from build.properties in servlet.xml?
Somewhat of a newb to Spring so forgive me if I don't make sense.
Here's my problem:
I have a wizard with 4 pages. I created a formBacking object which has a java.util.List property that...