summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/RelyingParty
Commit message (Collapse)AuthorAgeFilesLines
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-281-3/+4
| | | | | | | The StandardRelyingPartyApplicationStore and StandardProviderApplicationStore were equivalent, and thus redundant. There was also nothing OpenID specific about them. So this consolidates and renames these types to better reflect their general purpose.
* Just 37 failures.Andrew Arnott2013-03-241-13/+14
|
* Fixes several more unit tests. 55 leftAndrew Arnott2013-03-231-1/+2
|
* Adds a cookie delegating handler, fixes tests.Andrew Arnott2013-03-231-2/+2
|
* Fixes remaining build breaks.Andrew Arnott2013-03-223-85/+66
|
* Moves the rest of the static methods out.Andrew Arnott2013-03-211-3/+3
|
* Moves OpenID coordinator handlers to base class.Andrew Arnott2013-03-213-4/+4
|
* More unit test fixes.Andrew Arnott2013-03-103-71/+108
|
* Added a public constructor to ClaimsResponse.Andrew Arnott2012-04-081-1/+1
| | | | | | Also made the probable type URIs that it accepts public and easily discoverable. Fixes #116
* Replaced a bunch of TestCase attribute usages with simply Test.Andrew Arnott2012-04-046-14/+14
|
* Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵Andrew Arnott2012-02-2510-44/+44
| | | | patterns.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-0511-22/+22
| | | | Fixes #66
* Updated some unit tests to match new argument validation code.Andrew Arnott2012-01-291-2/+2
|
* StyleCop fixes and functional touch-ups.Andrew Arnott2011-05-081-0/+80
|
* Fixed an MSTest-based unit test to be based on NUnit instead.Andrew Arnott2010-12-201-3/+3
|
* Removed dependency on publicize.exe, which crashes now in some branches due ↵Andrew Arnott2010-07-092-3/+2
| | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it.
* Added another regression test for this problematic identifiers.Andrew Arnott2010-03-301-0/+21
|
* Upgraded to VS2010.Andrew Arnott2010-02-109-84/+84
|\ | | | | | | Merge remote branch 'origin/v3.4-Dev10' into v3.4
| * Fixed a bunch of NUnit warnings.Andrew Arnott2010-01-092-2/+2
| |
| * 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-069-84/+84
| |
* | Fixed OpenIdAjaxTextBox that broke because ProviderEndpointDescription was ↵Andrew Arnott2010-02-031-0/+39
| | | | | | | | | | | | not serializable. Also added a test to verify fix.
* | Merge branch 'v3.3'Andrew Arnott2010-01-071-2/+2
|\ \ | |/ |/|
| * Merge branch 'v3.2' into v3.3Andrew Arnott2010-01-071-2/+2
| |\
| | * Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-071-2/+2
| | |
* | | Support for dual (OP+Claimed) identifiers is contrary to the spec, so we're ↵Andrew Arnott2009-11-302-2/+23
| | | | | | | | | | | | | | | | | | 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-272-1/+29
| | | | | | | | | | | | Claimed Identifiers.
* | | Renamed test class to match new class name in library.Andrew Arnott2009-11-271-2/+2
| | |
* | | Fixed up failing unit tests.Andrew Arnott2009-11-241-10/+0
| | |
* | | Further refactoring of discovery results.Andrew Arnott2009-11-233-31/+75
| | |
* | | StyleCop fixes.Andrew Arnott2009-11-222-2/+2
| | |
* | | 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-223-71/+41
| | | | | | | | | | | | ServiceEndpoint.
* | | Updated tests to build with new extensible identifier discovery.Andrew Arnott2009-11-181-1/+1
|/ /
* | Fixed failing FriendlyIdentifierForDisplay test that was broken in commit ↵Andrew Arnott2009-11-171-3/+3
| | | | | | | | 67913850b038642bc11ba4b871368307ca5acc38.
* | Merge branch 'master' into contractsAndrew Arnott2009-09-031-0/+49
|\ \ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs
| * | Fixed bug where OpenIdTextBox would throw when given invalid input rather ↵Andrew Arnott2009-09-021-0/+49
| | | | | | | | | | | | than allow the OpenIdLogin control to display the invalid identifier message with its validator control.
* | | Merge branch 'master' into contractsAndrew Arnott2009-09-012-1/+54
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/Mocks/MockIdentifier.cs src/DotNetOpenAuth.Test/OpenId/Provider/OpenIdProviderTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/MessageReceivingEndpoint.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthServiceProviderMessageFactory.cs src/DotNetOpenAuth/OAuth/Protocol.cs src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Association.cs src/DotNetOpenAuth/OpenId/Behaviors/PpidGeneration.cs src/DotNetOpenAuth/OpenId/NoDiscoveryIdentifier.cs src/DotNetOpenAuth/OpenId/Provider/HostProcessedRequest.cs src/DotNetOpenAuth/OpenId/Provider/IDirectedIdentityIdentifierProvider.cs src/DotNetOpenAuth/OpenId/Provider/PrivatePersonalIdentifierProviderBase.cs src/DotNetOpenAuth/OpenId/Realm.cs src/DotNetOpenAuth/OpenId/RelyingParty/AuthenticationRequest.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdTextBox.cs src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAuthenticationResponseSnapshot.cs src/DotNetOpenAuth/OpenId/UriIdentifier.cs src/DotNetOpenAuth/OpenId/XriIdentifier.cs src/DotNetOpenAuth/Util.cs
| * | Merge branch 'v3.2'Andrew Arnott2009-08-311-0/+41
| |\ \ | | |/ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/Identifier.cs
| | * Merge branch 'v3.1' into v3.2Andrew Arnott2009-08-311-0/+41
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs
| | | * Merge branch 'v3.0' into v3.1Andrew Arnott2009-08-311-0/+41
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/OpenIdStrings.Designer.cs src/DotNetOpenAuth/OpenId/OpenIdStrings.resx
| | | | * Added tests for unsolicited assertion sending and receiving, including ↵Andrew Arnott2009-08-301-0/+41
| | | | | | | | | | | | | | | | | | | | against the RP's whitelist.
| * | | | Merge branch 'rpControlBase'Andrew Arnott2009-08-251-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fixed build break caused by ServiceEndpoint.endpoint field's rename.Andrew Arnott2009-07-131-1/+1
| | | | |
| * | | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-07-271-0/+12
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OpenId/OpenIdStrings.resx src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAuthenticationResponse.cs src/version.txt
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-07-271-0/+12
| | |\ \ | | | |/ | | | | | | | | | | | | Conflicts: src/version.txt
| | | * Fixed bug where RP was willing to perform discovery on an asserted HTTP ↵Andrew Arnott2009-07-011-0/+12
| | | | | | | | | | | | | | | | Identifier even with RequireSsl turned on.
* | | | More careful CC changes.Andrew Arnott2009-07-021-1/+1
|/ / /
* | | Added RelyingParty.IAuthenticationResponse.Provider property.Andrew Arnott2009-06-022-40/+14
| | | | | | | | | | | | Resolves Trac ticket 71.
* | | Added OpenID RP security option to require successful establishment of ↵Andrew Arnott2009-05-301-0/+12
| | | | | | | | | | | | shared associations when creating authentication requests.
* | | Added RP security option to only discover OP Identifiers.Andrew Arnott2009-05-301-0/+12
| | |
* | | Added security feature so RPs can opt out of accepting delegating identifiers.Andrew Arnott2009-05-161-0/+16
| | |
* | | Added configuration setting that allows RPs to reject all unsolicited ↵Andrew Arnott2009-05-151-1/+6
| | | | | | | | | | | | assertions.
* | | Removed RP RequireSsl property changed event since it was only added to ↵Andrew Arnott2009-05-081-18/+0
| | | | | | | | | | | | support a design that didn't hold.
* | | Added tests to verify anonymous checkid behavior.Andrew Arnott2009-05-082-0/+54
|/ /
* | Merge branch 'v3.0'Andrew Arnott2009-04-151-2/+10
|\ \ | |/
| * Custom OpenID extensions may now exist outside the library.Andrew Arnott2009-04-151-2/+10
| |
* | Added capability for RPs to receive unsigned extension responses if they so ↵Andrew Arnott2009-03-302-10/+2
|/ | | | choose.
* Ooops... fixed build break in test caused by c70d5d24acf.Andrew Arnott2009-03-121-1/+1
|
* Adjusted return_to argument fetching so that unsigned parameters can be ↵Andrew Arnott2009-03-081-0/+24
| | | | queried for when necessary.
* 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-294-22/+22
| | | | into OpenIdTestBase.
* Refactored association management functions from the OpenIdRelyingParty ↵Andrew Arnott2009-01-231-2/+2
| | | | class into an AssociationManager class.
* Lots of little bug fixes, and added a (finally!) passing test for unsigned ↵Andrew Arnott2009-01-211-0/+8
| | | | extensions being ignored.
* Individual association types can now have configured lifetimes.Andrew Arnott2009-01-151-1/+1
| | | | We've almost eliminated the static Configuration class.
* Added support for dumb mode in the Relying Party.Andrew Arnott2009-01-111-4/+11
| | | | Also added a unit test to verify it.
* Added some tests for OpenIdRelyingParty.Andrew Arnott2009-01-102-2/+37
|
* More tests:Andrew Arnott2009-01-103-0/+79
| | | | | | RP.ServiceEndpoint RP.PositiveAuthenticationResponse RP.IndirectSignedResponse
* Added tests for Failed/Negative auth response classes at RP side.Andrew Arnott2009-01-102-0/+127
|
* 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 the only two failing tests.Andrew Arnott2009-01-091-2/+2
|
* CRLF -> LF line endings change to all .cs files.Andrew Arnott2009-01-093-269/+269
|
* StyleCop work.Andrew Arnott2009-01-091-12/+5
|
* Added 2 tests for PositiveAuthenticationResponse.Andrew Arnott2009-01-091-0/+67
|
* 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.
* Ported ServiceEndpointTests and fixed but in ProviderEndpointDescription class.Andrew Arnott2008-12-261-0/+174
|
* Added new OpenID 1.x compatibility-supporting binding elements.Andrew Arnott2008-12-241-35/+35
| | | | | | | This adds: * callback arg support * signed return_to to verify callback args and URL are untampered with * Custom nonces to protect RPs against replay attacks when working with 1.0 OPs.
* Added nonce and expiration checking to the openid channel stack.Andrew Arnott2008-12-151-2/+3
|
* Added a few tests.Andrew Arnott2008-12-012-0/+91