summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.Client/OAuth2
Commit message (Collapse)AuthorAgeFilesLines
* Anonymous clients can now exchange resource owner credentials for refresh ↵Andrew Arnott2012-04-221-5/+9
| | | | | | | | and access tokens. (authenticated clients already could). Fixes #100
* Fixes access denial errors from OAuth 2 resource servers so they include the ↵Andrew Arnott2012-04-223-18/+6
| | | | | | required parameters in their WWW-Authenticate headers. Fixes #124
* Fixed StyleCop message.Andrew Arnott2012-04-201-0/+3
|
* Fixed HTTP Basic authentication for OAuth 2 clients so that it actually ↵Andrew Arnott2012-04-194-11/+116
| | | | works in the sample.
* Renamed a client credential applicator.Andrew Arnott2012-04-182-6/+6
|
* StyleCop cleanup, and reversal of some code changes that were no longer ↵Andrew Arnott2012-04-184-68/+78
| | | | necessary.
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-186-16/+194
|
* Merge branch 'v4.0'Andrew Arnott2012-04-055-12/+12
|\ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/DotNetOpenAuth.OAuth2.ResourceServer.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/ResourceServer.cs
| * Fixed peverify errors in unified assembly due to two resources sharing a ↵Andrew Arnott2012-04-054-11/+11
| | | | | | | | | | | | common manifest name. Related to #112 which reported peverify errors, but this is very unlikely to fix the VerificationException.
* | Moved localizable strings into specific OAuth 2 assemblies.Andrew Arnott2012-03-314-3/+27
| |
* | More comments and an visibility fix.Andrew Arnott2012-03-243-3/+5
| |
* | Fixed comments and a couple missing [Serializable] attributes.Andrew Arnott2012-03-242-1/+5
| |
* | StyleCop fixes.Andrew Arnott2012-03-244-25/+23
| |
* | A bunch more moving of OAuth2 classes between assemblies.Andrew Arnott2012-03-1611-5/+388
| |
* | Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-161-0/+135
|/
* FxCop fixes and suppressions.Andrew Arnott2012-03-101-3/+2
|
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-1/+1
|
* Fixed NullReferenceException causing a unit test failure.Andrew Arnott2012-03-081-2/+11
|
* OAuth 2 clients now use the state parameter to mitigate XSRF attacks.Andrew Arnott2012-03-083-10/+17
| | | | Fixes #84
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-052-4/+6
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* Renamed ObtainClientAccessToken.Andrew Arnott2012-02-251-1/+1
|
* Added client credential grant type support and a test to prove it.Andrew Arnott2012-02-251-15/+39
| | | | Fixes #33
* Added basic test for resource owner password authorizatino request. Not yet ↵Andrew Arnott2012-02-231-0/+35
| | | | passing.
* Split up end user authorization request message types between auth code and ↵Andrew Arnott2012-02-211-8/+15
| | | | implicit.
* Added two more OAuth2 unit tests, for the UserAgentClient class.Andrew Arnott2012-02-211-11/+43
|
* Added scaffolding for OAuth2 unit tests and added the first test for client ↵Andrew Arnott2012-02-204-4/+16
| | | | authorization.
* Fixed many FxCop messages in OAuth2 assemblies. #68Andrew Arnott2012-02-094-3/+222
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-053-6/+6
| | | | Fixes #66
* Fixed whitespace.Andrew Arnott2012-02-041-6/+5
|
* Added returnTo parameter to PrepareRequestUserAuthorization in ↵Rafal Legiedz2012-02-041-2/+6
| | | | OAuth2/WebServerClient.cs
* Merge branch 'master' into splitDllsAndrew Arnott2011-09-281-1/+1
|
* Removed some lingering ccrewrite.exe dependent code.Andrew Arnott2011-09-201-1/+1
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-183-29/+29
|
* Broke out the UI part of OAuth2 client into its own assembly.Andrew Arnott2011-08-013-368/+0
|
* Broke out OAuth 2 into 4 separate assemblies.Andrew Arnott2011-08-016-0/+877