summaryrefslogtreecommitdiffstats
path: root/samples/OAuthResourceServer/Code/OAuthAuthorizationManager.cs
Commit message (Collapse)AuthorAgeFilesLines
* Finished implicit grant sample. Yay.Andrew Arnott2011-06-211-1/+1
|
* Fixed static field initialization.Andrew Arnott2011-04-071-8/+9
|
* Replaced OAuth2 API demands for RSAParameters with demands for ↵Andrew Arnott2011-04-061-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 oauth2Andrew Arnott2011-04-061-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 Arnott2010-12-251-1/+1
| | | | Thanks to Jamie Mutton for suggesting this.
* Split the OAuthServiceProvider sample into two samples: ↵Andrew Arnott2010-07-311-0/+79
OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.