Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lots of StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | Switch to use HttpClient for OAuth 2 authorized call. | Andrew Arnott | 2013-03-02 | 1 | -16/+6 |
| | |||||
* | Fixed up WebAPI sample so it works with anonymous clients. | Andrew Arnott | 2013-03-02 | 1 | -0/+1 |
| | |||||
* | Removes trivial nonce store implementation from WebAPI sample. | Andrew Arnott | 2013-03-02 | 1 | -1/+1 |
| | |||||
* | Fixes build breaks everywhere exception DNOA.AspNet. | Andrew Arnott | 2013-03-02 | 1 | -54/+25 |
| | |||||
* | Adds a WebAPI sample that is its own authorization server and resource server. | Andrew Arnott | 2013-03-01 | 1 | -0/+1 |
| | |||||
* | Removes ConsumerBase.PrepareAuthorizedRequestAsync methods. | Andrew Arnott | 2013-02-20 | 1 | -14/+19 |
| | | | | HttpClient, full steam ahead. | ||||
* | Fixed a bunch more samples. | Andrew Arnott | 2013-01-23 | 1 | -26/+29 |
| | |||||
* | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 1 | -3/+3 |
| | |||||
* | Added a web browser control to facilitate OAuth 2 client authorization. | Andrew Arnott | 2011-06-28 | 1 | -7/+8 |
| | |||||
* | OAuth 2 Authorization Server no longer accepts authorization code requests ↵ | Andrew Arnott | 2011-06-25 | 1 | -1/+1 |
| | | | | from clients with empty secrets. | ||||
* | Updated OAuthConsumerWpf WCF tab sample to work with OAuth 2.0 service. | Andrew Arnott | 2011-06-25 | 1 | -26/+13 |
| | |||||
* | Multiple client callback URLs are now supported. | Andrew Arnott | 2010-07-30 | 1 | -10/+10 |
| | | | | And some StyleCop cleanup. | ||||
* | Smoothing out some rough edges in OAuth code. | Andrew Arnott | 2010-07-23 | 1 | -2/+4 |
| | |||||
* | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-07-21 | 1 | -23/+23 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj projecttemplates/RelyingPartyLogic/CreateDatabase.sql samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthChannel.cs src/version.txt | ||||
| * | StyleCop fixes that only appeared when building at the command line. | Andrew Arnott | 2010-07-20 | 1 | -22/+22 |
| | | |||||
| * | Removed C# 4 usage from samples so they build under VS2008. | Andrew Arnott | 2010-07-19 | 1 | -1/+1 |
| | | |||||
* | | Changed the public API for OAuth 2.0 scope from a space-delimited string to ↵ | Andrew Arnott | 2010-07-19 | 1 | -1/+1 |
| | | | | | | | | a HashSet<string> | ||||
* | | Minor sample adjustment. | Andrew Arnott | 2010-07-18 | 1 | -3/+14 |
| | | |||||
* | | Trimmed out some excess client sample code. | Andrew Arnott | 2010-07-18 | 1 | -12/+4 |
| | | |||||
* | | Renamed some WRAP terms to oauth2 | Andrew Arnott | 2010-07-18 | 1 | -24/+13 |
| | | |||||
* | | Lots of work toward OAuth 2.0 in project templates and OAuthConsumerWpf sample. | Andrew Arnott | 2010-07-14 | 1 | -1/+9 |
| | | | | | | | | The WebFormsRelyingParty now works with the sample WPF OAuth client in a modified user-agent mode. | ||||
* | | Fix build break. | Andrew Arnott | 2010-07-10 | 1 | -1/+1 |
| | | |||||
* | | Got the OAuthConsumerWpf sample working with Facebook OAuth 2.0 again. | Andrew Arnott | 2010-07-06 | 1 | -3/+1 |
| | | |||||
* | | Renamed the OAuthWrap namespaces to be OAuth2. | Andrew Arnott | 2010-06-25 | 1 | -3/+3 |
| | | |||||
* | | Lots of StyleCop work, and one bug fix (can you find it? <g>) | Andrew Arnott | 2010-06-07 | 1 | -2/+1 |
| | | |||||
* | | User Agent flow client now works. | Andrew Arnott | 2010-06-05 | 1 | -3/+38 |
| | | |||||
* | | More work toward a working authorization server. | Andrew Arnott | 2010-05-31 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'v3.4' into oauthWRAP | Andrew Arnott | 2010-05-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed broken link to the OAuthServiceProvider sample from the ↵ | Andrew Arnott | 2010-05-09 | 1 | -1/+1 |
| | | | | | | | | OAuthConsumerWPF sample after making the SP a .csproj based web project. | ||||
* | | Added an non-functional WRAP tab to the OAuthConsumer client sample. | Andrew Arnott | 2010-02-22 | 1 | -0/+3 |
|/ | |||||
* | Eliminated a couple of compiler warnings. | Andrew Arnott | 2009-12-01 | 1 | -1/+1 |
| | |||||
* | Fixed message box owner. | Andrew Arnott | 2009-11-13 | 1 | -2/+2 |
| | |||||
* | Fixed a bunch of bugs in the project template's oauth sp implementation. | Andrew Arnott | 2009-11-12 | 1 | -0/+49 |
| | |||||
* | Added to sample OAuthConsumerWcf to demonstrate calling our sample ↵ | Andrew Arnott | 2009-08-19 | 1 | -12/+79 |
| | | | | OAuthServiceProvider. | ||||
* | OAuthConsumerWpf now works with OAuth 1.0a as well. | Andrew Arnott | 2009-06-07 | 1 | -34/+19 |
| | |||||
* | Added X.509 certificate use as an option to the OAuthConsumerWpf sample. | Andrew Arnott | 2009-04-09 | 1 | -1/+11 |
| | |||||
* | StyleCop fixes. | Andrew Arnott | 2009-04-09 | 1 | -4/+1 |
| | |||||
* | Moved OAuth consumer WPF sample's consumer key and secret into its ↵ | Andrew Arnott | 2009-04-09 | 1 | -2/+7 |
| | | | | app.config file. | ||||
* | Split up ITokenManager into two derived interfaces to better fit Consumer ↵ | Andrew Arnott | 2009-04-08 | 1 | -2/+1 |
| | | | | and Service Provider scenarios. | ||||
* | Renamed ConsumerWpf sample to OAuthConsumerWpf. | Andrew Arnott | 2009-03-26 | 1 | -0/+90 |