summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OAuth2/WebServerClientAuthorizeTests.cs
Commit message (Expand)AuthorAgeFilesLines
* Access token endpoint now can respond with appropriate errors.Andrew Arnott2012-03-141-11/+3
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in .N...Andrew Arnott2012-03-051-0/+1
* 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
* 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
* Adds support for the resource owner password credential grant.Andrew Arnott2012-02-241-1/+1
* Added basic test for resource owner password authorizatino request. Not yet ...Andrew Arnott2012-02-231-2/+21
* 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