Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 1 | -2/+4 |
| | |||||
* | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 1 | -0/+1 |
| | |||||
* | Fixed a bunch more samples. | Andrew Arnott | 2013-01-23 | 1 | -32/+52 |
| | |||||
* | Fixes access denial errors from OAuth 2 resource servers so they include the ↵ | Andrew Arnott | 2012-04-22 | 1 | -8/+7 |
| | | | | | | required parameters in their WWW-Authenticate headers. Fixes #124 | ||||
* | Replaces ResourceServer.VerifyAccess with a better pattern for error handling. | Andrew Arnott | 2012-04-21 | 1 | -6/+6 |
| | | | | Fixes #122 | ||||
* | HttpRequestInfo ctors are now internal, and publicly we have static | Andrew Arnott | 2012-03-05 | 1 | -1/+1 |
| | | | | factory methods that return HttpRequestBase instances. | ||||
* | Finished implicit grant sample. Yay. | Andrew Arnott | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | Fixed static field initialization. | Andrew Arnott | 2011-04-07 | 1 | -8/+9 |
| | |||||
* | Replaced OAuth2 API demands for RSAParameters with demands for ↵ | Andrew Arnott | 2011-04-06 | 1 | -2/+2 |
| | | | | | | | | RSACryptoServiceProvider. This allows for servers that have non-exportable private keys to still use those private keys for signing and decryption. Closes #16 | ||||
* | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2011-04-06 | 1 | -1/+1 |
| | | | | | | | Conflicts: projecttemplates/RelyingPartyLogic/OAuthAuthorizationManager.cs samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj samples/OAuthResourceServer/Code/OAuthAuthorizationManager.cs | ||||
* | Replaced WCF "OriginalHttpRequestUri" property with simple Via. | Andrew Arnott | 2010-12-25 | 1 | -1/+1 |
| | | | | Thanks to Jamie Mutton for suggesting this. | ||||
* | Split the OAuthServiceProvider sample into two samples: ↵ | Andrew Arnott | 2010-07-31 | 1 | -0/+79 |
OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient. |