summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v3.3'Andrew Arnott2009-12-271-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/InfoCardRelyingParty/Site.Master samples/OpenIdProviderWebForms/Site.Master samples/OpenIdRelyingPartyClassicAsp/MembersOnly.asp samples/OpenIdRelyingPartyClassicAsp/default.asp samples/OpenIdRelyingPartyClassicAsp/login.asp samples/OpenIdRelyingPartyWebForms/Site.Master src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/Extensions/ExtensionsInteropHelper.cs
| * Fixed NullReferenceException from reporting during unit tests.Andrew Arnott2009-12-261-0/+2
| |
* | Merge branch 'v3.3'Andrew Arnott2009-12-132-2/+56
|\ \ | |/ | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt
| * Made the last commit's fix unit testable, added 4 unit tests, and satisfied ↵Andrew Arnott2009-12-091-0/+56
| | | | | | | | StyleCop.
| * Simplified the requirements for signing using an alternate key.Andrew Arnott2009-12-051-2/+0
| |
| * Made allowance for the public delay-signing key to be changed for someone ↵Andrew Arnott2009-12-051-1/+1
| | | | | | | | else's.
| * Merge branch 'v3.2' into v3.3Andrew Arnott2009-12-011-1/+3
| |\
| | * Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-011-1/+3
| | |\
| | | * Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-011-1/+3
| | | |\
| | | | * Added some diagnostic logging to TestPublic test.Andrew Arnott2009-11-201-1/+3
| | | | |
* | | | | Worked around publicize/ccrewrite build break that only appears on build server.Andrew Arnott2009-12-011-3/+3
| | | | |
* | | | | Support for dual (OP+Claimed) identifiers is contrary to the spec, so we're ↵Andrew Arnott2009-11-304-5/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | turning support for it back off (under a switch). See commit 1243c92a0172784f32938a2081f76463f90f102d for where this feature was first introduced.
* | | | | Merge branch 'master' into extensibleDiscoveryAndrew Arnott2009-11-272-2/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/ProviderEndpointDescription.cs
| * | | | | Added some diagnostic logging to TestPublic test.Andrew Arnott2009-11-201-1/+3
| |/ / / /
| * | | | Merge branch 'v3.2' into v3.3Andrew Arnott2009-11-181-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-181-1/+2
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-181-1/+2
| | | |\ \ | | | | |/
| | | | * Fixed failing unit test bug.Andrew Arnott2009-11-181-1/+2
| | | | |
* | | | | Added support for identifiers that perform dual roles as OP Identifiers and ↵Andrew Arnott2009-11-276-1/+69
| | | | | | | | | | | | | | | | | | | | Claimed Identifiers.
* | | | | Renamed test class to match new class name in library.Andrew Arnott2009-11-272-3/+3
| | | | |
* | | | | Fixed up failing unit tests.Andrew Arnott2009-11-245-14/+10
| | | | |
* | | | | Further refactoring of discovery results.Andrew Arnott2009-11-2312-117/+110
| | | | |
* | | | | StyleCop fixes.Andrew Arnott2009-11-228-8/+8
| | | | |
* | | | | 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-2214-159/+158
| | | | | | | | | | | | | | | | | | | | ServiceEndpoint.
* | | | | Updated tests to build with new extensible identifier discovery.Andrew Arnott2009-11-1810-622/+725
|/ / / /
* | | | Fixed failing FriendlyIdentifierForDisplay test that was broken in commit ↵Andrew Arnott2009-11-171-3/+3
| | | | | | | | | | | | | | | | 67913850b038642bc11ba4b871368307ca5acc38.
* | | | Suppressed a few compiler warnings.Andrew Arnott2009-11-071-0/+2
| | | |
* | | | Merge branch 'v3.2'Andrew Arnott2009-11-034-5/+57
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | 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.2Andrew Arnott2009-11-032-0/+37
| |\ \ \ | | |/ / | | | | | | | | | | | | Conflicts: src/version.txt
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-032-0/+37
| | |\ \ | | | |/ | | | | | | | | | | | | Conflicts: src/version.txt
| | | * Suppress the byte order mark in direct response messages.Andrew Arnott2009-09-252-0/+37
| | | | | | | | | | | | | | | | Fixes trac #131.
| * | | Added more perf reporting for perf unit tests.Andrew Arnott2009-11-021-4/+6
| | | |
| * | | Preparing to allow for RP discovery to yield more than just return_to endpoints.Andrew Arnott2009-11-021-1/+1
| | | |
| * | | Brought the UI extensions' lang parameter up to the new UI 0.5 DRAFT spec.Andrew Arnott2009-11-021-3/+18
| | | |
* | | | Added more perf reporting for perf unit tests.Andrew Arnott2009-11-021-4/+6
| | | |
* | | | Merge branch 'master' into openiduxAndrew Arnott2009-11-0133-53/+126
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/InfoCard/InfoCardSelector.cs src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyControlBase.cs
| * \ \ \ Merge branch 'master' into contractsAndrew Arnott2009-10-283-0/+199
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | Finishing up contract work.Andrew Arnott2009-09-221-1/+3
| | | | | |
| * | | | | Adjusted Code Contract settings.Andrew Arnott2009-09-202-0/+6
| | | | | |
| * | | | | More contracts work.Andrew Arnott2009-09-061-1/+1
| | | | | |
| * | | | | Merge branch 'master' into contractsAndrew Arnott2009-09-032-0/+50
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs
| * \ \ \ \ \ Merge branch 'master' into contractsAndrew Arnott2009-09-0113-20/+215
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | More careful CC changes.Andrew Arnott2009-07-022-2/+2
| | | | | | | |
| * | | | | | | Merge branch 'master' into contractsAndrew Arnott2009-06-252-1/+15
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/TestBase.cs
| * | | | | | | | Fixed up all tests so they pass.Andrew Arnott2009-06-258-2/+24
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into contractsAndrew Arnott2009-06-2527-83/+963
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-2322-47/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | But some unit tests still fail, and there are other issues.
* | | | | | | | | | Fixed build break introduced in 0f5556420674886b14723898890f3b492a3854a8.Andrew Arnott2009-10-293-4/+4
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | FxCop fixes.Andrew Arnott2009-10-273-13/+112
| | | | | | | | |
* | | | | | | | | Added multi-part POST unit tests.Andrew Arnott2009-09-182-0/+100
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Still doesn't actually work against IIS though. Don't yet know why.
* | | | | | | | Fixed bug where OpenIdTextBox would throw when given invalid input rather ↵Andrew Arnott2009-09-022-0/+50
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | than allow the OpenIdLogin control to display the invalid identifier message with its validator control.
* | | | | | | Merge branch 'v3.2'Andrew Arnott2009-08-318-17/+167
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/Identifier.cs
| * | | | | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-08-318-17/+167
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-317-16/+144
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/OpenIdStrings.Designer.cs src/DotNetOpenAuth/OpenId/OpenIdStrings.resx
| | | * | | | The two ASP.NET hosted tests now result in Inconclusive when they fail to ↵Andrew Arnott2009-08-312-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | start due to an assembly load failure. I don't know why the assembly load failure occurs sometimes and not others.
| | | * | | | Added tests for unsolicited assertion sending and receiving, including ↵Andrew Arnott2009-08-305-0/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | against the RP's whitelist.
| | * | | | | Fixed failing unit test due to recent new exception wrapping.Andrew Arnott2009-08-261-1/+1
| | | | | | |
| | * | | | | Fixed public facing URL parsing bug when IPv6 addresses are explicitly used ↵unknown2009-08-061-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | by the RP.
* | | | | | | Added localized strings in Serbian.Andrew Arnott2009-08-292-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Special thanks to Branislav Uzelac who provided the translation.
* | | | | | | Merge branch 'rpControlBase'Andrew Arnott2009-08-252-2/+2
|\ \ \ \ \ \ \
| * | | | | | | OpenIdAjaxTextBox rewritten to derive from OpenIdRelyingPartyAjaxControlBase.Andrew Arnott2009-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A great deal of refactoring went into this, but of C# and Javascript code. The upside to this is now we can write many more AJAX controls (auto-login, for example) with minimal code. Note that the OpenIdAjaxTextBox control is not yet back up to par with the prior one. Postbacks don't yet properly deserialize the 'authenticated' state of the page.
| * | | | | | | Fixed build break caused by ServiceEndpoint.endpoint field's rename.Andrew Arnott2009-07-131-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Added IServiceProviderTokenManager.UpdateToken method.Andrew Arnott2009-08-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Trac #96.
* | | | | | | Merge branch 'v3.2'Andrew Arnott2009-07-282-1/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt
| * | | | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-07-271-1/+1
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi
| | * | | | Merge branch 'v3.0' into v3.1Andrew Arnott2009-07-271-1/+1
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi
| | | * | | Updated baseline signature now that a different date/time stamp is applied ↵Andrew Arnott2009-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | due to commit 5fcf4bd.
| * | | | | 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.
| * | | | | Fixed perf tests to suspend logging so they pass.Andrew Arnott2009-06-262-1/+15
| | | | | |
* | | | | | Fixed perf tests to suspend logging so they pass.Andrew Arnott2009-06-252-1/+15
| |_|_|_|/ |/| | | |
* | | | | We now delay-sign DNOA and the test assembly. We sign the product .dll when ↵Andrew Arnott2009-06-251-2/+3
|/ / / / | | | | | | | | | | | | building layouts.
* | | | Added IServiceProviderAccessToken and added a method to get it on the ↵Andrew Arnott2009-06-231-1/+11
| | | | | | | | | | | | | | | | IServiceProviderTokenManager interface.
* | | | Added OP association and checkid perf tests.Andrew Arnott2009-06-222-0/+150
| | | | | | | | | | | | | | | | Resolves ticket #10.
* | | | Attribute extension interop helper testing complete, along with several bug ↵Andrew Arnott2009-06-204-8/+236
| | | | | | | | | | | | | | | | fixes.
* | | | Added the AXFetchAsSregTransform OpenID behavior that allows RPs and OPs to ↵Andrew Arnott2009-06-204-26/+147
| | | | | | | | | | | | | | | | deal strictly with Sreg and yet be compatible with all known formats of AX requests and responses.
* | | | Implemented InteropHelper.SpreadSregToAX.Andrew Arnott2009-06-202-0/+25
| | | |
* | | | Merge branch 'v3.1'Andrew Arnott2009-06-198-27/+179
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/OpenIdElement.cs src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OpenId/Provider/ProviderEndpoint.cs
| * | | Merge branch 'v3.0' into v3.1Andrew Arnott2009-06-198-27/+179
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/OAuth/ConsumerBase.cs src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs src/DotNetOpenAuth/OAuth/OAuthStrings.resx src/DotNetOpenAuth/Yadis/Yadis.cs
| | * | Added request token TTL checking.Andrew Arnott2009-06-151-0/+6
| | | | | | | | | | | | | | | | Resolves Trac ticket #54.
| | * | Fixed bug where we were looking up access tokens as if they were request tokens.Andrew Arnott2009-06-091-4/+4
| | | |
| | * | Refactored OAuth service provider interfaces to better suite token and ↵Andrew Arnott2009-06-082-40/+44
| | | | | | | | | | | | | | | | consumer queries.
| | * | OAuth SP now works with 1.0 Consumers correctly.Andrew Arnott2009-06-082-6/+15
| | | |
| | * | Added a helper method so that SPs can generate their own verifier codes that ↵Andrew Arnott2009-06-062-0/+39
| | | | | | | | | | | | | | | | comply with Consumer requirements.
| | * | All unit tests pass.Andrew Arnott2009-06-061-8/+23
| | | |
| | * | Fixed some failing unit tests and some associated product bugs.Andrew Arnott2009-06-063-7/+7
| | | |
| | * | Added tests for the UriOrOobEncoding class.Andrew Arnott2009-06-062-0/+69
| | | |
| | * | Initial change to comply with OAuth 1.0a.Andrew Arnott2009-06-054-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | Still need to come up with a plan to handle Consumers without callback, including mobile and set-top devices with limited keyboards. No tests yet. Limited thought given so far to interoperability with 1.0 vs. 1.0a.
* | | | Merge branch 'v3.1'Andrew Arnott2009-06-187-9/+10
|\ \ \ \ | |/ / /
| * | | Cleaned up distinction between public and rewritten request URLs.Andrew Arnott2009-06-187-9/+10
| | | |
* | | | Fixed build break in test library, and set correct text in sample OP login ↵Andrew Arnott2009-06-151-0/+1
| | | | | | | | | | | | | | | | button.
* | | | Progress on moving OpenIdAjaxTextBox-like behavior into the common base class.Andrew Arnott2009-06-122-0/+130
| | | |
* | | | Added RelyingParty.IAuthenticationResponse.Provider property.Andrew Arnott2009-06-025-41/+78
| | | | | | | | | | | | | | | | Resolves Trac ticket 71.
* | | | Fixed build break from recent change to ExtensionsBindingElement.Andrew Arnott2009-05-312-3/+3
| | | |
* | | | 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
| |_|/ |/| |
* | | Merge branch 'v3.1'Andrew Arnott2009-05-211-2/+2
|\ \ \ | |/ /