Hi,

Using OAuth Java library that was contributed by John Kristian,
Praveen Alavilli and Dirk Balfanz,
I developed OAuth Provider Extension module for Zimbra and posted that
to Zimbra Community.
(http://www.zimbra.com/forums/developers/35150-oauth-provider-
extension-zcs6-0-a.html)

I really appreciate you guy's effort for OAuth Java library. Thank you
all!

But the extension is only for OAuth 1.0a so far, so I want to make
that for OAuth 2.0.
As first step for that, I start working on  OAuth Java library's
enhancement for OAuth 2.0 provider.

I think that outline of the enhancement can be like below.
Am I on the right track for the enhancement??
Or is threre more straight way to the goal??
Let me know your idea.

(outline)
1, I will modify OAuth.java and add OAuth 2.0 parameter in it.
2, I will create new class OAuthClient.java which is actually the
counterpart of OAuthConsumer.java in OAuth 1.0.
3, I will modify OAuthAccessor.java and make it handle OAuthClient
instance and others such as authorization code, access token, and
refresh token.

Of course, I maybe have to create SampleOAuthProvider.java and
SimpleOAuthValidator.java for OAuth 2.0.

Thank you,

yutaka

-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to oa...@googlegroups.com.
To unsubscribe from this group, send email to 
oauth+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/oauth?hl=en.

Reply via email to