summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider
Commit message (Collapse)AuthorAgeFilesLines
* Removed the unsupported defaultProxy setting from the web.config files.Andrew Arnott2009-12-151-1/+1
|
* Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-181-1/+19
|\ | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Strings.Designer.cs src/DotNetOpenAuth/Strings.resx
| * Added frame-busting code to OAuth SP sample.Andrew Arnott2009-11-171-1/+19
| |
* | Merge branch 'v3.1' into v3.2Andrew Arnott2009-08-313-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 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
| |
* | 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!
* | 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-233-1/+64
| | | | | | | | 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-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