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
*
Fixes StyleCop errors.
Andrew Arnott
2012-12-24
1
-6
/
+6
*
Verifies that client credential grants receive approved scope in response.
Andrew Arnott
2012-12-24
1
-0
/
+28
*
Authorization servers can override the granted scopes for all grant types.
Andrew Arnott
2012-10-30
1
-2
/
+2
*
Adds ClientBase.CreateAuthorizingHandler
Andrew Arnott
2012-09-26
1
-0
/
+42
*
Fixed failing ClientCredentialGrant unit test
Andrew Arnott
2012-05-29
1
-0
/
+3
*
Anonymous clients can now exchange resource owner credentials for refresh and...
Andrew Arnott
2012-04-22
1
-3
/
+18
*
We have HTTP Basic client authentication working now in OAuth 2.
Andrew Arnott
2012-04-18
1
-0
/
+1
*
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