summaryrefslogtreecommitdiffstats
path: root/samples/OAuthResourceServer/Code/OAuthAuthorizationManager.cs
Commit message (Expand)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-2/+4
* C# compiler warning fixes.Andrew Arnott2013-02-101-0/+1
* Fixed a bunch more samples.Andrew Arnott2013-01-231-32/+52
* Fixes access denial errors from OAuth 2 resource servers so they include the ...Andrew Arnott2012-04-221-8/+7
* Replaces ResourceServer.VerifyAccess with a better pattern for error handling.Andrew Arnott2012-04-211-6/+6
* HttpRequestInfo ctors are now internal, and publicly we have staticAndrew Arnott2012-03-051-1/+1
* 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 RSACryptoServi...Andrew Arnott2011-04-061-2/+2
* Merge branch 'v3.4' into oauth2Andrew Arnott2011-04-061-1/+1
* Replaced WCF "OriginalHttpRequestUri" property with simple Via.Andrew Arnott2010-12-251-1/+1
* Split the OAuthServiceProvider sample into two samples: OAuthAuthorizationSer...Andrew Arnott2010-07-311-0/+79