summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdProviderMvc/Controllers/HomeController.cs
Commit message (Collapse)AuthorAgeFilesLines
* Updated the way the MVC Provider sample handles XRDS, PPID and normal user ↵Andrew Arnott2009-11-031-0/+2
| | | | identities.
* Working RP and OP samples demonstrating the GSA profile.Andrew Arnott2009-06-021-4/+0
| | | | But I need to refactor the ISecurityProfile so that OPs can support the GSA profile without requiring that all RPs comply with it's RequireSsl setting for RP discovery.
* Shorted anonymous identifier hash length, reworked the OP MVC sample to ↵Andrew Arnott2009-04-231-0/+4
| | | | support both anonymous and identifying identifiers.
* Added ASP.NET MVC OpenID Provider sample.Andrew Arnott2009-03-161-0/+27