summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OAuth2/OAuth2TestBase.cs
Commit message (Collapse)AuthorAgeFilesLines
* Resource owner password grant method renameAndrew Arnott2012-05-291-1/+1
| | | | | | | | | | | | Renamed IAuthorizationServerHost.IsResourceOwnerCredentialValid to TryAuthorizeResourceOwnerCredentialGrant so that authorization servers are prepared to approve refresh tokens that may be issued as a result of a resource owner password grant. This also removes some of the "validation" that wasn't really doing anything useful for resource owner password grant types. Toward an eventual fix for #138
* Authorization Server hosts now instantiate their own AccessTokens rather ↵Andrew Arnott2012-04-251-1/+1
| | | | | | | than just parameters. AccessTokens are now serialized via a virtual method on that instance. Fixes #38, I think.
* Authorization server hosts may now provide canonical usernames for the ↵Andrew Arnott2012-04-161-1/+2
| | | | | | resource owner given correct resource owner credentials. Fixes #103
* Authorization servers now gain insight into the calling client when ↵Andrew Arnott2012-04-151-1/+1
| | | | | | validating resource owner credential grant type requests. Fixes #101
* Renamed IAuthorizationServer to IAuthorizationServerHost.Andrew Arnott2012-04-081-3/+3
| | | | To avoid confusion with the concrete class AuthorizationServer.
* Fixed a couple failing unit tests.Andrew Arnott2012-03-171-0/+2
|
* Added scopes to the tested authorization flows.Andrew Arnott2012-02-251-1/+10
|
* Adds support for the resource owner password credential grant.Andrew Arnott2012-02-241-0/+1
| | | | Fixes #72
* Added basic test for resource owner password authorizatino request. Not yet ↵Andrew Arnott2012-02-231-2/+4
| | | | passing.
* Moved some test code around.Andrew Arnott2012-02-201-0/+14
|
* Added scaffolding for OAuth2 unit tests and added the first test for client ↵Andrew Arnott2012-02-201-0/+18
| | | | authorization.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Multiple client callback URLs are now supported.Andrew Arnott2010-07-301-1/+1
| | | | And some StyleCop cleanup.
* Fixed namespace in unit test project to match new namespace in core library.Andrew Arnott2010-06-271-0/+15