summaryrefslogtreecommitdiffstats
path: root/samples/OAuthClient/Service References
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
* Adjusted OAuth 2.0 resource server's port number so as to not conflict with ↵Andrew Arnott2012-03-226-16/+16
| | | | OAuth 1.0 service provider sample.
* The OAuthClient, OAuthResourceServer and OAuthAuthorizationServer samples ↵Andrew Arnott2010-08-019-8/+8
| | | | now work!
* Split the OAuthServiceProvider sample into two samples: ↵Andrew Arnott2010-07-319-0/+732
OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.