Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidates two OpenID memory app stores | Andrew Arnott | 2013-03-28 | 1 | -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 Arnott | 2013-03-24 | 1 | -13/+14 |
| | |||||
* | Fixes several more unit tests. 55 left | Andrew Arnott | 2013-03-23 | 1 | -1/+2 |
| | |||||
* | Adds a cookie delegating handler, fixes tests. | Andrew Arnott | 2013-03-23 | 1 | -2/+2 |
| | |||||
* | Fixes remaining build breaks. | Andrew Arnott | 2013-03-22 | 3 | -85/+66 |
| | |||||
* | Moves the rest of the static methods out. | Andrew Arnott | 2013-03-21 | 1 | -3/+3 |
| | |||||
* | Moves OpenID coordinator handlers to base class. | Andrew Arnott | 2013-03-21 | 3 | -4/+4 |
| | |||||
* | More unit test fixes. | Andrew Arnott | 2013-03-10 | 3 | -71/+108 |
| | |||||
* | Added a public constructor to ClaimsResponse. | Andrew Arnott | 2012-04-08 | 1 | -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 Arnott | 2012-04-04 | 6 | -14/+14 |
| | |||||
* | Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵ | Andrew Arnott | 2012-02-25 | 10 | -44/+44 |
| | | | | patterns. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 11 | -22/+22 |
| | | | | Fixes #66 | ||||
* | Updated some unit tests to match new argument validation code. | Andrew Arnott | 2012-01-29 | 1 | -2/+2 |
| | |||||
* | StyleCop fixes and functional touch-ups. | Andrew Arnott | 2011-05-08 | 1 | -0/+80 |
| | |||||
* | Fixed an MSTest-based unit test to be based on NUnit instead. | Andrew Arnott | 2010-12-20 | 1 | -3/+3 |
| | |||||
* | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-07-09 | 2 | -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 Arnott | 2010-03-30 | 1 | -0/+21 |
| | |||||
* | Upgraded to VS2010. | Andrew Arnott | 2010-02-10 | 9 | -84/+84 |
|\ | | | | | | | Merge remote branch 'origin/v3.4-Dev10' into v3.4 | ||||
| * | Fixed a bunch of NUnit warnings. | Andrew Arnott | 2010-01-09 | 2 | -2/+2 |
| | | |||||
| * | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-06 | 1 | -2/+2 |
| | | |||||
| * | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 9 | -84/+84 |
| | | |||||
* | | Fixed OpenIdAjaxTextBox that broke because ProviderEndpointDescription was ↵ | Andrew Arnott | 2010-02-03 | 1 | -0/+39 |
| | | | | | | | | | | | | not serializable. Also added a test to verify fix. | ||||
* | | Merge branch 'v3.3' | Andrew Arnott | 2010-01-07 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-01-07 | 1 | -2/+2 |
| |\ | |||||
| | * | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-07 | 1 | -2/+2 |
| | | | |||||
* | | | Support for dual (OP+Claimed) identifiers is contrary to the spec, so we're ↵ | Andrew Arnott | 2009-11-30 | 2 | -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 Arnott | 2009-11-27 | 2 | -1/+29 |
| | | | | | | | | | | | | Claimed Identifiers. | ||||
* | | | Renamed test class to match new class name in library. | Andrew Arnott | 2009-11-27 | 1 | -2/+2 |
| | | | |||||
* | | | Fixed up failing unit tests. | Andrew Arnott | 2009-11-24 | 1 | -10/+0 |
| | | | |||||
* | | | Further refactoring of discovery results. | Andrew Arnott | 2009-11-23 | 3 | -31/+75 |
| | | | |||||
* | | | StyleCop fixes. | Andrew Arnott | 2009-11-22 | 2 | -2/+2 |
| | | | |||||
* | | | Worked around ccrewrite and publicize.exe bug. | Andrew Arnott | 2009-11-22 | 1 | -10/+8 |
| | | | |||||
* | | | Rename RP.AuthenticationRequest.Endpoint to ...DiscoveryResult. | Andrew Arnott | 2009-11-22 | 1 | -1/+1 |
| | | | |||||
* | | | Some extensive refactoring around IIdentifierDiscoveryResult and ↵ | Andrew Arnott | 2009-11-22 | 3 | -71/+41 |
| | | | | | | | | | | | | ServiceEndpoint. | ||||
* | | | Updated tests to build with new extensible identifier discovery. | Andrew Arnott | 2009-11-18 | 1 | -1/+1 |
|/ / | |||||
* | | Fixed failing FriendlyIdentifierForDisplay test that was broken in commit ↵ | Andrew Arnott | 2009-11-17 | 1 | -3/+3 |
| | | | | | | | | 67913850b038642bc11ba4b871368307ca5acc38. | ||||
* | | Merge branch 'master' into contracts | Andrew Arnott | 2009-09-03 | 1 | -0/+49 |
|\ \ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs | ||||
| * | | Fixed bug where OpenIdTextBox would throw when given invalid input rather ↵ | Andrew Arnott | 2009-09-02 | 1 | -0/+49 |
| | | | | | | | | | | | | than allow the OpenIdLogin control to display the invalid identifier message with its validator control. | ||||
* | | | Merge branch 'master' into contracts | Andrew Arnott | 2009-09-01 | 2 | -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 Arnott | 2009-08-31 | 1 | -0/+41 |
| |\ \ | | |/ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/Identifier.cs | ||||
| | * | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-08-31 | 1 | -0/+41 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs | ||||
| | | * | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-08-31 | 1 | -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 Arnott | 2009-08-30 | 1 | -0/+41 |
| | | | | | | | | | | | | | | | | | | | | against the RP's whitelist. | ||||
| * | | | | Merge branch 'rpControlBase' | Andrew Arnott | 2009-08-25 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Fixed build break caused by ServiceEndpoint.endpoint field's rename. | Andrew Arnott | 2009-07-13 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-07-27 | 1 | -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.1 | Andrew Arnott | 2009-07-27 | 1 | -0/+12 |
| | |\ \ | | | |/ | | | | | | | | | | | | | Conflicts: src/version.txt | ||||
| | | * | Fixed bug where RP was willing to perform discovery on an asserted HTTP ↵ | Andrew Arnott | 2009-07-01 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | Identifier even with RequireSsl turned on. | ||||
* | | | | More careful CC changes. | Andrew Arnott | 2009-07-02 | 1 | -1/+1 |
|/ / / | |||||
* | | | Added RelyingParty.IAuthenticationResponse.Provider property. | Andrew Arnott | 2009-06-02 | 2 | -40/+14 |
| | | | | | | | | | | | | Resolves Trac ticket 71. | ||||
* | | | Added OpenID RP security option to require successful establishment of ↵ | Andrew Arnott | 2009-05-30 | 1 | -0/+12 |
| | | | | | | | | | | | | shared associations when creating authentication requests. | ||||
* | | | Added RP security option to only discover OP Identifiers. | Andrew Arnott | 2009-05-30 | 1 | -0/+12 |
| | | | |||||
* | | | Added security feature so RPs can opt out of accepting delegating identifiers. | Andrew Arnott | 2009-05-16 | 1 | -0/+16 |
| | | | |||||
* | | | Added configuration setting that allows RPs to reject all unsolicited ↵ | Andrew Arnott | 2009-05-15 | 1 | -1/+6 |
| | | | | | | | | | | | | assertions. | ||||
* | | | Removed RP RequireSsl property changed event since it was only added to ↵ | Andrew Arnott | 2009-05-08 | 1 | -18/+0 |
| | | | | | | | | | | | | support a design that didn't hold. | ||||
* | | | Added tests to verify anonymous checkid behavior. | Andrew Arnott | 2009-05-08 | 2 | -0/+54 |
|/ / | |||||
* | | Merge branch 'v3.0' | Andrew Arnott | 2009-04-15 | 1 | -2/+10 |
|\ \ | |/ | |||||
| * | Custom OpenID extensions may now exist outside the library. | Andrew Arnott | 2009-04-15 | 1 | -2/+10 |
| | | |||||
* | | Added capability for RPs to receive unsigned extension responses if they so ↵ | Andrew Arnott | 2009-03-30 | 2 | -10/+2 |
|/ | | | | choose. | ||||
* | Ooops... fixed build break in test caused by c70d5d24acf. | Andrew Arnott | 2009-03-12 | 1 | -1/+1 |
| | |||||
* | Adjusted return_to argument fetching so that unsigned parameters can be ↵ | Andrew Arnott | 2009-03-08 | 1 | -0/+24 |
| | | | | queried for when necessary. | ||||
* | IAuthenticationRequest.AddCallbackArgument no longer appends parameters to ↵ | Andrew Arnott | 2009-02-17 | 1 | -1/+33 |
| | | | | | | existing values. Fixes Google Code Issue 203. | ||||
* | Refactored test helpers to remove TestSupport and move its functionality ↵ | Andrew Arnott | 2009-01-29 | 4 | -22/+22 |
| | | | | into OpenIdTestBase. | ||||
* | Refactored association management functions from the OpenIdRelyingParty ↵ | Andrew Arnott | 2009-01-23 | 1 | -2/+2 |
| | | | | class into an AssociationManager class. | ||||
* | Lots of little bug fixes, and added a (finally!) passing test for unsigned ↵ | Andrew Arnott | 2009-01-21 | 1 | -0/+8 |
| | | | | extensions being ignored. | ||||
* | Individual association types can now have configured lifetimes. | Andrew Arnott | 2009-01-15 | 1 | -1/+1 |
| | | | | We've almost eliminated the static Configuration class. | ||||
* | Added support for dumb mode in the Relying Party. | Andrew Arnott | 2009-01-11 | 1 | -4/+11 |
| | | | | Also added a unit test to verify it. | ||||
* | Added some tests for OpenIdRelyingParty. | Andrew Arnott | 2009-01-10 | 2 | -2/+37 |
| | |||||
* | More tests: | Andrew Arnott | 2009-01-10 | 3 | -0/+79 |
| | | | | | | RP.ServiceEndpoint RP.PositiveAuthenticationResponse RP.IndirectSignedResponse | ||||
* | Added tests for Failed/Negative auth response classes at RP side. | Andrew Arnott | 2009-01-10 | 2 | -0/+127 |
| | |||||
* | Added more tests for RP.AuthenticationRequest. | Andrew Arnott | 2009-01-10 | 1 | -5/+41 |
| | |||||
* | Added several tests for RP.AuthenticationRequest. | Andrew Arnott | 2009-01-10 | 1 | -4/+50 |
| | |||||
* | Fixed the only two failing tests. | Andrew Arnott | 2009-01-09 | 1 | -2/+2 |
| | |||||
* | CRLF -> LF line endings change to all .cs files. | Andrew Arnott | 2009-01-09 | 3 | -269/+269 |
| | |||||
* | StyleCop work. | Andrew Arnott | 2009-01-09 | 1 | -12/+5 |
| | |||||
* | Added 2 tests for PositiveAuthenticationResponse. | Andrew Arnott | 2009-01-09 | 1 | -0/+67 |
| | |||||
* | Fixed up the new AuthenticationRequestTests unit test to pass. | Andrew Arnott | 2009-01-04 | 1 | -0/+1 |
| | |||||
* | TEMP2 | Andrew Arnott | 2009-01-04 | 1 | -7/+4 |
| | |||||
* | TEMP | Andrew Arnott | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Added RP and OP authentication interfaces and implementations to be ↵ | Andrew Arnott | 2009-01-03 | 1 | -0/+44 |
| | | | | compatible with DotNetOpenId. | ||||
* | Ported ServiceEndpointTests and fixed but in ProviderEndpointDescription class. | Andrew Arnott | 2008-12-26 | 1 | -0/+174 |
| | |||||
* | Added new OpenID 1.x compatibility-supporting binding elements. | Andrew Arnott | 2008-12-24 | 1 | -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 Arnott | 2008-12-15 | 1 | -2/+3 |
| | |||||
* | Added a few tests. | Andrew Arnott | 2008-12-01 | 2 | -0/+91 |