Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the unsupported defaultProxy setting from the web.config files. | Andrew Arnott | 2009-12-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-11-18 | 1 | -1/+19 |
|\ | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Strings.Designer.cs src/DotNetOpenAuth/Strings.resx | ||||
| * | Added frame-busting code to OAuth SP sample. | Andrew Arnott | 2009-11-17 | 1 | -1/+19 |
| | | |||||
* | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-08-31 | 3 | -2/+5 |
|\ \ | |/ | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs | ||||
| * | Added to sample OAuthConsumerWcf to demonstrate calling our sample ↵ | Andrew Arnott | 2009-08-19 | 1 | -0/+3 |
| | | | | | | | | OAuthServiceProvider. | ||||
| * | Fixed a couple of issues with the sample OAuth SP in handling desktop consumers. | Andrew Arnott | 2009-08-19 | 2 | -2/+2 |
| | | |||||
* | | Fixed bug in OAuth Service Provider WCF sample where the service was using ↵ | Andrew Arnott | 2009-08-21 | 3 | -5/+43 |
| | | | | | | | | | | | | the identity of the logged in user rather than the identity authenticated by the service (OAuth) to look up the data. Resolves trac #114. Thanks Steven L-P for reporting this! | ||||
* | | Cleaned up WCF sample service a bit now that we have IPrincipal working. | Andrew Arnott | 2009-06-23 | 2 | -8/+13 |
| | | |||||
* | | OAuth WCF service sample now impersonates the original user in the thread's ↵ | Andrew Arnott | 2009-06-23 | 3 | -1/+64 |
| | | | | | | | | current principal. | ||||
* | | Added IServiceProviderAccessToken and added a method to get it on the ↵ | Andrew Arnott | 2009-06-23 | 2 | -2/+30 |
|/ | | | | IServiceProviderTokenManager interface. | ||||
* | Added request token TTL checking. | Andrew Arnott | 2009-06-15 | 2 | -3/+7 |
| | | | | Resolves Trac ticket #54. | ||||
* | Locked down contract for when tokens are not found. | Andrew Arnott | 2009-06-09 | 1 | -2/+6 |
| | |||||
* | Fixed a couple of small bugs. | Andrew Arnott | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | Refactored OAuth service provider interfaces to better suite token and ↵ | Andrew Arnott | 2009-06-08 | 7 | -52/+165 |
| | | | | consumer queries. | ||||
* | OAuth SP now works with 1.0 Consumers correctly. | Andrew Arnott | 2009-06-08 | 7 | -17/+77 |
| | |||||
* | Fixed anomaly in sample dbml file. | Andrew Arnott | 2009-06-07 | 1 | -1/+1 |
| | |||||
* | OAuth SP and web consumer work under OAuth 1.0a. | Andrew Arnott | 2009-06-07 | 4 | -4/+42 |
| | |||||
* | Initial change to comply with OAuth 1.0a. | Andrew Arnott | 2009-06-05 | 6 | -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 Arnott | 2009-05-13 | 1 | -0/+1 |
| | |||||
* | Made sure that IDN and IRI URI mode are turned on for all sample sites, and ↵ | Andrew Arnott | 2009-05-09 | 1 | -4/+19 |
| | | | | added a comment indicating their importance for all web sites that use this library. | ||||
* | StyleCop fixes. | Andrew Arnott | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | Added XSS protection to OAuth SP sample. | Andrew Arnott | 2009-04-29 | 2 | -0/+21 |
| | | | | Resolves Trac ticket 43. | ||||
* | OAuth SP sample now correctly sets the ConsumerLabel field in the authorize ↵ | Andrew Arnott | 2009-04-25 | 2 | -0/+15 |
| | | | | page. | ||||
* | Fixed build warning regarding .refresh files. | Andrew Arnott | 2009-04-22 | 1 | -0/+0 |
| | |||||
* | Decreases drop .zip file size from 12.6MB to 3.6MB by not deploying ↵ | Andrew Arnott | 2009-04-14 | 1 | -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 Arnott | 2009-04-09 | 1 | -0/+5 |
| | |||||
* | Split up ITokenManager into two derived interfaces to better fit Consumer ↵ | Andrew Arnott | 2009-04-08 | 2 | -3/+7 |
| | | | | and Service Provider scenarios. | ||||
* | Restored missing project and assembly references in the samples. | Andrew Arnott | 2009-03-26 | 1 | -0/+0 |
| | |||||
* | Renamed OAuth sample sites. | Andrew Arnott | 2009-03-26 | 29 | -0/+1858 |