summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider/App_Code
Commit message (Collapse)AuthorAgeFilesLines
* Converted the OAuth consumer and SP sample web site projects to web ↵Andrew Arnott2010-04-1818-2043/+0
| | | | application projects.
* Fixed OAuthServiceProvider sample's broken WCF authorization due to a ↵Andrew Arnott2010-04-186-44/+232
| | | | missing nonce store.
* Fixed possible unhandled exception during OAuth processing.Andrew Arnott2010-02-011-24/+28
|
* StyleCop fixes.Andrew Arnott2009-11-121-0/+1
|
* Fixed regression introduced in 8576d3e52d9 and added comment regarding how ↵Andrew Arnott2009-11-111-1/+4
| | | | it's broken in some IIS configurations.
* Fixed calculation of web root in the OAuth SP sample.Andrew Arnott2009-11-101-1/+5
|
* Merge branch 'v3.2'Andrew Arnott2009-08-315-7/+45
|\ | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/Identifier.cs
| * Merge branch 'v3.1' into v3.2Andrew Arnott2009-08-312-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 Arnott2009-08-192-2/+2
| | |
| * | Fixed bug in OAuth Service Provider WCF sample where the service was using ↵Andrew Arnott2009-08-213-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 Arnott2009-08-191-0/+4
|/ / | | | | | | Fixes Trac #96.
* | Cleaned up WCF sample service a bit now that we have IPrincipal working.Andrew Arnott2009-06-232-8/+13
| |
* | OAuth WCF service sample now impersonates the original user in the thread's ↵Andrew Arnott2009-06-232-0/+61
| | | | | | | | current principal.
* | Added IServiceProviderAccessToken and added a method to get it on the ↵Andrew Arnott2009-06-232-2/+30
|/ | | | IServiceProviderTokenManager interface.
* 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-086-51/+164
| | | | consumer queries.
* OAuth SP now works with 1.0 Consumers correctly.Andrew Arnott2009-06-085-8/+49
|
* 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