summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/AuthorizationServer.cs
Commit message (Collapse)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
|\ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/StandardAccessTokenAnalyzer.cs src/DotNetOpenAuth.Test/OAuth2/OAuth2TestBase.cs src/version.txt
| * Adds AuthorizationServer.HandleTokenRequest(HttpRequestMessage) overload.Andrew Arnott2012-11-101-0/+14
| | | | | | | | Fixes #210
* | Adds AuthorizationServer.DecodeRefreshTokenAndrew Arnott2012-07-201-0/+19
|/ | | | | | And a unit test. Fixes #182
* Authorization Server hosts now instantiate their own AccessTokens rather ↵Andrew Arnott2012-04-251-22/+23
| | | | | | | than just parameters. AccessTokens are now serialized via a virtual method on that instance. Fixes #38, I think.
* Fixes access denial errors from OAuth 2 resource servers so they include the ↵Andrew Arnott2012-04-221-0/+14
| | | | | | required parameters in their WWW-Authenticate headers. Fixes #124
* Fixed HTTP Basic authentication for OAuth 2 clients so that it actually ↵Andrew Arnott2012-04-191-1/+1
| | | | works in the sample.
* 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 ↵Andrew Arnott2012-04-181-1/+9
| | | | necessary.
* 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 ↵Andrew Arnott2012-04-141-0/+2
| | | | | | the access token. Fixes #107
* Renamed IAuthorizationServer to IAuthorizationServerHost.Andrew Arnott2012-04-081-3/+3
| | | | To avoid confusion with the concrete class AuthorizationServer.
* AccessToken is now a public class.Andrew Arnott2012-04-011-1/+0
| | | | | | | | | | | Resource Servers can now handle access tokens that are issued for a client's data (not a 3rd party resource owner's). Client Identifiers are no longer included in access tokens for unauthenticated clients. More work needed on IAccessTokenAnalyzer and the access token formatter. We need to generalize the serialization itself so folks can use JWT, etc. We also still need access token to have a host-defined map of claims. Fixes #104 Fixes #102
* 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
| | | | Fixes #92
* 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 ↵Andrew Arnott2012-03-301-4/+4
| | | | error messages.
* Moved the code in AuthorizationCodeBindingElement into the ↵Andrew Arnott2012-03-291-1/+8
| | | | AuthorizationServer class.
* 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 ↵Andrew Arnott2012-03-051-3/+5
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* Split up end user authorization request message types between auth code and ↵Andrew Arnott2012-02-211-1/+1
| | | | implicit.
* Added scaffolding for OAuth2 unit tests and added the first test for client ↵Andrew Arnott2012-02-201-10/+3
| | | | authorization.
* Suppressed refresh tokens when client credentials are used to comply with ↵Andrew Arnott2012-02-161-0/+9
| | | | OAuth 2.0 section 4.4.3.
* 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
| | | | Fixes #66
* 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