Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed build breaks in the solution. | Andrew Arnott | 2012-03-17 | 1 | -0/+4 |
| | |||||
* | Access token endpoint now can respond with appropriate errors. | Andrew Arnott | 2012-03-14 | 1 | -0/+1 |
| | |||||
* | Turned off ccrewrite.exe for test assembly. | Andrew Arnott | 2012-03-10 | 1 | -2/+2 |
| | |||||
* | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 1 | -0/+1 |
| | |||||
* | Added two more OAuth2 unit tests, for the UserAgentClient class. | Andrew Arnott | 2012-02-21 | 1 | -1/+2 |
| | |||||
* | Added scaffolding for OAuth2 unit tests and added the first test for client ↵ | Andrew Arnott | 2012-02-20 | 1 | -2/+4 |
| | | | | authorization. | ||||
* | Fixed build warnings regarding CLR 4 build and System.Web.Abstractions.dll | Andrew Arnott | 2012-01-29 | 1 | -1/+2 |
| | |||||
* | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI) | Andrew Arnott | 2012-01-12 | 1 | -4/+4 |
| | |||||
* | All product assemblies build without ccrewrite.exe now. | Andrew Arnott | 2011-09-18 | 1 | -4/+12 |
| | |||||
* | The test project now builds, so the whole solution does. | Andrew Arnott | 2011-08-02 | 1 | -1/+2 |
| | |||||
* | The whole solution now builds except for the test project. | Andrew Arnott | 2011-08-02 | 1 | -0/+60 |
| | |||||
* | Fixed build breaks in test project. | Andrew Arnott | 2011-07-10 | 1 | -0/+22 |
| | |||||
* | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 1 | -6/+0 |
| | | | | Nothing compiles at this point. | ||||
* | StyleCop fixes and functional touch-ups. | Andrew Arnott | 2011-05-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2011-05-06 | 1 | -0/+6 |
|\ | | | | | | | | | | | | | | | | | Conflicts: samples/OAuthServiceProvider/Code/Global.cs src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/Channel.cs src/version.txt | ||||
| * | Hid more implementation details of perf measurements. | Andrew Arnott | 2011-05-03 | 1 | -1/+0 |
| | | |||||
| * | StyleCop clean. | Andrew Arnott | 2011-05-03 | 1 | -1/+1 |
| | | |||||
| * | Perf tests now compare results against a baseline produced on the test machine. | Andrew Arnott | 2011-05-02 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | This uses portions of MeasureIt, which normalizes perf measurements in terms of the machine's speed. We also do other things to reduce noise: * set process and thread priority * wait for the CPU to quiet down before beginning. * set power management to High Performance * wake the CPU up if it's in a low power mode. | ||||
* | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-12-23 | 1 | -1/+0 |
|\ \ | |/ | | | | | | | | | | | Conflicts: samples/OAuthServiceProvider/Code/DatabaseTokenManager.cs samples/OAuthServiceProvider/Code/OAuthToken.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx | ||||
| * | Fixed an MSTest-based unit test to be based on NUnit instead. | Andrew Arnott | 2010-12-20 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-07-21 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj projecttemplates/RelyingPartyLogic/CreateDatabase.sql samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthChannel.cs src/version.txt | ||||
| * | Added StyleCop to toolset and regular command line build. | Andrew Arnott | 2010-07-19 | 1 | -0/+2 |
| | | | | | | | | As part of this, all projects now import EnlistmentInfo.props and .targets. | ||||
* | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-07-09 | 1 | -1/+13 |
|\ \ | |/ | | | | | | | | | | | Conflicts: samples/OAuthConsumer/Web.config src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/DotNetOpenAuth.csproj | ||||
| * | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-07-09 | 1 | -1/+0 |
| | | | | | | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it. | ||||
| * | Resolved build breaks after upgrading Code Contracts. | Andrew Arnott | 2010-06-10 | 1 | -1/+14 |
| | | |||||
* | | Fixed namespace in unit test project to match new namespace in core library. | Andrew Arnott | 2010-06-27 | 1 | -5/+5 |
| | | |||||
* | | Early efforts to store the tokens in a more binary form for compactness. | Andrew Arnott | 2010-06-24 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-06-08 | 1 | -11/+3 |
|\ \ | |/ | | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/MessagingElement.cs src/DotNetOpenAuth/Messaging/Reflection/MessagePart.cs | ||||
| * | Stabilized reference paths and removed HintPaths. | Andrew Arnott | 2010-05-28 | 1 | -11/+3 |
| | | | | | | | | This is work for targeting .NET 4.0. | ||||
* | | JSON messages now work. :) | Andrew Arnott | 2010-06-04 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'v3.4' into oauthWRAP | Andrew Arnott | 2010-05-06 | 1 | -0/+6 |
|\ \ | |/ | | | | | | | | | | | | | | | Conflicts: samples/OAuthConsumer/Web.config src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/MessagingStrings.Designer.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/version.txt | ||||
| * | Fixed XRDS discovery no longer prevents HTML discovery from succeeding. | Andrew Arnott | 2010-03-15 | 1 | -0/+6 |
| | | | | | | | | Fixes Trac #186 | ||||
* | | Moved some tests into a new test class. | Andrew Arnott | 2010-04-05 | 1 | -0/+1 |
| | | |||||
* | | Swapped out the custom OAuth WRAP factory for the new StandardMessageFactory ↵ | Andrew Arnott | 2010-02-22 | 1 | -0/+2 |
| | | | | | | | | | | | | class. Added first WRAP unit test, which although it's empty it actually verifies that the channel can be initialized. | ||||
* | | Added early version of StandardMessageFactory. | Andrew Arnott | 2010-02-22 | 1 | -0/+1 |
|/ | |||||
* | Upgraded to VS2010. | Andrew Arnott | 2010-02-10 | 1 | -11/+51 |
|\ | | | | | | | Merge remote branch 'origin/v3.4-Dev10' into v3.4 | ||||
| * | NUnit project now builds while targeting both v3.5 and v4.0. | Andrew Arnott | 2010-01-08 | 1 | -2/+1 |
| | | |||||
| * | Replacing the Shadow accessor generation with our own multi-targeting ready ↵ | Andrew Arnott | 2010-01-08 | 1 | -3/+1 |
| | | | | | | | | version. | ||||
| * | Merge branch 'nunit' into master-Dev10 | Andrew Arnott | 2010-01-08 | 1 | -1/+3 |
| |\ | |||||
| | * | Removed MSTest project type GUID and wired up NUnit in build.proj. | Andrew Arnott | 2010-01-06 | 1 | -2/+1 |
| | | | |||||
| | * | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 1 | -1/+1 |
| | | | |||||
| | * | First test converted to NUnit. | Andrew Arnott | 2010-01-06 | 1 | -1/+4 |
| | | | |||||
| * | | Touching up how CLR 4 is conditioned in the build. | Andrew Arnott | 2010-01-08 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-08 | 1 | -9/+7 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth/DotNetOpenAuth.csproj | ||||
| * \ \ | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-06 | 1 | -1/+8 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Post-upgrade build break fix: Removed own Microsoft.Contracts.dll and reference | Andrew Arnott | 2010-01-05 | 1 | -4/+0 |
| | | | | |||||
| * | | | Solution upgraded (MVC projects won't upgrade at this point). | Andrew Arnott | 2010-01-05 | 1 | -4/+49 |
| | | | | |||||
* | | | | Fixed OpenIdAjaxTextBox that broke because ProviderEndpointDescription was ↵ | Andrew Arnott | 2010-02-03 | 1 | -1/+2 |
| |_|/ |/| | | | | | | | | | | | | | | not serializable. Also added a test to verify fix. | ||||
* | | | Remodeled some of our build scripts after the new VC project system's .props ↵ | Andrew Arnott | 2010-01-08 | 1 | -8/+5 |
| | | | | | | | | | | | | and .targets pattern. | ||||
* | | | Added a product-wide .props and .targets file. | Andrew Arnott | 2010-01-07 | 1 | -3/+4 |
| |/ |/| | |||||
* | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-13 | 1 | -2/+0 |
|\ \ | |/ | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt | ||||
| * | Simplified the requirements for signing using an alternate key. | Andrew Arnott | 2009-12-05 | 1 | -2/+0 |
| | | |||||
| * | Made allowance for the public delay-signing key to be changed for someone ↵ | Andrew Arnott | 2009-12-05 | 1 | -1/+1 |
| | | | | | | | | else's. | ||||
* | | Added support for identifiers that perform dual roles as OP Identifiers and ↵ | Andrew Arnott | 2009-11-27 | 1 | -0/+3 |
| | | | | | | | | Claimed Identifiers. | ||||
* | | Renamed test class to match new class name in library. | Andrew Arnott | 2009-11-27 | 1 | -1/+1 |
| | | |||||
* | | Some extensive refactoring around IIdentifierDiscoveryResult and ↵ | Andrew Arnott | 2009-11-22 | 1 | -0/+1 |
| | | | | | | | | ServiceEndpoint. | ||||
* | | Updated tests to build with new extensible identifier discovery. | Andrew Arnott | 2009-11-18 | 1 | -1/+4 |
|/ | |||||
* | Merge branch 'v3.2' | Andrew Arnott | 2009-11-03 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth.sln src/DotNetOpenAuth/OpenId/Provider/IProviderBehavior.cs src/DotNetOpenAuth/OpenId/RelyingParty/IRelyingPartyBehavior.cs | ||||
| * | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-11-03 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | Conflicts: src/version.txt | ||||
| | * | Suppress the byte order mark in direct response messages. | Andrew Arnott | 2009-09-25 | 1 | -0/+1 |
| | | | | | | | | | | | | Fixes trac #131. | ||||
* | | | Merge branch 'master' into contracts | Andrew Arnott | 2009-10-28 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/GlobalSuppressions.cs src/DotNetOpenAuth/InfoCard/Token/TokenUtility.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyControlBase.cs | ||||
| * | | | FxCop fixes. | Andrew Arnott | 2009-10-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | Added multi-part POST unit tests. | Andrew Arnott | 2009-09-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Still doesn't actually work against IIS though. Don't yet know why. | ||||
* | | | | Merge branch 'master' into contracts | Andrew Arnott | 2009-09-03 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | 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/+1 |
| | | | | | | | | | | | | | | | | 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 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+1 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/Identifier.cs | ||||
| | * | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-08-31 | 1 | -0/+1 |
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs | ||||
| | | * | Added tests for unsolicited assertion sending and receiving, including ↵ | Andrew Arnott | 2009-08-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | against the RP's whitelist. | ||||
| * | | | Added localized strings in Serbian. | Andrew Arnott | 2009-08-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Special thanks to Branislav Uzelac who provided the translation. | ||||
* | | | | Merge branch 'master' into contracts | Andrew Arnott | 2009-06-25 | 1 | -2/+15 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/TypeConfigurationCollection.cs src/DotNetOpenAuth/Configuration/TypeConfigurationElement.cs src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs src/DotNetOpenAuth/Messaging/Reflection/MessagePart.cs src/DotNetOpenAuth/Messaging/Reflection/ValueMapping.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthChannel.cs src/DotNetOpenAuth/OAuth/ConsumerBase.cs src/DotNetOpenAuth/OAuth/Messages/MessageBase.cs src/DotNetOpenAuth/OAuth/Messages/UnauthorizedTokenResponse.cs src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Protocol.cs src/DotNetOpenAuth/OpenId/Provider/AutoResponsiveRequest.cs src/DotNetOpenAuth/OpenId/Provider/HostProcessedRequest.cs src/DotNetOpenAuth/OpenId/Provider/IHostProcessedRequest.cs src/DotNetOpenAuth/OpenId/Provider/Request.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs src/DotNetOpenAuth/OpenId/RelyingParty/ServiceEndpoint.cs | ||||
| * | | | We now delay-sign DNOA and the test assembly. We sign the product .dll when ↵ | Andrew Arnott | 2009-06-25 | 1 | -2/+3 |
| |/ / | | | | | | | | | | building layouts. | ||||
| * | | Added OP association and checkid perf tests. | Andrew Arnott | 2009-06-22 | 1 | -0/+1 |
| | | | | | | | | | | | | Resolves ticket #10. | ||||
| * | | Attribute extension interop helper testing complete, along with several bug ↵ | Andrew Arnott | 2009-06-20 | 1 | -1/+3 |
| | | | | | | | | | | | | fixes. | ||||
| * | | Added the AXFetchAsSregTransform OpenID behavior that allows RPs and OPs to ↵ | Andrew Arnott | 2009-06-20 | 1 | -1/+5 |
| | | | | | | | | | | | | deal strictly with Sreg and yet be compatible with all known formats of AX requests and responses. | ||||
| * | | Implemented InteropHelper.SpreadSregToAX. | Andrew Arnott | 2009-06-20 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'v3.1' | Andrew Arnott | 2009-06-19 | 1 | -0/+2 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/OpenIdElement.cs src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OpenId/Provider/ProviderEndpoint.cs | ||||
| | * | Added a helper method so that SPs can generate their own verifier codes that ↵ | Andrew Arnott | 2009-06-06 | 1 | -0/+1 |
| | | | | | | | | | | | | comply with Consumer requirements. | ||||
| | * | Added tests for the UriOrOobEncoding class. | Andrew Arnott | 2009-06-06 | 1 | -0/+1 |
| | | | |||||
| * | | Progress on moving OpenIdAjaxTextBox-like behavior into the common base class. | Andrew Arnott | 2009-06-12 | 1 | -0/+1 |
| | | | |||||
| * | | Added RelyingParty.IAuthenticationResponse.Provider property. | Andrew Arnott | 2009-06-02 | 1 | -0/+1 |
| | | | | | | | | | | | | Resolves Trac ticket 71. | ||||
* | | | Switched almost entirely over to Code Contracts across the entire library. | Andrew Arnott | 2009-05-23 | 1 | -3/+34 |
|/ / | | | | | | | But some unit tests still fail, and there are other issues. | ||||
* | | Added UI extension tests. | Andrew Arnott | 2009-05-15 | 1 | -0/+1 |
| | | |||||
* | | Providers now have better feedback about how RP discovery fails so they can ↵ | Andrew Arnott | 2009-05-08 | 1 | -0/+1 |
| | | | | | | | | | | | | make more informed policy decisions. Fixes Trac ticket 53. | ||||
* | | Added tests to verify anonymous checkid behavior. | Andrew Arnott | 2009-05-08 | 1 | -0/+3 |
|/ | |||||
* | Turned off runtime contract checking until ccrewrite.exe gets fixed so it ↵ | Andrew Arnott | 2009-04-24 | 1 | -1/+2 |
| | | | | doesn't hang. | ||||
* | Renamed a couple of methods: | Andrew Arnott | 2009-03-15 | 1 | -0/+22 |
| | | | | | PrepareMessageForSending -> ProcessOutgoingMessage VerifyMessageAfterReceiving -> ProcessIncomingMessage | ||||
* | Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to ↵ | Andrew Arnott | 2009-03-15 | 1 | -2/+2 |
| | | | | IncomingWebResponse. | ||||
* | Added Microsoft.Contracts.dll v1.1.20309.13 to source control. | Andrew Arnott | 2009-03-11 | 1 | -2/+5 |
| | |||||
* | Added test to verify OP's compliance with OpenID 2.0 section 8.4.1. | Andrew Arnott | 2009-03-10 | 1 | -0/+2 |
| | |||||
* | Fixed CodeAnalysis build path. | Andrew Arnott | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | Code Contracts work.. enabling it for just a few classes. | Andrew Arnott | 2009-03-09 | 1 | -0/+23 |
| | |||||
* | first sprint | Andrew Arnott | 2009-03-09 | 1 | -0/+10 |
| | |||||
* | Constructors on all OpenID direct response messages now require the OpenID ↵ | Andrew Arnott | 2009-02-09 | 1 | -0/+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 error direct response messages are now sent with HTTP status codes of ↵ | Andrew Arnott | 2009-01-29 | 1 | -0/+1 |
| | | | | 400. | ||||
* | Refactored test helpers to remove TestSupport and move its functionality ↵ | Andrew Arnott | 2009-01-29 | 1 | -1/+0 |
| | | | | into OpenIdTestBase. | ||||
* | Added/fixed ASP.NET basic hosting in the unit tests and added one test to ↵ | Andrew Arnott | 2009-01-29 | 1 | -1/+4 |
| | | | | verify. | ||||
* | Added AuthenticationRequest.IsReturnUrlDiscoverable test. | Andrew Arnott | 2009-01-23 | 1 | -0/+1 |
| | |||||
* | All ExtraData, including extensions, are now signed in OP signed responses. | Andrew Arnott | 2009-01-19 | 1 | -0/+1 |
| | |||||
* | PAPE tests ported, and all tests pass. | Andrew Arnott | 2009-01-17 | 1 | -1/+1 |
| |