Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to ↵ | Andrew Arnott | 2009-03-15 | 1 | -34/+0 |
| | | | | IncomingWebResponse. | ||||
* | Constructors on all OpenID direct response messages now require the OpenID ↵ | Andrew Arnott | 2009-02-09 | 1 | -0/+5 |
| | | | | | | 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. | ||||
* | Fixed mock CoordinatingChannel to send direct responses and indirect ↵ | Andrew Arnott | 2009-01-03 | 1 | -0/+29 |
messages while more truly simulating the ordinary channel experience. |