summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth/OpenId/Messages/DirectErrorResponse.cs
Commit message (Collapse)AuthorAgeFilesLines
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-68/+0
| | | | Nothing compiles at this point.
* Moved some tests into a new test class.Andrew Arnott2010-04-051-1/+1
|
* A bunch of work on OAuth WRAP messages.Andrew Arnott2010-02-071-0/+8
|
* OpenID spec review up to (and excluding) section 8.Andrew Arnott2009-03-101-3/+4
|
* Constructors on all OpenID direct response messages now require the OpenID ↵Andrew Arnott2009-02-091-10/+3
| | | | | | 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.
* OpenID Provider now correctly assembles error response messages when ↵Andrew Arnott2009-02-081-4/+13
| | | | | | ProtocolExceptions are caught. Also added an ASP.NET hosted test to verify.
* OpenID error direct response messages are now sent with HTTP status codes of ↵Andrew Arnott2009-01-291-1/+13
| | | | 400.
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-201-0/+8
| | | | This was a whole lot of work to just get multi-version capability added to message types so that OpenID could handle its few versions.
* Added very basic OpenID message passing scenario test.Andrew Arnott2008-11-091-1/+1
| | | | Lots of refactoring to eliminate IOAuthDirectedMessage which was redundant with other types and to better enable testing of OpenID scenarios.
* Made the unsuccessful associate response message derive from ↵Andrew Arnott2008-11-081-4/+0
| | | | DirectErrorResponse.
* Added OpenID error message classes.Andrew Arnott2008-11-081-0/+41