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.OAuth2.AuthorizationServer
/
OAuth2
/
ChannelElements
/
MessageValidationBindingElement.cs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Closes #356, Closes #357, Closes #358
David Christiansen
2015-01-04
1
-0
/
+2
*
Fixes NullReferenceException in MessageValidationBindingElement.
Andrew Arnott
2013-02-28
1
-1
/
+1
*
More warning fixes.
Andrew Arnott
2013-02-16
1
-2
/
+2
*
More warning fixes.
Andrew Arnott
2013-02-10
1
-1
/
+1
*
C# compiler warning fixes.
Andrew Arnott
2013-02-10
1
-5
/
+6
*
OAuth2.AuthorizationServer now builds.
Andrew Arnott
2013-01-13
1
-2
/
+4
*
Removes more remnants of Code Contracts.
Andrew Arnott
2012-12-26
1
-1
/
+0
*
Replaces DNOA's internal Requires class with Validation NuGet package.
Andrew Arnott
2012-12-26
1
-0
/
+1
*
CreateAccessToken reveals username to host
Andrew Arnott
2012-12-24
1
-3
/
+3
*
Authorization servers can override the granted scopes for all grant types.
Andrew Arnott
2012-10-30
1
-5
/
+10
*
Fix error message.
Andrew Arnott
2012-08-23
1
-1
/
+1
*
Special handling for client credential grant type
Andrew Arnott
2012-05-29
1
-0
/
+13
*
Resource owner password grant method rename
Andrew Arnott
2012-05-29
1
-36
/
+38
*
Anonymous clients can now exchange resource owner credentials for refresh and...
Andrew Arnott
2012-04-22
1
-7
/
+15
*
Fixes access denial errors from OAuth 2 resource servers so they include the ...
Andrew Arnott
2012-04-22
1
-12
/
+3
*
Fixed HTTP Basic authentication for OAuth 2 clients so that it actually works...
Andrew Arnott
2012-04-19
1
-8
/
+10
*
Fixed up the configuration story for OAuth 2.
Andrew Arnott
2012-04-18
1
-3
/
+11
*
StyleCop cleanup, and reversal of some code changes that were no longer neces...
Andrew Arnott
2012-04-18
1
-0
/
+7
*
We have HTTP Basic client authentication working now in OAuth 2.
Andrew Arnott
2012-04-18
1
-3
/
+12
*
Authorization server hosts may now provide canonical usernames for the resour...
Andrew Arnott
2012-04-16
1
-1
/
+4
*
Authorization servers now gain insight into the calling client when validatin...
Andrew Arnott
2012-04-15
1
-1
/
+1
*
Renamed IAuthorizationServer to IAuthorizationServerHost.
Andrew Arnott
2012-04-08
1
-1
/
+1
*
Allows the authorization server to store merely the hashes of client secrets.
Andrew Arnott
2012-04-01
1
-3
/
+2
*
Moved localizable strings into specific OAuth 2 assemblies.
Andrew Arnott
2012-03-31
1
-2
/
+2
*
Consolidated all code and token serializations to one binding element.
Andrew Arnott
2012-03-30
1
-0
/
+56
*
Fixed up an authorization server's token endpoint to generate more accurate e...
Andrew Arnott
2012-03-30
1
-2
/
+2
*
Moved some message validation to another binding element.
Andrew Arnott
2012-03-29
1
-0
/
+104