summaryrefslogtreecommitdiffstats
path: root/samples/OAuthAuthorizationServer/Code/DataClasses.designer.cs
Commit message (Collapse)AuthorAgeFilesLines
* Allowed for cycling of symmetric cryptographic keys by replacing the ↵Andrew Arnott2011-05-271-1/+146
| | | | | | effectively constant byte[] secret with a new ICryptoKeyStore throughout the OAuth 2 and OpenID stacks. And StyleCop fixes.
* Fixed bug where client authorizations didn't have to be associated with a user.Andrew Arnott2010-08-111-4/+4
|
* Split the OAuthServiceProvider sample into two samples: ↵Andrew Arnott2010-07-311-0/+808
OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.