Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 368872

Summary: Create webapp framework for writing OAuth providers
Product: [Technology] Lyo Reporter: Samuel Padgett <samuel.padgett>
Component: ServerAssignee: Samuel Padgett <samuel.padgett>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: fiedler.mf, samuel.padgett
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=360178
https://bugs.eclipse.org/bugs/show_bug.cgi?id=360188
Whiteboard:

Description Samuel Padgett CLA 2012-01-17 15:00:37 EST
In order to help OSLC implementations add OAuth support, we should provide a framework that makes OAuth straight-forward. The initial implementation can focus on managing OAuth tokens, authentication, and validating requests. Later we can add support for managing OAuth consumers.
Comment 1 Samuel Padgett CLA 2012-01-17 16:10:22 EST
pull request: https://github.com/eclipse/lyo.server/pull/5
commit: https://github.com/eclipse/lyo.server/commit/b8ec0d884875d7e85f0b1c8ba772966ec55f6d27

I wrote all this code and have the rights to contribute it to Eclipse under the eclipse.org web site terms of use.
Comment 2 Samuel Padgett CLA 2012-01-19 13:36:21 EST
I made two additional commits to fix issues I found implementing Bug 360178.

https://github.com/spadgett/lyo.server/commit/5b741842255ac7b0deec9dce4f99f1bdb54cce0e
https://github.com/spadgett/lyo.server/commit/da4e0c7aa0b99a8906b0bf66ec2c65fbd670af45

I wrote all this code and have the rights to contribute it to Eclipse under the eclipse.org web site terms of use.
Comment 4 Samuel Padgett CLA 2013-05-23 09:13:10 EDT
Closing...