summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdOfflineProvider/Controllers/ProviderController.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fix changes made in previous commits to actually adhere to StyleCop rules, ↵lcalabrese2015-08-071-3/+4
| | | | so the project even builds in Release mode
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-1/+3
|
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-281-1/+2
| | | | | | | The StandardRelyingPartyApplicationStore and StandardProviderApplicationStore were equivalent, and thus redundant. There was also nothing OpenID specific about them. So this consolidates and renames these types to better reflect their general purpose.
* More StyleCop fixes.Andrew Arnott2013-03-261-1/+7
|
* Moved Offline OP to use controllers.Andrew Arnott2013-03-041-0/+81