summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OAuth2/WebServerClientAuthorizeTests.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixes StyleCop errors.Andrew Arnott2012-12-241-6/+6
|
* Verifies that client credential grants receive approved scope in response.Andrew Arnott2012-12-241-0/+28
| | | | Closes #242
* Authorization servers can override the granted scopes for all grant types.Andrew Arnott2012-10-301-2/+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
* Adds ClientBase.CreateAuthorizingHandlerAndrew Arnott2012-09-261-0/+42
| | | | | | This method creates an HttpMessageHandler that automatically applies the OAuth 2 access token (bearer) to all outbound HTTP requests. Fixes #205
* Fixed failing ClientCredentialGrant unit testAndrew Arnott2012-05-291-0/+3
|
* Anonymous clients can now exchange resource owner credentials for refresh ↵Andrew Arnott2012-04-221-3/+18
| | | | | | | | and access tokens. (authenticated clients already could). Fixes #100
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-0/+1
|
* Access token endpoint now can respond with appropriate errors.Andrew Arnott2012-03-141-11/+3
|
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-051-0/+1
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* Migrated OAuth 2 tests to the new NUnit Assert syntax.Andrew Arnott2012-02-251-7/+7
|
* Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵Andrew Arnott2012-02-251-3/+3
| | | | patterns.
* Added scopes to the tested authorization flows.Andrew Arnott2012-02-251-4/+5
|
* Renamed ObtainClientAccessToken.Andrew Arnott2012-02-251-1/+1
|
* Added client credential grant type support and a test to prove it.Andrew Arnott2012-02-251-0/+25
| | | | Fixes #33
* Adds support for the resource owner password credential grant.Andrew Arnott2012-02-241-1/+1
| | | | Fixes #72
* Added basic test for resource owner password authorizatino request. Not yet ↵Andrew Arnott2012-02-231-2/+21
| | | | passing.
* Added assertions about whether the client is authenticated.Andrew Arnott2012-02-211-0/+3
|
* Added two more OAuth2 unit tests, for the UserAgentClient class.Andrew Arnott2012-02-211-0/+42