index
:
DotNetOpenAuth
develop
origin/DNOA.Messaging.Portable
origin/HEAD
origin/Silverlight
origin/Silverlight3
origin/WIX
origin/boo
origin/ci
origin/contracts_RC
origin/csteeg-v3.4
origin/develop
origin/dimebrain
origin/godaddylogging
origin/infocardintegration
origin/jwt
origin/master
origin/mono
origin/mono2
origin/mvcProjTemplate
origin/netcf
origin/oauthspmvc
origin/osis
origin/v0.1
origin/v1.0
origin/v2.0
origin/v2.1
origin/v2.2
origin/v2.3
origin/v2.4
origin/v2.5
origin/v2.6
origin/v3.0
origin/v3.1
origin/v3.2
origin/v3.3
origin/v3.4
origin/v4.0
origin/v4.1
origin/v4.2
origin/v4.3
origin/v5.0
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
DotNetOpenAuth.Test
/
OAuth2
/
WebServerClientAuthorizeTests.cs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Access token endpoint now can respond with appropriate errors.
Andrew Arnott
2012-03-14
1
-11
/
+3
*
Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in .N...
Andrew Arnott
2012-03-05
1
-0
/
+1
*
Migrated OAuth 2 tests to the new NUnit Assert syntax.
Andrew Arnott
2012-02-25
1
-7
/
+7
*
Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ...
Andrew Arnott
2012-02-25
1
-3
/
+3
*
Added scopes to the tested authorization flows.
Andrew Arnott
2012-02-25
1
-4
/
+5
*
Renamed ObtainClientAccessToken.
Andrew Arnott
2012-02-25
1
-1
/
+1
*
Added client credential grant type support and a test to prove it.
Andrew Arnott
2012-02-25
1
-0
/
+25
*
Adds support for the resource owner password credential grant.
Andrew Arnott
2012-02-24
1
-1
/
+1
*
Added basic test for resource owner password authorizatino request. Not yet ...
Andrew Arnott
2012-02-23
1
-2
/
+21
*
Added assertions about whether the client is authenticated.
Andrew Arnott
2012-02-21
1
-0
/
+3
*
Added two more OAuth2 unit tests, for the UserAgentClient class.
Andrew Arnott
2012-02-21
1
-0
/
+42