summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider/Code/OAuthAuthorizationManager.cs
Commit message (Collapse)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-1/+2
|
* Fixes up WCF OAuth 1 samples.Andrew Arnott2013-02-101-0/+1
|
* More fixesAndrew Arnott2013-01-241-29/+29
|
* Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so thatAndrew Arnott2012-02-021-0/+65
| | | | | | they work here. Fixes #64
* Split the OAuthServiceProvider sample into two samples: ↵Andrew Arnott2010-07-311-79/+0
| | | | | | OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.
* Stripping OAuth 1.0 support from the OAuthServiceProvider sample.Andrew Arnott2010-07-221-25/+7
|
* Changed the public API for OAuth 2.0 scope from a space-delimited string to ↵Andrew Arnott2010-07-191-3/+3
| | | | a HashSet<string>
* Got the OAuthConsumerWpf sample working with Facebook OAuth 2.0 again.Andrew Arnott2010-07-061-3/+7
|
* Renamed the OAuthWrap namespaces to be OAuth2.Andrew Arnott2010-06-251-1/+1
|
* Lots of StyleCop work, and one bug fix (can you find it? <g>)Andrew Arnott2010-06-071-5/+4
|
* OAuth 2.0 web flow now works, client, auth server, and resource server, in ↵Andrew Arnott2010-06-021-12/+41
| | | | | | the sample! Yay.
* Fixed whitespace.Andrew Arnott2010-06-021-2/+2
|
* Updated OAuth C and SP samples to use standard WAP namespaces.Andrew Arnott2010-04-191-49/+51
|
* Converted the OAuth consumer and SP sample web site projects to web ↵Andrew Arnott2010-04-181-0/+63
application projects.