Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converted the OAuth consumer and SP sample web site projects to web ↵ | Andrew Arnott | 2010-04-18 | 18 | -2043/+0 |
| | | | | application projects. | ||||
* | Fixed OAuthServiceProvider sample's broken WCF authorization due to a ↵ | Andrew Arnott | 2010-04-18 | 6 | -44/+232 |
| | | | | missing nonce store. | ||||
* | Fixed possible unhandled exception during OAuth processing. | Andrew Arnott | 2010-02-01 | 1 | -24/+28 |
| | |||||
* | StyleCop fixes. | Andrew Arnott | 2009-11-12 | 1 | -0/+1 |
| | |||||
* | Fixed regression introduced in 8576d3e52d9 and added comment regarding how ↵ | Andrew Arnott | 2009-11-11 | 1 | -1/+4 |
| | | | | it's broken in some IIS configurations. | ||||
* | Fixed calculation of web root in the OAuth SP sample. | Andrew Arnott | 2009-11-10 | 1 | -1/+5 |
| | |||||
* | Merge branch 'v3.2' | Andrew Arnott | 2009-08-31 | 5 | -7/+45 |
|\ | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/Identifier.cs | ||||
| * | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-08-31 | 2 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs | ||||
| | * | 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! | ||||
* | | | Added IServiceProviderTokenManager.UpdateToken method. | Andrew Arnott | 2009-08-19 | 1 | -0/+4 |
|/ / | | | | | | | Fixes Trac #96. | ||||
* | | 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 | 2 | -0/+61 |
| | | | | | | | | 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 | 6 | -51/+164 |
| | | | | consumer queries. | ||||
* | OAuth SP now works with 1.0 Consumers correctly. | Andrew Arnott | 2009-06-08 | 5 | -8/+49 |
| | |||||
* | 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. | ||||
* | OAuth SP sample now correctly sets the ConsumerLabel field in the authorize ↵ | Andrew Arnott | 2009-04-25 | 1 | -0/+14 |
| | | | | page. | ||||
* | Split up ITokenManager into two derived interfaces to better fit Consumer ↵ | Andrew Arnott | 2009-04-08 | 2 | -3/+7 |
| | | | | and Service Provider scenarios. | ||||
* | Renamed OAuth sample sites. | Andrew Arnott | 2009-03-26 | 13 | -0/+1442 |