summaryrefslogtreecommitdiffstats
path: root/samples/OAuthAuthorizationServer/Controllers/OAuthController.cs
Commit message (Expand)AuthorAgeFilesLines
* Corrected indentation back to being tab based.Richard Collette2014-12-261-67/+67
* Undo CodeMaid formattingRichard Collette2014-12-231-29/+18
* Fix #355 Response.ContentType not set when AsActionResult is used.Richard Collette2014-12-181-83/+97
* Removed references to obsolete AsyncController.Andrew Arnott2013-01-271-1/+1
* Fixed a bunch more samples.Andrew Arnott2013-01-231-11/+13
* Access token endpoint now can respond with appropriate errors.Andrew Arnott2012-03-141-6/+1
* Fixed StyleCop mesage.Andrew Arnott2012-03-011-1/+1
* Slightly simplified sample OAuth 2 authorization server token endpoint action.Andrew Arnott2012-02-251-6/+4
* Added another frame busting technique to make the authorization server more s...Andrew Arnott2012-02-201-0/+1
* Access token lifetimes are now controlled by the IAuthorizationServer instanc...Andrew Arnott2011-06-161-11/+1
* Implicit grants are now sort of working on the authorization server side.unknown2011-06-151-32/+2
* Various fixes to the sample OAuth 2.0 Authorization Server sample.Andrew Arnott2011-05-271-0/+1
* Allowed for cycling of symmetric cryptographic keys by replacing the effectiv...Andrew Arnott2011-05-271-10/+10
* Fixed static field initialization.Andrew Arnott2011-04-071-13/+6
* Fixed non-thread-safe use of RsaCryptoServiceProvider instances.Andrew Arnott2011-04-071-5/+11
* Replaced OAuth2 API demands for RSAParameters with demands for RSACryptoServi...Andrew Arnott2011-04-061-103/+116
* Now StyleCop clean.Andrew Arnott2010-08-011-16/+26
* Some user-notification enhancements to the OAuth 2 samples.Andrew Arnott2010-08-011-1/+15
* The OAuthClient, OAuthResourceServer and OAuthAuthorizationServer samples now...Andrew Arnott2010-08-011-2/+1
* Split the OAuthServiceProvider sample into two samples: OAuthAuthorizationSer...Andrew Arnott2010-07-311-0/+102