summaryrefslogtreecommitdiffstats
path: root/samples/OAuth2ProtectedWebApi/Controllers
Commit message (Collapse)AuthorAgeFilesLines
* Corrected indentation back to being tab based.Richard Collette2014-12-261-49/+49
|
* Undo CodeMaid formattingRichard Collette2014-12-231-27/+21
|
* Fix #355 Response.ContentType not set when AsActionResult is used.Richard Collette2014-12-181-69/+77
|
* Fixes up user rejection cases.Andrew Arnott2013-03-031-2/+5
|
* Adds an explicit role requirement for WebAPI clients.Andrew Arnott2013-03-031-1/+1
|
* Adds OpenID RP to WebAPI sample so it's a real login.Andrew Arnott2013-03-032-6/+33
|
* Removes the memory crypto key store from the sample.Andrew Arnott2013-03-021-4/+2
| | | | We now have a 'hard-coded' secret key store that trivial apps/samples may use to keep things simple until they create a database table.
* Adds a WebAPI sample that is its own authorization server and resource server.Andrew Arnott2013-03-014-0/+111