summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ChannelElements/MessageValidationBindingElement.cs
Commit message (Expand)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-0/+2
* Fixes NullReferenceException in MessageValidationBindingElement.Andrew Arnott2013-02-281-1/+1
* More warning fixes.Andrew Arnott2013-02-161-2/+2
* More warning fixes.Andrew Arnott2013-02-101-1/+1
* C# compiler warning fixes.Andrew Arnott2013-02-101-5/+6
* OAuth2.AuthorizationServer now builds.Andrew Arnott2013-01-131-2/+4
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-1/+0
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
* CreateAccessToken reveals username to hostAndrew Arnott2012-12-241-3/+3
* Authorization servers can override the granted scopes for all grant types.Andrew Arnott2012-10-301-5/+10
* Fix error message.Andrew Arnott2012-08-231-1/+1
* Special handling for client credential grant typeAndrew Arnott2012-05-291-0/+13
* Resource owner password grant method renameAndrew Arnott2012-05-291-36/+38
* Anonymous clients can now exchange resource owner credentials for refresh and...Andrew Arnott2012-04-221-7/+15
* Fixes access denial errors from OAuth 2 resource servers so they include the ...Andrew Arnott2012-04-221-12/+3
* Fixed HTTP Basic authentication for OAuth 2 clients so that it actually works...Andrew Arnott2012-04-191-8/+10
* Fixed up the configuration story for OAuth 2.Andrew Arnott2012-04-181-3/+11
* StyleCop cleanup, and reversal of some code changes that were no longer neces...Andrew Arnott2012-04-181-0/+7
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-3/+12
* Authorization server hosts may now provide canonical usernames for the resour...Andrew Arnott2012-04-161-1/+4
* Authorization servers now gain insight into the calling client when validatin...Andrew Arnott2012-04-151-1/+1
* Renamed IAuthorizationServer to IAuthorizationServerHost.Andrew Arnott2012-04-081-1/+1
* Allows the authorization server to store merely the hashes of client secrets.Andrew Arnott2012-04-011-3/+2
* Moved localizable strings into specific OAuth 2 assemblies.Andrew Arnott2012-03-311-2/+2
* Consolidated all code and token serializations to one binding element.Andrew Arnott2012-03-301-0/+56
* Fixed up an authorization server's token endpoint to generate more accurate e...Andrew Arnott2012-03-301-2/+2
* Moved some message validation to another binding element.Andrew Arnott2012-03-291-0/+104