Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated the way the MVC Provider sample handles XRDS, PPID and normal user ↵ | Andrew Arnott | 2009-11-03 | 2 | -15/+20 |
| | | | | identities. | ||||
* | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-08-31 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs | ||||
| * | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-08-31 | 1 | -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 Arnott | 2009-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | if the Accept-Types header is missing in the request. Thanks, Steven L-P. | ||||
* | | | 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 | 3 | -39/+41 |
| | | | |||||
* | | | 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 | 3 | -30/+51 |
| | | | | | | | | support both anonymous and identifying identifiers. | ||||
* | | Initial stab at PPID identifiers to protect privacy. | Andrew Arnott | 2009-04-22 | 2 | -6/+19 |
| | | |||||
* | | 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 | 4 | -0/+357 |