summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs
Commit message (Collapse)AuthorAgeFilesLines
* Removed dependency on publicize.exe, which crashes now in some branches due ↵Andrew Arnott2010-07-091-2/+2
| | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it.
* Fixed a bunch of NUnit warnings.Andrew Arnott2010-01-091-1/+1
|
* Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-061-2/+2
|
* Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-15/+15
|
* Support for dual (OP+Claimed) identifiers is contrary to the spec, so we're ↵Andrew Arnott2009-11-301-1/+8
| | | | | | turning support for it back off (under a switch). See commit 1243c92a0172784f32938a2081f76463f90f102d for where this feature was first introduced.
* Added support for identifiers that perform dual roles as OP Identifiers and ↵Andrew Arnott2009-11-271-0/+12
| | | | Claimed Identifiers.
* Further refactoring of discovery results.Andrew Arnott2009-11-231-3/+2
|
* StyleCop fixes.Andrew Arnott2009-11-221-1/+1
|
* Worked around ccrewrite and publicize.exe bug.Andrew Arnott2009-11-221-10/+8
|
* Rename RP.AuthenticationRequest.Endpoint to ...DiscoveryResult.Andrew Arnott2009-11-221-1/+1
|
* Some extensive refactoring around IIdentifierDiscoveryResult and ↵Andrew Arnott2009-11-221-3/+4
| | | | ServiceEndpoint.
* Added security feature so RPs can opt out of accepting delegating identifiers.Andrew Arnott2009-05-161-0/+16
|
* Added tests to verify anonymous checkid behavior.Andrew Arnott2009-05-081-0/+12
|
* Ooops... fixed build break in test caused by c70d5d24acf.Andrew Arnott2009-03-121-1/+1
|
* IAuthenticationRequest.AddCallbackArgument no longer appends parameters to ↵Andrew Arnott2009-02-171-1/+33
| | | | | | existing values. Fixes Google Code Issue 203.
* Refactored test helpers to remove TestSupport and move its functionality ↵Andrew Arnott2009-01-291-6/+6
| | | | into OpenIdTestBase.
* More tests:Andrew Arnott2009-01-101-0/+9
| | | | | | RP.ServiceEndpoint RP.PositiveAuthenticationResponse RP.IndirectSignedResponse
* Added more tests for RP.AuthenticationRequest.Andrew Arnott2009-01-101-5/+41
|
* Added several tests for RP.AuthenticationRequest.Andrew Arnott2009-01-101-4/+50
|
* Fixed up the new AuthenticationRequestTests unit test to pass.Andrew Arnott2009-01-041-0/+1
|
* TEMP2Andrew Arnott2009-01-041-7/+4
|
* TEMPAndrew Arnott2009-01-031-1/+1
|
* Added RP and OP authentication interfaces and implementations to be ↵Andrew Arnott2009-01-031-0/+44
compatible with DotNetOpenId.