Results 1 to 4 of 4

Thread: Spring OAuth vs Google OAuth 2.0 for Installed Applications

Hybrid View

  1. #1

    Default Spring OAuth vs Google OAuth 2.0 for Installed Applications

    One of my requirement is to support the following functionality which Google OAuth2 has it....

    http://code.google.com/apis/accounts...talledApp.html

    Returning the authorization code to the resource owner

    is there anyway I can implement this using spring oauth without a lot of custom code....



    Thanks in advance....

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    What do you mean by "vs" in the thread subject? You want to implement a clone of the Google Authorization Server using SpringSecurity OAuth as a provider? Or you want to consume the existing Google server using Spring Security OAuth as a client?

  3. #3

    Default Implement a clone of the Google Authorization Server using Spring OAuth as a provide

    Sorry for the "vs" since I don't want to compare the two (I guess, Spring OAuth/OAuth2 is an API implementation of the protocol, and google OAuth is their custom implementation of the same protocol/OAuth2)

    Yes, I want want to implement a clone of the Google Authorization Server using SpringSecurity OAuth as a provider?

    Thanks

  4. #4
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    Interesting. I guess maybe if you inject a custom RedirectResolver into the AuthorizationEndpoint it might be enough? There's no support for that in the namespace right now, but if you get it working with a bean definition for the AE then we will know what to do.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •