summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/AuthorizationServer.cs
Commit message (Expand)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-0/+1
* Lots of StyleCop fixes.Andrew Arnott2013-03-261-1/+4
* Many more unit test build fixes and product touch-ups.Andrew Arnott2013-03-071-20/+37
* Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-041-9/+4
* Adds OpenID RP to WebAPI sample so it's a real login.Andrew Arnott2013-03-031-0/+15
* C# compiler warning fixes.Andrew Arnott2013-02-101-3/+9
* OAuth2.AuthorizationServer now builds.Andrew Arnott2013-01-131-35/+12
* Removes CLR4 compiler symbol.Andrew Arnott2012-12-281-4/+0
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-4/+0
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
* Merge branch 'v4.1'Andrew Arnott2012-12-021-0/+14
|\
| * Adds AuthorizationServer.HandleTokenRequest(HttpRequestMessage) overload.Andrew Arnott2012-11-101-0/+14
* | Adds AuthorizationServer.DecodeRefreshTokenAndrew Arnott2012-07-201-0/+19
|/
* Authorization Server hosts now instantiate their own AccessTokens rather than...Andrew Arnott2012-04-251-22/+23
* Fixes access denial errors from OAuth 2 resource servers so they include the ...Andrew Arnott2012-04-221-0/+14
* Fixed HTTP Basic authentication for OAuth 2 clients so that it actually works...Andrew Arnott2012-04-191-1/+1
* Fixed up the configuration story for OAuth 2.Andrew Arnott2012-04-181-19/+4
* StyleCop cleanup, and reversal of some code changes that were no longer neces...Andrew Arnott2012-04-181-1/+9
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-2/+28
* Enables the authorization server to store arbitrary additional claims with th...Andrew Arnott2012-04-141-0/+2
* Renamed IAuthorizationServer to IAuthorizationServerHost.Andrew Arnott2012-04-081-3/+3
* AccessToken is now a public class.Andrew Arnott2012-04-011-1/+0
* Fixed missing username and lifetime in implicit access tokens.Andrew Arnott2012-04-011-1/+2
* Allows the authorization server to store merely the hashes of client secrets.Andrew Arnott2012-04-011-1/+1
* Fixed inclusion of refresh token based on host policy.Andrew Arnott2012-04-011-2/+1
* Moved localizable strings into specific OAuth 2 assemblies.Andrew Arnott2012-03-311-1/+1
* Removed another auth server binding element.Andrew Arnott2012-03-311-6/+29
* Fixed a couple of failing unit tests.Andrew Arnott2012-03-311-1/+1
* Fixed up an authorization server's token endpoint to generate more accurate e...Andrew Arnott2012-03-301-4/+4
* Moved the code in AuthorizationCodeBindingElement into the AuthorizationServe...Andrew Arnott2012-03-291-1/+8
* Fixed another failing unit test.Andrew Arnott2012-03-181-1/+1
* Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-161-2/+1
* Fixed StyleCop warnings.Andrew Arnott2012-03-141-27/+27
* Access token endpoint now can respond with appropriate errors.Andrew Arnott2012-03-141-45/+23
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-1/+1
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in .N...Andrew Arnott2012-03-051-3/+5
* Split up end user authorization request message types between auth code and i...Andrew Arnott2012-02-211-1/+1
* Added scaffolding for OAuth2 unit tests and added the first test for client a...Andrew Arnott2012-02-201-10/+3
* Suppressed refresh tokens when client credentials are used to comply with OAu...Andrew Arnott2012-02-161-0/+9
* Fixed many FxCop messages in OAuth2 assemblies. #68Andrew Arnott2012-02-091-0/+2
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-9/+9
* Broke out OAuth 2 into 4 separate assemblies.Andrew Arnott2011-08-011-0/+258