summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdProviderMvc/Code
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-031-0/+2
|\ | | | | | | | | Conflicts: src/version.txt
| * Applied some feedback from David Christiansen.Andrew Arnott2009-10-161-0/+2
| |
* | Removed unneeded extension method for making PPIDs.Andrew Arnott2009-06-021-1/+0
| |
* | Working RP and OP samples demonstrating the GSA profile.Andrew Arnott2009-06-021-1/+20
| | | | | | | | 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.
* | Promoted PPID identifier provider from the application block to the core ↵Andrew Arnott2009-05-311-1/+2
|/ | | | library.
* Stylecop fixes.Andrew Arnott2009-04-262-7/+2
|
* Moved PPID OP Provider code out of the library and into the ApplicationBlock.Andrew Arnott2009-04-261-9/+10
|
* Shorted anonymous identifier hash length, reworked the OP MVC sample to ↵Andrew Arnott2009-04-232-18/+19
| | | | support both anonymous and identifying identifiers.
* Initial stab at PPID identifiers to protect privacy.Andrew Arnott2009-04-222-1/+51
|
* Added ASP.NET MVC OpenID Provider sample.Andrew Arnott2009-03-165-0/+395