summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdProviderMvc/Controllers/UserController.cs
Commit message (Collapse)AuthorAgeFilesLines
* Updated the way the MVC Provider sample handles XRDS, PPID and normal user ↵Andrew Arnott2009-11-031-15/+18
| | | | identities.
* Merge branch 'v3.1' into v3.2Andrew Arnott2009-08-311-1/+1
|\ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs
| * Merge branch 'v3.0' into v3.1Andrew Arnott2009-08-311-1/+1
| |\ | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/OpenIdStrings.Designer.cs src/DotNetOpenAuth/OpenId/OpenIdStrings.resx
| | * Fixed NullReferenceException that can be thrown by the MVC Provider sample ↵Andrew Arnott2009-08-171-1/+1
| | | | | | | | | | | | | | | | | | if the Accept-Types header is missing in the request. Thanks, Steven L-P.
* | | Added OpenID pluggable behaviors support, including a sample PPID generator.Andrew Arnott2009-06-171-5/+1
|/ /
* | Shorted anonymous identifier hash length, reworked the OP MVC sample to ↵Andrew Arnott2009-04-231-6/+16
| | | | | | | | support both anonymous and identifying identifiers.
* | Initial stab at PPID identifiers to protect privacy.Andrew Arnott2009-04-221-4/+6
|/
* Added ASP.NET MVC OpenID Provider sample.Andrew Arnott2009-03-161-0/+37