Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵ | lcalabrese | 2015-08-07 | 2 | -19/+1 |
| | | | | since we are using .NET 4.5 and the built-in System.Net.Http library | ||||
* | #365 | David Christiansen | 2015-01-05 | 2 | -0/+127 |
| | |||||
* | Test green | David Christiansen | 2015-01-05 | 3 | -75/+750 |
| | | | | - Packages update | ||||
* | Updates NuGet packages. | Andrew Arnott | 2013-10-19 | 2 | -1/+14 |
| | |||||
* | Strong-name key is replaced with non-encrypted one. | Andrew Arnott | 2013-06-15 | 1 | -3/+3 |
| | |||||
* | Switched Channel to receiving messages via HttpRequestMessage as well. | Andrew Arnott | 2013-03-04 | 3 | -2/+7 |
| | |||||
* | Fixes up user rejection cases. | Andrew Arnott | 2013-03-03 | 1 | -1/+1 |
| | |||||
* | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 1 | -5/+4 |
| | |||||
* | Fixes OAuthConsumer twitter sample. | Andrew Arnott | 2013-02-09 | 2 | -1/+5 |
| | |||||
* | Updates to Validation 2.0.2 and log4net 2.0.0. | Andrew Arnott | 2013-01-27 | 2 | -4/+4 |
| | |||||
* | OAuth2.ResourceServer now builds. | Andrew Arnott | 2013-01-13 | 1 | -1/+1 |
| | |||||
* | OAuth2.Client builds. | Andrew Arnott | 2013-01-13 | 1 | -2/+3 |
| | |||||
* | Updates Validation NuGet package references for .NET 4.5 | Andrew Arnott | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -4/+4 |
| | |||||
* | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 8 | -77/+0 |
| | |||||
* | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 10 | -1/+20 |
| | |||||
* | Merge branch 'v4.1' | Andrew Arnott | 2012-12-24 | 2 | -2/+2 |
|\ | |||||
| * | Sensitive message information is now masked from logging. | Andrew Arnott | 2012-12-23 | 2 | -2/+2 |
| | | | | | | | | Fixes #243 | ||||
* | | CreateAccessToken reveals username to host | Andrew Arnott | 2012-12-24 | 4 | -2/+52 |
| | | | | | | | | | | | | | | IAuthorizationServerHost.CreateAccessToken now has access to authoring usernames. Fixes #219 | ||||
* | | Merge remote-tracking branch 'aarnott/master' | Andrew Arnott | 2012-10-29 | 5 | -18/+8 |
|\ \ | |/ |/| | |||||
| * | Fixed AccessTokenResult API to be clearer | Andrew Arnott | 2012-07-22 | 5 | -18/+8 |
| | | | | | | | | | | | | 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. | ||||
* | | Adjusted AssemblyInfo.cs to be unique for each assembly. | Andrew Arnott | 2012-09-29 | 1 | -9/+1 |
|/ | | | | This should fix nuget pdb package submission to symbolsource.org | ||||
* | Added class diagram. | Andrew Arnott | 2012-05-28 | 2 | -0/+52 |
| | |||||
* | Authorization Server hosts now instantiate their own AccessTokens rather ↵ | Andrew Arnott | 2012-04-25 | 6 | -138/+51 |
| | | | | | | | 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 | 2 | -215/+0 |
| | |||||
* | Anonymous clients can now exchange resource owner credentials for refresh ↵ | Andrew Arnott | 2012-04-22 | 2 | -9/+2 |
| | | | | | | | | and access tokens. (authenticated clients already could). Fixes #100 | ||||
* | Fixed HTTP Basic authentication for OAuth 2 clients so that it actually ↵ | Andrew Arnott | 2012-04-19 | 2 | -3/+42 |
| | | | | works in the sample. | ||||
* | StyleCop cleanup, and reversal of some code changes that were no longer ↵ | Andrew Arnott | 2012-04-18 | 1 | -0/+7 |
| | | | | necessary. | ||||
* | We have HTTP Basic client authentication working now in OAuth 2. | Andrew Arnott | 2012-04-18 | 1 | -3/+12 |
| | |||||
* | Authorization server hosts may now provide canonical usernames for the ↵ | Andrew Arnott | 2012-04-16 | 1 | -2/+11 |
| | | | | | | resource owner given correct resource owner credentials. Fixes #103 | ||||
* | Authorization servers now gain insight into the calling client when ↵ | Andrew Arnott | 2012-04-15 | 1 | -6/+15 |
| | | | | | | validating resource owner credential grant type requests. Fixes #101 | ||||
* | Enables the authorization server to store arbitrary additional claims with ↵ | Andrew Arnott | 2012-04-14 | 1 | -0/+6 |
| | | | | | | the access token. Fixes #107 | ||||
* | Renamed IAuthorizationServer to IAuthorizationServerHost. | Andrew Arnott | 2012-04-08 | 2 | -12/+12 |
| | | | | To avoid confusion with the concrete class AuthorizationServer. | ||||
* | Avoided C# warning message. | Andrew Arnott | 2012-04-01 | 1 | -0/+1 |
| | |||||
* | Fixed typo. | Andrew Arnott | 2012-04-01 | 1 | -2/+2 |
| | |||||
* | Simplified ClientDescription class and made it more flexible at the same | Andrew Arnott | 2012-04-01 | 1 | -1/+1 |
| | | | | time. | ||||
* | Allows the authorization server to store merely the hashes of client secrets. | Andrew Arnott | 2012-04-01 | 1 | -13/+37 |
| | | | | Fixes #92 | ||||
* | Corrected old name of nonce store property. | Andrew Arnott | 2012-04-01 | 1 | -2/+2 |
| | |||||
* | Moved localizable strings into specific OAuth 2 assemblies. | Andrew Arnott | 2012-03-31 | 3 | -2/+14 |
| | |||||
* | Fixes StyleCop issue. | Andrew Arnott | 2012-03-31 | 1 | -1/+1 |
| | |||||
* | Moved access token signing key to the parameters object. | Andrew Arnott | 2012-03-31 | 2 | -26/+16 |
| | | | | | | This also presumably solves the threading concerns of sharing one instance. Fixes #34 | ||||
* | Fixed up an authorization server's token endpoint to generate more accurate ↵ | Andrew Arnott | 2012-03-30 | 4 | -1/+266 |
| | | | | error messages. | ||||
* | Added binding element comments. | Andrew Arnott | 2012-03-30 | 1 | -1/+4 |
| | |||||
* | StyleCop fixes. | Andrew Arnott | 2012-03-24 | 1 | -0/+1 |
| | |||||
* | A bunch more moving of OAuth2 classes between assemblies. | Andrew Arnott | 2012-03-16 | 8 | -40/+247 |
| | |||||
* | Redistributed OAuth2 code into their more specific assemblies. | Andrew Arnott | 2012-03-16 | 27 | -0/+1963 |