Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Authorization Server hosts now instantiate their own AccessTokens rather ↵ | Andrew Arnott | 2012-04-25 | 1 | -6/+5 |
| | | | | | | | than just parameters. AccessTokens are now serialized via a virtual method on that instance. Fixes #38, I think. | ||||
* | Anonymous clients can now exchange resource owner credentials for refresh ↵ | Andrew Arnott | 2012-04-22 | 1 | -7/+15 |
| | | | | | | | | and access tokens. (authenticated clients already could). Fixes #100 | ||||
* | Fixes access denial errors from OAuth 2 resource servers so they include the ↵ | Andrew Arnott | 2012-04-22 | 4 | -14/+22 |
| | | | | | | required parameters in their WWW-Authenticate headers. Fixes #124 | ||||
* | Fixed HTTP Basic authentication for OAuth 2 clients so that it actually ↵ | Andrew Arnott | 2012-04-19 | 5 | -12/+49 |
| | | | | works in the sample. | ||||
* | Fixed up the configuration story for OAuth 2. | Andrew Arnott | 2012-04-18 | 6 | -61/+40 |
| | |||||
* | StyleCop cleanup, and reversal of some code changes that were no longer ↵ | Andrew Arnott | 2012-04-18 | 6 | -2/+74 |
| | | | | necessary. | ||||
* | We have HTTP Basic client authentication working now in OAuth 2. | Andrew Arnott | 2012-04-18 | 6 | -7/+196 |
| | |||||
* | Authorization server hosts may now provide canonical usernames for the ↵ | Andrew Arnott | 2012-04-16 | 1 | -1/+4 |
| | | | | | | resource owner given correct resource owner credentials. Fixes #103 | ||||
* | Authorization servers now gain insight into the calling client when ↵ | Andrew Arnott | 2012-04-15 | 1 | -1/+1 |
| | | | | | | validating resource owner credential grant type requests. Fixes #101 | ||||
* | Renamed IAuthorizationServer to IAuthorizationServerHost. | Andrew Arnott | 2012-04-08 | 5 | -7/+7 |
| | | | | To avoid confusion with the concrete class AuthorizationServer. | ||||
* | Allows the authorization server to store merely the hashes of client secrets. | Andrew Arnott | 2012-04-01 | 1 | -3/+2 |
| | | | | Fixes #92 | ||||
* | Corrected old name of nonce store property. | Andrew Arnott | 2012-04-01 | 1 | -1/+1 |
| | |||||
* | Moved localizable strings into specific OAuth 2 assemblies. | Andrew Arnott | 2012-03-31 | 1 | -2/+2 |
| | |||||
* | Removed another auth server binding element. | Andrew Arnott | 2012-03-31 | 2 | -95/+0 |
| | |||||
* | Moved access token signing key to the parameters object. | Andrew Arnott | 2012-03-31 | 1 | -1/+3 |
| | | | | | | This also presumably solves the threading concerns of sharing one instance. Fixes #34 | ||||
* | Consolidated all code and token serializations to one binding element. | Andrew Arnott | 2012-03-30 | 5 | -171/+179 |
| | |||||
* | Fixed up an authorization server's token endpoint to generate more accurate ↵ | Andrew Arnott | 2012-03-30 | 2 | -14/+16 |
| | | | | error messages. | ||||
* | Added binding element comments. | Andrew Arnott | 2012-03-30 | 2 | -0/+2 |
| | |||||
* | Moved some message validation to another binding element. | Andrew Arnott | 2012-03-29 | 3 | -14/+11 |
| | |||||
* | Moved the code in AuthorizationCodeBindingElement into the ↵ | Andrew Arnott | 2012-03-29 | 3 | -89/+9 |
| | | | | AuthorizationServer class. | ||||
* | Beginning work of cleaning up the auth server binding elements. | Andrew Arnott | 2012-03-26 | 5 | -43/+28 |
| | |||||
* | All unit tests pass again. | Andrew Arnott | 2012-03-18 | 1 | -13/+19 |
| | |||||
* | Fixed failing unit test: ResourceOwnerPasswordCredentialGrant. | Andrew Arnott | 2012-03-18 | 2 | -19/+12 |
| | |||||
* | A little binding element cleanup. | Andrew Arnott | 2012-03-18 | 2 | -15/+13 |
| | |||||
* | Fixed build breaks in the solution. | Andrew Arnott | 2012-03-17 | 1 | -2/+3 |
| | |||||
* | Redistributed OAuth2 code into their more specific assemblies. | Andrew Arnott | 2012-03-16 | 9 | -0/+860 |