Search:

Type: Posts; User: headz68; Keyword(s):

Search: Search took 0.04 seconds.

  1. @Dave The specific resource server I'm working...

    @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.
    ...
  2. Working!

    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...
  3. Thank you for your reply Dave! After learning a...

    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...
  4. Oauth2 client for single sign on and pre authenticaion

    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...
  5. Is 1.0.0.M6 compitible with Spring Security 2.0.4 and MVC 2.5.6?

    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?
  6. Spring MVC 2.5 How to access build.properties variables in a servlet config file

    Is is possible? For example, can I access a variable from build.properties in servlet.xml?
  7. abstractWizardFormController formBacking object issue

    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...
Results 1 to 7 of 7