summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider
Commit message (Collapse)AuthorAgeFilesLines
* Added frame-busting code to OAuth SP sample.Andrew Arnott2009-11-171-1/+19
|
* Added to sample OAuthConsumerWcf to demonstrate calling our sample ↵Andrew Arnott2009-08-191-0/+3
| | | | OAuthServiceProvider.
* Fixed a couple of issues with the sample OAuth SP in handling desktop consumers.Andrew Arnott2009-08-192-2/+2
|
* Added request token TTL checking.Andrew Arnott2009-06-152-3/+7
| | | | Resolves Trac ticket #54.
* Locked down contract for when tokens are not found.Andrew Arnott2009-06-091-2/+6
|
* Fixed a couple of small bugs.Andrew Arnott2009-06-091-1/+1
|
* Refactored OAuth service provider interfaces to better suite token and ↵Andrew Arnott2009-06-087-52/+165
| | | | consumer queries.
* OAuth SP now works with 1.0 Consumers correctly.Andrew Arnott2009-06-087-17/+77
|
* 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.
* Added uri section declaration to web.config files of a few samples.Andrew Arnott2009-05-131-0/+1
|
* Made sure that IDN and IRI URI mode are turned on for all sample sites, and ↵Andrew Arnott2009-05-091-4/+19
| | | | added a comment indicating their importance for all web sites that use this library.
* StyleCop fixes.Andrew Arnott2009-04-301-1/+1
|
* Added XSS protection to OAuth SP sample.Andrew Arnott2009-04-292-0/+21
| | | | Resolves Trac ticket 43.
* OAuth SP sample now correctly sets the ConsumerLabel field in the authorize ↵Andrew Arnott2009-04-252-0/+15
| | | | page.
* Fixed build warning regarding .refresh files.Andrew Arnott2009-04-221-0/+0
|
* Decreases drop .zip file size from 12.6MB to 3.6MB by not deploying ↵Andrew Arnott2009-04-141-0/+0
| | | | | | redundant copies of binaries to all samples, while leaving samples compilable within VS2008. Fixes Trac ticket 12.
* Added default proxy use to all the samples.Andrew Arnott2009-04-091-0/+5
|
* Split up ITokenManager into two derived interfaces to better fit Consumer ↵Andrew Arnott2009-04-082-3/+7
| | | | and Service Provider scenarios.
* Restored missing project and assembly references in the samples.Andrew Arnott2009-03-261-0/+0
|
* Renamed OAuth sample sites.Andrew Arnott2009-03-2629-0/+1858