Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved all the OAuth classes into its own namespace in preparation to ↵ | Andrew Arnott | 2008-11-03 | 1 | -397/+0 |
| | | | | receiving DotNetOpenId merge. | ||||
* | Renamed all the OAuth message types. | Andrew Arnott | 2008-11-02 | 1 | -25/+25 |
| | |||||
* | StyleCop fixes. | Andrew Arnott | 2008-11-01 | 1 | -16/+22 |
| | |||||
* | Hugely refactored ServiceProvider and Consumer classes. | Andrew Arnott | 2008-11-01 | 1 | -72/+89 |
| | | | | Messages are now exposed in the method signatures instead of raw Response instances. | ||||
* | Made the Channel on the Service Provider public in preparation for some ↵ | Andrew Arnott | 2008-11-01 | 1 | -5/+23 |
| | | | | refactoring. | ||||
* | Refactored messages to try to simplify their uses and try to hide ↵ | Andrew Arnott | 2008-10-09 | 1 | -4/+1 |
| | | | | information from areas that don't need it. | ||||
* | Renamed a few OAuth messages and a few more methods. | Andrew Arnott | 2008-10-09 | 1 | -17/+17 |
| | |||||
* | Moved SigningVerificationCallback handling to the OAuthChannel. | Andrew Arnott | 2008-10-08 | 1 | -21/+11 |
| | |||||
* | Added strong-typed request token message to sample. | Andrew Arnott | 2008-10-07 | 1 | -3/+16 |
| | | | | | This proves that messages can be derived from and tailored to provide type-safe additions where the OAuth protocol permits it. As can be seen, several more types and members had to be made public for this to work. | ||||
* | ITokenManager.StoreNewRequestToken now takes both request and response ↵ | Andrew Arnott | 2008-10-06 | 1 | -1/+1 |
| | | | | | | parameters. Fixes one TODO item. | ||||
* | Added specific authorization to sample for allowing limited access. | Andrew Arnott | 2008-10-06 | 1 | -1/+1 |
| | |||||
* | Added some facility for working with WCF services. | Andrew Arnott | 2008-10-04 | 1 | -14/+82 |
| | |||||
* | Documented all members... StyleCop is now happy. | Andrew Arnott | 2008-10-02 | 1 | -16/+118 |
| | |||||
* | More public API work. | Andrew Arnott | 2008-10-02 | 1 | -2/+2 |
| | |||||
* | Exposed more message types to enable Service Provider scenarios. | Andrew Arnott | 2008-10-02 | 1 | -34/+45 |
| | |||||
* | Public API work. | Andrew Arnott | 2008-10-02 | 1 | -4/+4 |
| | |||||
* | StyleCop work and adding support for including extra parameters where the ↵ | Andrew Arnott | 2008-10-02 | 1 | -2/+5 |
| | | | | spec allows it. | ||||
* | Split up the two OAuth message type providers into Consumer and Service ↵ | Andrew Arnott | 2008-10-02 | 1 | -1/+1 |
| | | | | | | Provider classes so they could actually work correctly.. Added Try methods to read messages that might not be there without throwing exceptions. | ||||
* | Removed the queue/dequeue methodology of queued responses. Now the methods ↵ | Andrew Arnott | 2008-10-02 | 1 | -8/+7 |
| | | | | | | that generate them return them. Besides simplifying the API somewhat, this change allows for Consumer, ServiceProvider and Channel classes to be entirely threadsafe and reusable. | ||||
* | Refactored ServiceProviderEndpoints into ServiceProviderDescription and made ↵ | Andrew Arnott | 2008-09-28 | 1 | -8/+8 |
| | | | | several classes and interfaces public. | ||||
* | Removed hard-coded signing modules. | Andrew Arnott | 2008-09-28 | 1 | -5/+2 |
| | |||||
* | Appendix scenario test passing (again), this time with HMAC signing of HTTP ↵ | Andrew Arnott | 2008-09-28 | 1 | -5/+0 |
| | | | | requests. | ||||
* | Added SigningBindingElementChain class to enable the use of several signers ↵ | Andrew Arnott | 2008-09-27 | 1 | -1/+5 |
| | | | | based on the situation. | ||||
* | Fixed incoming OAuth message type discernment. | Andrew Arnott | 2008-09-26 | 1 | -1/+1 |
| | |||||
* | Added capability to send the final authorized request for protected resources. | Andrew Arnott | 2008-09-26 | 1 | -0/+13 |
| | |||||
* | Added check so that unauthorized request tokens cannot be exchanged for ↵ | Andrew Arnott | 2008-09-25 | 1 | -0/+9 |
| | | | | access tokens. | ||||
* | Fixed lots of StyleCop issues and refacted Consumer/Service Provider a bit. | Andrew Arnott | 2008-09-25 | 1 | -15/+24 |
| | |||||
* | Added enough token management that the Appendix A scenario test is passing ↵ | Andrew Arnott | 2008-09-25 | 1 | -48/+39 |
| | | | | again. | ||||
* | Added facility for SPs to inject extra information into messages prior to ↵ | Andrew Arnott | 2008-09-24 | 1 | -1/+1 |
| | | | | signature verification. | ||||
* | Added a scenario test from Appendix A (incomplete but passing so far). | Andrew Arnott | 2008-09-24 | 1 | -3/+86 |
| | | | | Included in this change are a lot of fixes and additional implementation. | ||||
* | Implementing and refactoring ServiceProvider and Consumer classes. | Andrew Arnott | 2008-09-23 | 1 | -8/+9 |
| | | | | Beginning to write a test for the spec's appendix A scenario. | ||||
* | Added the 7 OAuth message types. | Andrew Arnott | 2008-09-21 | 1 | -0/+8 |
| | |||||
* | Lots of StyleCop changes. | Andrew Arnott | 2008-09-01 | 1 | -10/+25 |
| | |||||
* | Added some basic classes, message serialization and some unit tests. | Andrew Arnott | 2008-09-01 | 1 | -0/+48 |