Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 1 | -68/+0 |
| | | | | Nothing compiles at this point. | ||||
* | Moved some tests into a new test class. | Andrew Arnott | 2010-04-05 | 1 | -1/+1 |
| | |||||
* | A bunch of work on OAuth WRAP messages. | Andrew Arnott | 2010-02-07 | 1 | -0/+8 |
| | |||||
* | OpenID spec review up to (and excluding) section 8. | Andrew Arnott | 2009-03-10 | 1 | -3/+4 |
| | |||||
* | Constructors on all OpenID direct response messages now require the OpenID ↵ | Andrew Arnott | 2009-02-09 | 1 | -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 Arnott | 2009-02-08 | 1 | -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 Arnott | 2009-01-29 | 1 | -1/+13 |
| | | | | 400. | ||||
* | Reworked the way messages are instantiated and deserialized. | Andrew Arnott | 2008-11-20 | 1 | -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 Arnott | 2008-11-09 | 1 | -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 Arnott | 2008-11-08 | 1 | -4/+0 |
| | | | | DirectErrorResponse. | ||||
* | Added OpenID error message classes. | Andrew Arnott | 2008-11-08 | 1 | -0/+41 |