summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.ClientAuthorization
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵lcalabrese2015-08-072-19/+1
| | | | since we are using .NET 4.5 and the built-in System.Net.Http library
* #365David Christiansen2015-01-052-0/+127
|
* Test greenDavid Christiansen2015-01-053-75/+750
| | | | - Packages update
* Updates NuGet packages.Andrew Arnott2013-10-192-1/+14
|
* Strong-name key is replaced with non-encrypted one.Andrew Arnott2013-06-151-3/+3
|
* Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-043-2/+7
|
* Fixes up user rejection cases.Andrew Arnott2013-03-031-1/+1
|
* C# compiler warning fixes.Andrew Arnott2013-02-101-5/+4
|
* Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-092-1/+5
|
* Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-272-4/+4
|
* OAuth2.ResourceServer now builds.Andrew Arnott2013-01-131-1/+1
|
* OAuth2.Client builds.Andrew Arnott2013-01-131-2/+3
|
* Updates Validation NuGet package references for .NET 4.5Andrew Arnott2012-12-281-1/+1
|
* Accomodates nuget's insistent project file changes.Andrew Arnott2012-12-271-0/+2
|
* Upgrades to Validation 2.0.1 to solve partially trusted callers problem.Andrew Arnott2012-12-272-4/+4
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-268-77/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-2610-1/+20
|
* Merge branch 'v4.1'Andrew Arnott2012-12-242-2/+2
|\
| * Sensitive message information is now masked from logging.Andrew Arnott2012-12-232-2/+2
| | | | | | | | Fixes #243
* | CreateAccessToken reveals username to hostAndrew Arnott2012-12-244-2/+52
| | | | | | | | | | | | | | IAuthorizationServerHost.CreateAccessToken now has access to authoring usernames. Fixes #219
* | Merge remote-tracking branch 'aarnott/master'Andrew Arnott2012-10-295-18/+8
|\ \ | |/ |/|
| * Fixed AccessTokenResult API to be clearerAndrew Arnott2012-07-225-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 Arnott2012-09-291-9/+1
|/ | | | This should fix nuget pdb package submission to symbolsource.org
* Added class diagram.Andrew Arnott2012-05-282-0/+52
|
* Authorization Server hosts now instantiate their own AccessTokens rather ↵Andrew Arnott2012-04-256-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 Arnott2012-04-242-215/+0
|
* Anonymous clients can now exchange resource owner credentials for refresh ↵Andrew Arnott2012-04-222-9/+2
| | | | | | | | and access tokens. (authenticated clients already could). Fixes #100
* Fixed HTTP Basic authentication for OAuth 2 clients so that it actually ↵Andrew Arnott2012-04-192-3/+42
| | | | works in the sample.
* StyleCop cleanup, and reversal of some code changes that were no longer ↵Andrew Arnott2012-04-181-0/+7
| | | | necessary.
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-3/+12
|
* Authorization server hosts may now provide canonical usernames for the ↵Andrew Arnott2012-04-161-2/+11
| | | | | | resource owner given correct resource owner credentials. Fixes #103
* Authorization servers now gain insight into the calling client when ↵Andrew Arnott2012-04-151-6/+15
| | | | | | validating resource owner credential grant type requests. Fixes #101
* Enables the authorization server to store arbitrary additional claims with ↵Andrew Arnott2012-04-141-0/+6
| | | | | | the access token. Fixes #107
* Renamed IAuthorizationServer to IAuthorizationServerHost.Andrew Arnott2012-04-082-12/+12
| | | | To avoid confusion with the concrete class AuthorizationServer.
* Avoided C# warning message.Andrew Arnott2012-04-011-0/+1
|
* Fixed typo.Andrew Arnott2012-04-011-2/+2
|
* Simplified ClientDescription class and made it more flexible at the sameAndrew Arnott2012-04-011-1/+1
| | | | time.
* Allows the authorization server to store merely the hashes of client secrets.Andrew Arnott2012-04-011-13/+37
| | | | Fixes #92
* Corrected old name of nonce store property.Andrew Arnott2012-04-011-2/+2
|
* Moved localizable strings into specific OAuth 2 assemblies.Andrew Arnott2012-03-313-2/+14
|
* Fixes StyleCop issue.Andrew Arnott2012-03-311-1/+1
|
* Moved access token signing key to the parameters object.Andrew Arnott2012-03-312-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 Arnott2012-03-304-1/+266
| | | | error messages.
* Added binding element comments.Andrew Arnott2012-03-301-1/+4
|
* StyleCop fixes.Andrew Arnott2012-03-241-0/+1
|
* A bunch more moving of OAuth2 classes between assemblies.Andrew Arnott2012-03-168-40/+247
|
* Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-1627-0/+1963