summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed some more references from DNOI to DNOA.Andrew Arnott2009-12-136-12/+12
|
* Fixed the samples' links to the project home page to point to the new project.Andrew Arnott2009-12-139-12/+12
|
* Updated documentation files.Andrew Arnott2009-12-103-179/+17
| | | | Fixes Trac #11
* Fixed clean target so it doesn't remove the static API files that we want to ↵Andrew Arnott2009-12-102-4/+24
| | | | preserve.
* Fixed broken build.proj Clean target.Andrew Arnott2009-12-101-0/+10
| | | | Fixes Trac #123
* Fixed FxCop message.Andrew Arnott2009-12-091-3/+3
|
* Extensions that lack a type URI namespace parameter are no longer picked up ↵Andrew Arnott2009-12-031-4/+6
| | | | for OpenID 2.0 messages, since only 1.1 messages should be given that assistance.
* Enhanced logging of message errors where parts are missing.Andrew Arnott2009-12-021-2/+11
|
* Enhanced libcheck.ps1 script slightly.Andrew Arnott2009-11-221-2/+2
|
* Added some diagnostic logging to TestPublic test.Andrew Arnott2009-11-201-1/+3
|
* Fixed failing unit test bug.Andrew Arnott2009-11-182-1/+9
|
* Added missing capability for Service Providers to specify a non-memory nonce ↵Andrew Arnott2009-11-188-16/+70
| | | | store.
* Removed crumb of a bad idea.Andrew Arnott2009-11-181-10/+0
|
* Added missing oauth .config file Intellisense .xsd elements.Andrew Arnott2009-11-181-0/+36
|
* Fixed some commenting and parameter names to make it clear that UTC time is ↵Andrew Arnott2009-11-182-12/+13
| | | | used for associations and nonces.
* Added frame-busting code to OAuth SP sample.Andrew Arnott2009-11-171-1/+19
|
* Fixed comment.Andrew Arnott2009-11-071-2/+2
|
* Fixed FxCop message.Andrew Arnott2009-10-271-0/+1
|
* Removed a magic string.Andrew Arnott2009-10-221-6/+6
|
* Hid the InfoCardSelector.RaisePostBackEvent method that shouldn't have been ↵Andrew Arnott2009-10-221-1/+9
| | | | publicly exposed.
* Added license.txt file to solution items folder.Andrew Arnott2009-10-081-0/+1
|
* Fixed bug where HttpWebResponse.FinalUri might not really be the responding ↵Andrew Arnott2009-10-052-6/+17
| | | | | | endpoint, resulting in an incorrect claimed_id value going to the OP. Fixed Trac ticket #136.
* Suppress the byte order mark in direct response messages.Andrew Arnott2009-09-253-3/+44
| | | | Fixes trac #131.
* Fixed unhandled exception thrown on receipt of invalid HTTP headers.Andrew Arnott2009-09-171-1/+10
|
* Fixed faulty sample custom nonce store.Andrew Arnott2009-09-158-26/+34
| | | | Fixes #129
* Incremented version number.Andrew Arnott2009-09-121-1/+1
|
* Updated Microsoft.Contracts.dll to version 1.2.20903.10.Andrew Arnott2009-09-111-0/+0
|
* Suppressed FxCop message.v3.0.4.9252Andrew Arnott2009-09-031-0/+1
|
* 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.
* Fixed test failures introduced in recent commit.Andrew Arnott2009-08-313-48/+47
|
* Fixed a couple of small error messages.Andrew Arnott2009-08-302-1/+5
|
* Added tests for unsolicited assertion sending and receiving, including ↵Andrew Arnott2009-08-309-2/+141
| | | | against the RP's whitelist.
* OpenIdRelyingParty.EndpointFilter now consulted before successfully ↵Andrew Arnott2009-08-305-2/+140
| | | | | | receiving an unsolicited positive assertion. Fixes #118
* Fixed warning that is logged when sreg extension requests come into an OP ↵Andrew Arnott2009-08-251-0/+2
| | | | with empty required or optional lists.
* Adds a few ServiceProvider constructors to allow for a custom INonceStore ↵Andrew Arnott2009-08-192-4/+25
| | | | | | instance to be supplied. Resolves Trac ticket #112
* Added to sample OAuthConsumerWcf to demonstrate calling our sample ↵Andrew Arnott2009-08-1916-65/+958
| | | | OAuthServiceProvider.
* Fixed a couple of issues with the sample OAuth SP in handling desktop consumers.Andrew Arnott2009-08-192-2/+2
|
* Fixed StyleCop messages.Andrew Arnott2009-08-182-2/+2
|
* Fixed NullReferenceException that can be thrown by the MVC Provider sample ↵Andrew Arnott2009-08-171-1/+1
| | | | | | if the Accept-Types header is missing in the request. Thanks, Steven L-P.
* We now fail more gracefully when an Identifier claims to provide an XRDS but ↵Andrew Arnott2009-08-141-6/+11
| | | | | | sends us invalid XML instead. Fixes Trac #109.
* Fixed unhandled exception in OAuth that was thrown for URLs that have query ↵Andrew Arnott2009-08-111-1/+5
| | | | strings that are in the '?WSDL' (non name=value) style.
* Fixed DotNetOAuth reference.Andrew Arnott2009-08-051-1/+1
|
* Removed debug mesages.Andrew Arnott2009-08-051-3/+0
|
* Fixed more bugs in samples/docs deployment.Andrew Arnott2009-08-051-13/+16
|
* Added PublishDocumentation and PublishSamples targets that push docs and ↵Andrew Arnott2009-08-0511-15/+298
| | | | | | | sample web sites to IIS. Split up creating IIS web sites and publishing to them, so that TeamCity build agent does not require administrator permissions. Applied some fixes to build bugs that were in the master branch where this commit mainly came from.
* Workaround for "VerificationException: this operation could destabilize the ↵clrbugDestabilizeRuntimeAndrew Arnott2009-08-042-4/+4
| | | | runtime" that occurs on some servers sometimes.
* Switching samples to Medium trust, since setting originUrl allows outbound ↵Andrew Arnott2009-08-042-4/+6
| | | | HTTP to work.
* Fixed feedback email address in API documentation.Andrew Arnott2009-08-031-1/+1
|
* Removed test runs from nightly build target for now.Andrew Arnott2009-08-011-1/+1
|
* Moved the OpenIdRelyingParty instantiating in the RP MVC sample so it ↵Andrew Arnott2009-07-301-1/+2
| | | | doesn't happen over and over.
* Updated baseline signature now that a different date/time stamp is applied ↵Andrew Arnott2009-07-271-1/+1
| | | | due to commit 5fcf4bd.
* Updated vsmdi file.Andrew Arnott2009-07-271-76/+77
|
* Cleaned up all StyleCop and FxCop messages.Andrew Arnott2009-07-277-3/+15
|
* Suppressed the warning in the samples that .NET generates due to use of ↵Andrew Arnott2009-07-274-0/+12
| | | | HMAC-SHA384 and 512.
* Added commented out lines to add debugging helps to the ajax login control.Andrew Arnott2009-07-271-0/+4
|
* Added [Serializable] attributes to a few key classes.Andrew Arnott2009-07-244-0/+4
|
* Fixed the way we convert DateTimes to the zone we expect.Andrew Arnott2009-07-247-7/+32
|
* Fixed bug where RP was willing to perform discovery on an asserted HTTP ↵Andrew Arnott2009-07-014-2/+35
| | | | Identifier even with RequireSsl turned on.
* Incremented to version 3.0.4.Andrew Arnott2009-06-261-1/+1
|
* Fixed bug where indirect messages were not sent to the user agent with a ↵v3.0.3.9177Andrew Arnott2009-06-221-0/+1
| | | | Content-Type HTTP header.
* Indirect messages no longer display "Login in progress" buttons to the user ↵Andrew Arnott2009-06-221-1/+3
| | | | if javascript is enabled.
* Added Intellisense for .config files' DotNetOpenAuth sections.Andrew Arnott2009-06-224-3/+243
|
* Fixed problem where an unexpected version of log4net.dll in the Bin ↵Andrew Arnott2009-06-211-1/+5
| | | | | | directory would cause DNOA to fail to start. Logging is quietly disabled in that case now.
* Added request token TTL checking.Andrew Arnott2009-06-158-7/+84
| | | | Resolves Trac ticket #54.
* Merge branch 'oauth10a' into v3.0Andrew Arnott2009-06-1572-762/+4709
|\
| * Added deprecated method warning for DesktopConsumer.ProcessUserAuthorization ↵Andrew Arnott2009-06-151-0/+1
| | | | | | | | method.
| * Locked down contract for when tokens are not found.Andrew Arnott2009-06-095-36/+57
| |
| * Revised ServiceProviderDescription.Version to use ProtocolVersion instead of ↵Andrew Arnott2009-06-092-3/+10
| | | | | | | | Version.
| * Fixed bug where we were looking up access tokens as if they were request tokens.Andrew Arnott2009-06-092-12/+16
| |
| * Service Provider now rejects OAuth messages from consumers that are too old ↵Andrew Arnott2009-06-094-1/+22
| | | | | | | | to meet security requirements.
| * Added OAuth security settings configuration elements and runtime classes.Andrew Arnott2009-06-0912-0/+297
| | | | | | | | The SP security setting RequiredMinimumOAuthVersion is NOT yet supported.
| * Fixed a couple of small bugs.Andrew Arnott2009-06-092-2/+2
| |
| * Refactored OAuth service provider interfaces to better suite token and ↵Andrew Arnott2009-06-0821-205/+378
| | | | | | | | consumer queries.
| * OAuth SP now works with 1.0 Consumers correctly.Andrew Arnott2009-06-0824-89/+191
| |
| * Minor change to MessagingUtilities to avoid a merge conflict later.Andrew Arnott2009-06-071-1/+1
| |
| * Fixed anomaly in sample dbml file.Andrew Arnott2009-06-071-1/+1
| |
| * OAuthConsumerWpf now works with OAuth 1.0a as well.Andrew Arnott2009-06-075-42/+112
| |
| * OAuth SP and web consumer work under OAuth 1.0a.Andrew Arnott2009-06-074-4/+42
| |
| * Added a helper method so that SPs can generate their own verifier codes that ↵Andrew Arnott2009-06-0610-61/+225
| | | | | | | | comply with Consumer requirements.
| * Refactored where token manager integration occurs.Andrew Arnott2009-06-063-40/+29
| |
| * All unit tests pass.Andrew Arnott2009-06-067-79/+146
| |
| * Fixed some failing unit tests and some associated product bugs.Andrew Arnott2009-06-0611-28/+74
| |
| * Added tests for the UriOrOobEncoding class.Andrew Arnott2009-06-066-450/+524
| |
| * Initial change to comply with OAuth 1.0a.Andrew Arnott2009-06-0536-98/+2971
| | | | | | | | | | | | 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.
* | When 417 Expectation Failed errors come in, association attempts are retried ↵Andrew Arnott2009-06-152-0/+33
| | | | | | | | | | | | now. Resolves Trac ticket #82.
* | Fixed query string parsing bug in OpenIdAjaxTextBox.Andrew Arnott2009-06-151-2/+4
| |
* | ErrorUtilities.ThrowInternal now returns an exception type for easier C# ↵Andrew Arnott2009-06-152-11/+12
| | | | | | | | validation.
* | Added logging when 417 Expectation Continue is encountered.Andrew Arnott2009-06-151-0/+1
|/
* Fixed OpenIdAjaxTextBox favicon width when IE8 doesn't set the proportion ↵Andrew Arnott2009-06-041-0/+1
| | | | based on its height constraint.
* Fixed OpenIdAjaxTextBox checkid_immediate in IE8.Andrew Arnott2009-06-041-1/+1
|
* Fixes the missing OP favicon handling of the OpenIdAjaxTextBox.Andrew Arnott2009-06-041-1/+5
|
* Fixes for the OpenIdAjaxTextBox UI rendering issues on IE8.Andrew Arnott2009-06-043-2/+4
|
* Added Google Maps OAuth scope to application block.Andrew Arnott2009-06-041-0/+6
|
* Fixed OpenIdAjaxTextBox to skip requests that are canceled by a LoggingIn ↵Andrew Arnott2009-06-031-5/+9
| | | | event handler.
* Fixed OpenIdAjaxTextBox javascript bug that caused some postbacks to not fire.Andrew Arnott2009-06-031-2/+3
|
* Added configuration setting to turn off OpenID discovery caching.Andrew Arnott2009-06-032-2/+26
|
* Added Moq framework.Andrew Arnott2009-06-033-0/+3467
|
* Fixed HTML discovery to properly parse responses with content-type ↵Andrew Arnott2009-05-311-1/+1
| | | | application/xhtml+xml for XRDS LINK tags.
* Fixed HTML discovery bug that would cause an unhandled exception when LINK ↵Andrew Arnott2009-05-312-2/+18
| | | | tags don't contain a REL attribute.
* Enhanced logging of VerifyProtocol errors.Andrew Arnott2009-05-301-1/+11
|