summaryrefslogtreecommitdiffstats
path: root/samples/OAuthConsumer/Service References/SampleServiceProvider/Reference.cs
Commit message (Collapse)AuthorAgeFilesLines
* Migrate all samples to target .NET 4.0 and use IIS Express (where available).Andrew Arnott2012-04-021-1/+1
| | | | | | InfoCardRelyingParty sample left out because it seems to cause input validation trouble. Fixes #108
* Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so thatAndrew Arnott2012-02-021-0/+67
| | | | | | they work here. Fixes #64
* Split the OAuthServiceProvider sample into two samples: ↵Andrew Arnott2010-07-311-67/+0
| | | | | | OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.
* Converted the OAuth consumer and SP sample web site projects to web ↵Andrew Arnott2010-04-181-0/+67
application projects.