summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdProviderMvc/Controllers/OpenIdController.cs
Commit message (Expand)AuthorAgeFilesLines
* Corrected indentation back to being tab based.Richard Collette2014-12-261-193/+193
* Undo CodeMaid formattingRichard Collette2014-12-231-101/+57
* Fix #355 Response.ContentType not set when AsActionResult is used.Richard Collette2014-12-181-277/+323
* Merge branch 'v4.3'Andrew Arnott2013-05-271-1/+6
|\
| * Touch up on community contribution.Andrew Arnott2013-02-031-6/+7
| * Update samples/OpenIdProviderMvc/Controllers/OpenIdController.csSergey Kosivchenko2013-02-031-2/+6
* | ApplicationBlock builds.Andrew Arnott2013-01-231-27/+25
|/
* Reverted change from last merge that shouldn't be in v4.1.Andrew Arnott2012-10-071-1/+1
* Merge branch 'v4.0' into v4.1Andrew Arnott2012-10-071-1/+1
|\
| * Fixed build break in v4.0.Andrew Arnott2012-10-071-1/+1
* | Merge branch 'v4.0' into v4.1Andrew Arnott2012-09-291-0/+13
|\ \ | |/
| * Fixed bug in OpenID Provider MVC sample that allowed users to log in as others.Andrew Arnott2012-09-261-0/+13
* | Added PAPE max_auth_time handling to sample OPAndrew Arnott2012-06-121-11/+51
|/
* Fixed some build breaks.Andrew Arnott2011-11-021-0/+1
* Samples now build.Andrew Arnott2011-08-021-1/+1
* Fixed StyleCop error.Andrew Arnott2010-10-061-0/+1
* Improved OpenID Provider MVC sample to support immediate mode and anonymous O...Andrew Arnott2010-10-061-31/+160
* Fixed up PPID support so that it worked in more scenarios and is more secure ...Andrew Arnott2009-06-171-43/+26
* Added OpenID pluggable behaviors support, including a sample PPID generator.Andrew Arnott2009-06-171-30/+40
* Promoted PPID identifier provider from the application block to the core libr...Andrew Arnott2009-05-311-1/+1
* Stylecop fixes.Andrew Arnott2009-04-261-5/+5
* Moved PPID OP Provider code out of the library and into the ApplicationBlock.Andrew Arnott2009-04-261-15/+26
* Fixed OP MVC sample crash when login occurs during auth.Andrew Arnott2009-04-231-1/+1
* Shorted anonymous identifier hash length, reworked the OP MVC sample to suppo...Andrew Arnott2009-04-231-24/+31
* Initial stab at PPID identifiers to protect privacy.Andrew Arnott2009-04-221-2/+13
* Fixed occasional URL validation failures in samples.Andrew Arnott2009-04-181-0/+1
* Added ASP.NET MVC OpenID Provider sample.Andrew Arnott2009-03-161-0/+67