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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fixed a couple failing unit tests.
Andrew Arnott
2012-03-17
2
-14
/
+20
|
*
Fixed build breaks in the solution.
Andrew Arnott
2012-03-17
1
-1
/
+1
|
*
Access token endpoint now can respond with appropriate errors.
Andrew Arnott
2012-03-14
3
-16
/
+48
|
*
Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵
Andrew Arnott
2012-03-05
2
-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 Arnott
2012-02-25
3
-23
/
+23
|
*
Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵
Andrew Arnott
2012-02-25
3
-14
/
+14
|
|
|
|
patterns.
*
Added scopes to the tested authorization flows.
Andrew Arnott
2012-02-25
3
-7
/
+17
|
*
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
|
|
|
|
Fixes #33
*
Adds support for the resource owner password credential grant.
Andrew Arnott
2012-02-24
2
-1
/
+2
|
|
|
|
Fixes #72
*
Added basic test for resource owner password authorizatino request. Not yet ↵
Andrew Arnott
2012-02-23
3
-8
/
+29
|
|
|
|
passing.
*
Enabled unit test.
Andrew Arnott
2012-02-22
1
-1
/
+2
|
*
Split up end user authorization request message types between auth code and ↵
Andrew Arnott
2012-02-21
2
-3
/
+15
|
|
|
|
implicit.
*
Added assertions about whether the client is authenticated.
Andrew Arnott
2012-02-21
2
-1
/
+11
|
*
Added two more OAuth2 unit tests, for the UserAgentClient class.
Andrew Arnott
2012-02-21
3
-18
/
+97
|
*
Moved some test code around.
Andrew Arnott
2012-02-20
2
-8
/
+18
|
*
Added scaffolding for OAuth2 unit tests and added the first test for client ↵
Andrew Arnott
2012-02-20
4
-21
/
+131
|
|
|
|
authorization.
*
Updated all copyright notices to reflect copyright assignment to Outercurve.
Andrew Arnott
2012-02-05
3
-6
/
+6
|
|
|
|
Fixes #66
*
Fixed a few build breaks.
Andrew Arnott
2011-06-11
1
-12
/
+0
|
*
Multiple client callback URLs are now supported.
Andrew Arnott
2010-07-30
3
-3
/
+3
|
|
|
|
And some StyleCop cleanup.
*
More work to comply with OAuth 2.0 draft 10.
Andrew Arnott
2010-07-17
1
-1
/
+1
|
*
Trying out a refactoring to better suite user agent clients.
Andrew Arnott
2010-07-11
1
-2
/
+2
|
*
Fix build breaks.
Andrew Arnott
2010-07-09
1
-2
/
+3
|
*
A bit of OAuth2 channel refactoring.
Andrew Arnott
2010-07-09
1
-2
/
+2
|
*
Fixed tests.
Andrew Arnott
2010-07-04
1
-5
/
+17
|
*
The whole solution now builds again (draft 9).
Andrew Arnott
2010-07-04
1
-157
/
+29
|
*
Fixed namespace in unit test project to match new namespace in core library.
Andrew Arnott
2010-06-27
3
-0
/
+290