-
Dec 19th, 2011, 04:33 PM
#1
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....
-
Dec 20th, 2011, 05:27 AM
#2
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?
-
Dec 20th, 2011, 08:24 AM
#3
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
-
Dec 20th, 2011, 08:30 AM
#4
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
-
Forum Rules