summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OAuth2
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a couple failing unit tests.Andrew Arnott2012-03-172-14/+20
|
* Fixed build breaks in the solution.Andrew Arnott2012-03-171-1/+1
|
* Access token endpoint now can respond with appropriate errors.Andrew Arnott2012-03-143-16/+48
|
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-052-0/+3
| | | | | | .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-253-23/+23
|
* Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵Andrew Arnott2012-02-253-14/+14
| | | | patterns.
* Added scopes to the tested authorization flows.Andrew Arnott2012-02-253-7/+17
|
* 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-242-1/+2
| | | | Fixes #72
* Added basic test for resource owner password authorizatino request. Not yet ↵Andrew Arnott2012-02-233-8/+29
| | | | passing.
* Enabled unit test.Andrew Arnott2012-02-221-1/+2
|
* Split up end user authorization request message types between auth code and ↵Andrew Arnott2012-02-212-3/+15
| | | | implicit.
* Added assertions about whether the client is authenticated.Andrew Arnott2012-02-212-1/+11
|
* Added two more OAuth2 unit tests, for the UserAgentClient class.Andrew Arnott2012-02-213-18/+97
|
* Moved some test code around.Andrew Arnott2012-02-202-8/+18
|
* Added scaffolding for OAuth2 unit tests and added the first test for client ↵Andrew Arnott2012-02-204-21/+131
| | | | authorization.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-053-6/+6
| | | | Fixes #66
* Fixed a few build breaks.Andrew Arnott2011-06-111-12/+0
|
* Multiple client callback URLs are now supported.Andrew Arnott2010-07-303-3/+3
| | | | And some StyleCop cleanup.
* More work to comply with OAuth 2.0 draft 10.Andrew Arnott2010-07-171-1/+1
|
* Trying out a refactoring to better suite user agent clients.Andrew Arnott2010-07-111-2/+2
|
* Fix build breaks.Andrew Arnott2010-07-091-2/+3
|
* A bit of OAuth2 channel refactoring.Andrew Arnott2010-07-091-2/+2
|
* Fixed tests.Andrew Arnott2010-07-041-5/+17
|
* The whole solution now builds again (draft 9).Andrew Arnott2010-07-041-157/+29
|
* Fixed namespace in unit test project to match new namespace in core library.Andrew Arnott2010-06-273-0/+290