summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.ClientAuthorization/OAuth2
Commit message (Collapse)AuthorAgeFilesLines
* #365David Christiansen2015-01-051-0/+126
|
* Test greenDavid Christiansen2015-01-051-62/+732
| | | | - Packages update
* Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-041-2/+4
|
* 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-091-1/+1
|
* OAuth2.ResourceServer now builds.Andrew Arnott2013-01-131-1/+1
|
* OAuth2.Client builds.Andrew Arnott2013-01-131-2/+3
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-267-74/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-268-1/+9
|
* 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
* | Fixed AccessTokenResult API to be clearerAndrew Arnott2012-07-224-17/+7
|/ | | | | | 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.
* Added class diagram.Andrew Arnott2012-05-281-0/+49
|
* Authorization Server hosts now instantiate their own AccessTokens rather ↵Andrew Arnott2012-04-255-137/+50
| | | | | | | 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-241-214/+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-081-11/+11
| | | | 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-303-0/+254
| | | | 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-167-40/+244
|
* Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-1625-0/+1843