summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdProviderMvc/Controllers/OpenIdController.cs
Commit message (Expand)AuthorAgeFilesLines
* Fixed merge errors.Andrew Arnott2009-06-171-3/+0
* Merge branch 'master' into gsaAndrew Arnott2009-06-171-40/+26
|\
| * 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
* | Removed unneeded extension method for making PPIDs.Andrew Arnott2009-06-021-3/+5
* | Working RP and OP samples demonstrating the GSA profile.Andrew Arnott2009-06-021-27/+35
|/
* 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