summaryrefslogtreecommitdiffstats
path: root/samples/OAuthConsumerWpf/MainWindow.xaml.cs
Commit message (Expand)AuthorAgeFilesLines
* Lots of StyleCop fixes.Andrew Arnott2013-03-261-1/+1
* Switch to use HttpClient for OAuth 2 authorized call.Andrew Arnott2013-03-021-16/+6
* Fixed up WebAPI sample so it works with anonymous clients.Andrew Arnott2013-03-021-0/+1
* Removes trivial nonce store implementation from WebAPI sample.Andrew Arnott2013-03-021-1/+1
* Fixes build breaks everywhere exception DNOA.AspNet.Andrew Arnott2013-03-021-54/+25
* Adds a WebAPI sample that is its own authorization server and resource server.Andrew Arnott2013-03-011-0/+1
* Removes ConsumerBase.PrepareAuthorizedRequestAsync methods.Andrew Arnott2013-02-201-14/+19
* Fixed a bunch more samples.Andrew Arnott2013-01-231-26/+29
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-3/+3
* Added a web browser control to facilitate OAuth 2 client authorization.Andrew Arnott2011-06-281-7/+8
* OAuth 2 Authorization Server no longer accepts authorization code requests fr...Andrew Arnott2011-06-251-1/+1
* Updated OAuthConsumerWpf WCF tab sample to work with OAuth 2.0 service.Andrew Arnott2011-06-251-26/+13
* Multiple client callback URLs are now supported.Andrew Arnott2010-07-301-10/+10
* Smoothing out some rough edges in OAuth code.Andrew Arnott2010-07-231-2/+4
* Merge branch 'v3.4' into oauth2Andrew Arnott2010-07-211-23/+23
|\
| * StyleCop fixes that only appeared when building at the command line.Andrew Arnott2010-07-201-22/+22
| * Removed C# 4 usage from samples so they build under VS2008.Andrew Arnott2010-07-191-1/+1
* | Changed the public API for OAuth 2.0 scope from a space-delimited string to a...Andrew Arnott2010-07-191-1/+1
* | Minor sample adjustment.Andrew Arnott2010-07-181-3/+14
* | Trimmed out some excess client sample code.Andrew Arnott2010-07-181-12/+4
* | Renamed some WRAP terms to oauth2Andrew Arnott2010-07-181-24/+13
* | Lots of work toward OAuth 2.0 in project templates and OAuthConsumerWpf sample.Andrew Arnott2010-07-141-1/+9
* | Fix build break.Andrew Arnott2010-07-101-1/+1
* | Got the OAuthConsumerWpf sample working with Facebook OAuth 2.0 again.Andrew Arnott2010-07-061-3/+1
* | Renamed the OAuthWrap namespaces to be OAuth2.Andrew Arnott2010-06-251-3/+3
* | Lots of StyleCop work, and one bug fix (can you find it? <g>)Andrew Arnott2010-06-071-2/+1
* | User Agent flow client now works.Andrew Arnott2010-06-051-3/+38
* | More work toward a working authorization server.Andrew Arnott2010-05-311-0/+6
* | Merge branch 'v3.4' into oauthWRAPAndrew Arnott2010-05-171-1/+1
|\ \ | |/
| * Fixed broken link to the OAuthServiceProvider sample from the OAuthConsumerWP...Andrew Arnott2010-05-091-1/+1
* | Added an non-functional WRAP tab to the OAuthConsumer client sample.Andrew Arnott2010-02-221-0/+3
|/
* Eliminated a couple of compiler warnings.Andrew Arnott2009-12-011-1/+1
* Fixed message box owner.Andrew Arnott2009-11-131-2/+2
* Fixed a bunch of bugs in the project template's oauth sp implementation.Andrew Arnott2009-11-121-0/+49
* Added to sample OAuthConsumerWcf to demonstrate calling our sample OAuthServi...Andrew Arnott2009-08-191-12/+79
* OAuthConsumerWpf now works with OAuth 1.0a as well.Andrew Arnott2009-06-071-34/+19
* Added X.509 certificate use as an option to the OAuthConsumerWpf sample.Andrew Arnott2009-04-091-1/+11
* StyleCop fixes.Andrew Arnott2009-04-091-4/+1
* Moved OAuth consumer WPF sample's consumer key and secret into its app.config...Andrew Arnott2009-04-091-2/+7
* Split up ITokenManager into two derived interfaces to better fit Consumer and...Andrew Arnott2009-04-081-2/+1
* Renamed ConsumerWpf sample to OAuthConsumerWpf.Andrew Arnott2009-03-261-0/+90