Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed merge errors. | Andrew Arnott | 2009-06-17 | 1 | -3/+0 |
| | |||||
* | Merge branch 'master' into gsa | Andrew Arnott | 2009-06-17 | 1 | -40/+26 |
|\ | |||||
| * | Fixed up PPID support so that it worked in more scenarios and is more secure ↵ | Andrew Arnott | 2009-06-17 | 1 | -43/+26 |
| | | | | | | | | against accidental buggy implementations in the host layer. | ||||
| * | Added OpenID pluggable behaviors support, including a sample PPID generator. | Andrew Arnott | 2009-06-17 | 1 | -30/+40 |
| | | |||||
* | | Removed unneeded extension method for making PPIDs. | Andrew Arnott | 2009-06-02 | 1 | -3/+5 |
| | | |||||
* | | Working RP and OP samples demonstrating the GSA profile. | Andrew Arnott | 2009-06-02 | 1 | -27/+35 |
|/ | | | | 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 Arnott | 2009-05-31 | 1 | -1/+1 |
| | | | | library. | ||||
* | Stylecop fixes. | Andrew Arnott | 2009-04-26 | 1 | -5/+5 |
| | |||||
* | Moved PPID OP Provider code out of the library and into the ApplicationBlock. | Andrew Arnott | 2009-04-26 | 1 | -15/+26 |
| | |||||
* | Fixed OP MVC sample crash when login occurs during auth. | Andrew Arnott | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | Shorted anonymous identifier hash length, reworked the OP MVC sample to ↵ | Andrew Arnott | 2009-04-23 | 1 | -24/+31 |
| | | | | support both anonymous and identifying identifiers. | ||||
* | Initial stab at PPID identifiers to protect privacy. | Andrew Arnott | 2009-04-22 | 1 | -2/+13 |
| | |||||
* | Fixed occasional URL validation failures in samples. | Andrew Arnott | 2009-04-18 | 1 | -0/+1 |
| | |||||
* | Added ASP.NET MVC OpenID Provider sample. | Andrew Arnott | 2009-03-16 | 1 | -0/+67 |