Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed OpenID RP sample projects. | Andrew Arnott | 2009-03-26 | 43 | -3654/+0 |
| | |||||
* | Better logging in samples. | Andrew Arnott | 2009-03-25 | 1 | -2/+2 |
| | |||||
* | Added proper HTML encoding to sample TracePage.aspx.cs files | Andrew Arnott | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | More VWD port fixes. | Andrew Arnott | 2009-03-21 | 1 | -1/+1 |
| | |||||
* | Fixed a bunch of old references to DotNetOpenId. | Andrew Arnott | 2009-03-20 | 1 | -1/+1 |
| | |||||
* | Added CRL check to RP samples. | Andrew Arnott | 2009-03-16 | 1 | -0/+9 |
| | |||||
* | Cleaned up logging. | Andrew Arnott | 2009-03-15 | 1 | -1/+1 |
| | |||||
* | Removed irrelevant "__" prefix handling from samples. | Andrew Arnott | 2009-03-15 | 1 | -3/+0 |
| | |||||
* | Added sreg example to loginProgrammatic.aspx. | Andrew Arnott | 2009-03-12 | 1 | -3/+14 |
| | |||||
* | first sprint | Andrew Arnott | 2009-03-09 | 1 | -0/+10 |
| | |||||
* | Updated RP sample with new public API. | Andrew Arnott | 2009-03-08 | 1 | -1/+1 |
| | |||||
* | Reverted Stateless="true" flag on RP sample now that the testing is over. | Andrew Arnott | 2009-03-08 | 1 | -1/+1 |
| | |||||
* | Turned on stateless login temporarily for testing. | Andrew Arnott | 2009-03-08 | 1 | -1/+1 |
| | |||||
* | response_nonces are now checked for replays by the RP against just those ↵ | Andrew Arnott | 2009-03-05 | 3 | -17/+48 |
| | | | | | | nonces generated by the same Provider. Fixes Google Code Issue 175. | ||||
* | Constructors on all OpenID direct response messages now require the OpenID ↵ | Andrew Arnott | 2009-02-09 | 1 | -1/+1 |
| | | | | | | version of the message, allowing for RPs to receive response messages in versions differing from their request message. Also added test to verify this, and OpenIdProvider error messages w/o requiring ASP.NET hosting. | ||||
* | Channel now implements IDisposable and disposes the necessary binding elements. | Andrew Arnott | 2009-02-05 | 1 | -7/+8 |
| | | | | | | All users of the channel also implement and call Dispose as necessary. Work for future: Fix up samples and controls to reuse a static instance of OP and RP facade classes since they are now thread-safe. | ||||
* | Fixed TODO areas of code. | Andrew Arnott | 2009-02-04 | 1 | -3/+4 |
| | |||||
* | Added OpenID sample sites: RP MVC, RP WebForms, RP Classic ASP, OP WebForms. | Andrew Arnott | 2009-01-31 | 43 | -0/+3594 |