summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider/App_Code
Commit message (Collapse)AuthorAgeFilesLines
* Fixed anomaly in sample dbml file.Andrew Arnott2009-06-071-1/+1
|
* OAuth SP and web consumer work under OAuth 1.0a.Andrew Arnott2009-06-074-4/+42
|
* Initial change to comply with OAuth 1.0a.Andrew Arnott2009-06-056-8/+55
| | | | | | Still need to come up with a plan to handle Consumers without callback, including mobile and set-top devices with limited keyboards. No tests yet. Limited thought given so far to interoperability with 1.0 vs. 1.0a.
* OAuth SP sample now correctly sets the ConsumerLabel field in the authorize ↵Andrew Arnott2009-04-251-0/+14
| | | | page.
* Split up ITokenManager into two derived interfaces to better fit Consumer ↵Andrew Arnott2009-04-082-3/+7
| | | | and Service Provider scenarios.
* Renamed OAuth sample sites.Andrew Arnott2009-03-2613-0/+1442