Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -4/+5 |
| | |||||
* | Fixed static field initialization. | Andrew Arnott | 2011-04-07 | 2 | -28/+11 |
| | |||||
* | Fixed non-thread-safe use of RsaCryptoServiceProvider instances. | Andrew Arnott | 2011-04-07 | 1 | -9/+26 |
| | |||||
* | Replaced OAuth2 API demands for RSAParameters with demands for ↵ | Andrew Arnott | 2011-04-06 | 2 | -2/+23 |
| | | | | | | | | 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. | ||||
* | Removed database component from the Resource Server sample. | Andrew Arnott | 2010-08-11 | 5 | -587/+30 |
| | |||||
* | Now StyleCop clean. | Andrew Arnott | 2010-08-01 | 1 | -31/+33 |
| | |||||
* | Split the OAuthServiceProvider sample into two samples: ↵ | Andrew Arnott | 2010-07-31 | 9 | -0/+800 |
OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient. |