Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵ | lcalabrese | 2015-08-07 | 1 | -16/+1 |
| | | | | since we are using .NET 4.5 and the built-in System.Net.Http library | ||||
* | #365 | David Christiansen | 2015-01-05 | 1 | -0/+1 |
| | |||||
* | Test green | David Christiansen | 2015-01-05 | 1 | -7/+12 |
| | | | | - Packages update | ||||
* | Updates NuGet packages. | Andrew Arnott | 2013-10-19 | 1 | -0/+11 |
| | |||||
* | Updates to Validation 2.0.2 and log4net 2.0.0. | Andrew Arnott | 2013-01-27 | 1 | -3/+3 |
| | |||||
* | System.Net.Http references recreated using NuGet. | Andrew Arnott | 2012-12-28 | 1 | -0/+2 |
| | |||||
* | Accomodates nuget's insistent project file changes. | Andrew Arnott | 2012-12-27 | 1 | -0/+2 |
| | |||||
* | Upgrades to Validation 2.0.1 to solve partially trusted callers problem. | Andrew Arnott | 2012-12-27 | 1 | -3/+3 |
| | |||||
* | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 1 | -0/+9 |
| | |||||
* | Authorization servers can override the granted scopes for all grant types. | Andrew Arnott | 2012-10-30 | 1 | -0/+2 |
| | | | | | | This change adds the ability for authorization servers to override the granted scopes of client credential and resource owner password grant types. Fixes #225 | ||||
* | Fixed AccessTokenResult API to be clearer | Andrew Arnott | 2012-07-22 | 1 | -0/+1 |
| | | | | | | The AccessTokenResult constructor accepts an AccessToken, when it should only accept an AuthorizationServerAccessToken so it's clear what an auth server host must create so that it's serializable. This fixes that. | ||||
* | Authorization Server hosts now instantiate their own AccessTokens rather ↵ | Andrew Arnott | 2012-04-25 | 1 | -0/+1 |
| | | | | | | | than just parameters. AccessTokens are now serialized via a virtual method on that instance. Fixes #38, I think. | ||||
* | Moved IAuthorizationServerHost interface into the auth server project. | Andrew Arnott | 2012-04-24 | 1 | -0/+1 |
| | |||||
* | Fixed HTTP Basic authentication for OAuth 2 clients so that it actually ↵ | Andrew Arnott | 2012-04-19 | 1 | -1/+1 |
| | | | | works in the sample. | ||||
* | Fixed up the configuration story for OAuth 2. | Andrew Arnott | 2012-04-18 | 1 | -0/+1 |
| | |||||
* | StyleCop cleanup, and reversal of some code changes that were no longer ↵ | Andrew Arnott | 2012-04-18 | 1 | -1/+1 |
| | | | | necessary. | ||||
* | We have HTTP Basic client authentication working now in OAuth 2. | Andrew Arnott | 2012-04-18 | 1 | -0/+4 |
| | |||||
* | Removed another auth server binding element. | Andrew Arnott | 2012-03-31 | 1 | -1/+0 |
| | |||||
* | Consolidated all code and token serializations to one binding element. | Andrew Arnott | 2012-03-30 | 1 | -1/+1 |
| | |||||
* | Fixed up an authorization server's token endpoint to generate more accurate ↵ | Andrew Arnott | 2012-03-30 | 1 | -0/+11 |
| | | | | error messages. | ||||
* | Moved some message validation to another binding element. | Andrew Arnott | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Moved the code in AuthorizationCodeBindingElement into the ↵ | Andrew Arnott | 2012-03-29 | 1 | -1/+0 |
| | | | | AuthorizationServer class. | ||||
* | Beginning work of cleaning up the auth server binding elements. | Andrew Arnott | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | A bunch more moving of OAuth2 classes between assemblies. | Andrew Arnott | 2012-03-16 | 1 | -0/+1 |
| | |||||
* | Redistributed OAuth2 code into their more specific assemblies. | Andrew Arnott | 2012-03-16 | 1 | -0/+19 |
| | |||||
* | Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between ↵ | Andrew Arnott | 2012-02-08 | 1 | -4/+0 |
| | | | | | | OAuth 1 and OAuth 2. Related to and closes #71 | ||||
* | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI) | Andrew Arnott | 2012-01-12 | 1 | -2/+2 |
| | |||||
* | Broke out OAuth 2 into 4 separate assemblies. | Andrew Arnott | 2011-08-01 | 1 | -0/+41 |