summaryrefslogtreecommitdiffstats
path: root/src/OAuth/OAuthAuthorizationServer/Controllers/OAuthController.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixing build post faulty PR acceptance. MVC UpgradeDavid Christiansen2014-12-081-4/+8
|
* Fix approval denied return so it's validTodd Palmer2014-03-271-0/+3
| | | Sample will fail since PrepareResponse() will error without setting the required error field when the user denies access.
* W.I.P.David Christiansen2012-03-151-0/+92
* Initial migration and reference to DNOA Nuget packages (From teamcity.dotnetopenauth.net) * Awaiting fix to DotNetOpenAuth.OpenIdOAuth.nuspec in order to complete migration.