Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed some more references from DNOI to DNOA. | Andrew Arnott | 2009-12-13 | 6 | -12/+12 |
| | |||||
* | Fixed the samples' links to the project home page to point to the new project. | Andrew Arnott | 2009-12-13 | 9 | -12/+12 |
| | |||||
* | Updated documentation files. | Andrew Arnott | 2009-12-10 | 3 | -179/+17 |
| | | | | Fixes Trac #11 | ||||
* | Fixed clean target so it doesn't remove the static API files that we want to ↵ | Andrew Arnott | 2009-12-10 | 2 | -4/+24 |
| | | | | preserve. | ||||
* | Fixed broken build.proj Clean target. | Andrew Arnott | 2009-12-10 | 1 | -0/+10 |
| | | | | Fixes Trac #123 | ||||
* | Fixed FxCop message. | Andrew Arnott | 2009-12-09 | 1 | -3/+3 |
| | |||||
* | Extensions that lack a type URI namespace parameter are no longer picked up ↵ | Andrew Arnott | 2009-12-03 | 1 | -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 Arnott | 2009-12-02 | 1 | -2/+11 |
| | |||||
* | Enhanced libcheck.ps1 script slightly. | Andrew Arnott | 2009-11-22 | 1 | -2/+2 |
| | |||||
* | Added some diagnostic logging to TestPublic test. | Andrew Arnott | 2009-11-20 | 1 | -1/+3 |
| | |||||
* | Fixed failing unit test bug. | Andrew Arnott | 2009-11-18 | 2 | -1/+9 |
| | |||||
* | Added missing capability for Service Providers to specify a non-memory nonce ↵ | Andrew Arnott | 2009-11-18 | 8 | -16/+70 |
| | | | | store. | ||||
* | Removed crumb of a bad idea. | Andrew Arnott | 2009-11-18 | 1 | -10/+0 |
| | |||||
* | Added missing oauth .config file Intellisense .xsd elements. | Andrew Arnott | 2009-11-18 | 1 | -0/+36 |
| | |||||
* | Fixed some commenting and parameter names to make it clear that UTC time is ↵ | Andrew Arnott | 2009-11-18 | 2 | -12/+13 |
| | | | | used for associations and nonces. | ||||
* | Added frame-busting code to OAuth SP sample. | Andrew Arnott | 2009-11-17 | 1 | -1/+19 |
| | |||||
* | Fixed comment. | Andrew Arnott | 2009-11-07 | 1 | -2/+2 |
| | |||||
* | Fixed FxCop message. | Andrew Arnott | 2009-10-27 | 1 | -0/+1 |
| | |||||
* | Removed a magic string. | Andrew Arnott | 2009-10-22 | 1 | -6/+6 |
| | |||||
* | Hid the InfoCardSelector.RaisePostBackEvent method that shouldn't have been ↵ | Andrew Arnott | 2009-10-22 | 1 | -1/+9 |
| | | | | publicly exposed. | ||||
* | Added license.txt file to solution items folder. | Andrew Arnott | 2009-10-08 | 1 | -0/+1 |
| | |||||
* | Fixed bug where HttpWebResponse.FinalUri might not really be the responding ↵ | Andrew Arnott | 2009-10-05 | 2 | -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 Arnott | 2009-09-25 | 3 | -3/+44 |
| | | | | Fixes trac #131. | ||||
* | Fixed unhandled exception thrown on receipt of invalid HTTP headers. | Andrew Arnott | 2009-09-17 | 1 | -1/+10 |
| | |||||
* | Fixed faulty sample custom nonce store. | Andrew Arnott | 2009-09-15 | 8 | -26/+34 |
| | | | | Fixes #129 | ||||
* | Incremented version number. | Andrew Arnott | 2009-09-12 | 1 | -1/+1 |
| | |||||
* | Updated Microsoft.Contracts.dll to version 1.2.20903.10. | Andrew Arnott | 2009-09-11 | 1 | -0/+0 |
| | |||||
* | Suppressed FxCop message.v3.0.4.9252 | Andrew Arnott | 2009-09-03 | 1 | -0/+1 |
| | |||||
* | The two ASP.NET hosted tests now result in Inconclusive when they fail to ↵ | Andrew Arnott | 2009-08-31 | 2 | -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 Arnott | 2009-08-31 | 3 | -48/+47 |
| | |||||
* | Fixed a couple of small error messages. | Andrew Arnott | 2009-08-30 | 2 | -1/+5 |
| | |||||
* | Added tests for unsolicited assertion sending and receiving, including ↵ | Andrew Arnott | 2009-08-30 | 9 | -2/+141 |
| | | | | against the RP's whitelist. | ||||
* | OpenIdRelyingParty.EndpointFilter now consulted before successfully ↵ | Andrew Arnott | 2009-08-30 | 5 | -2/+140 |
| | | | | | | receiving an unsolicited positive assertion. Fixes #118 | ||||
* | Fixed warning that is logged when sreg extension requests come into an OP ↵ | Andrew Arnott | 2009-08-25 | 1 | -0/+2 |
| | | | | with empty required or optional lists. | ||||
* | Adds a few ServiceProvider constructors to allow for a custom INonceStore ↵ | Andrew Arnott | 2009-08-19 | 2 | -4/+25 |
| | | | | | | instance to be supplied. Resolves Trac ticket #112 | ||||
* | Added to sample OAuthConsumerWcf to demonstrate calling our sample ↵ | Andrew Arnott | 2009-08-19 | 16 | -65/+958 |
| | | | | OAuthServiceProvider. | ||||
* | Fixed a couple of issues with the sample OAuth SP in handling desktop consumers. | Andrew Arnott | 2009-08-19 | 2 | -2/+2 |
| | |||||
* | Fixed StyleCop messages. | Andrew Arnott | 2009-08-18 | 2 | -2/+2 |
| | |||||
* | Fixed NullReferenceException that can be thrown by the MVC Provider sample ↵ | Andrew Arnott | 2009-08-17 | 1 | -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 Arnott | 2009-08-14 | 1 | -6/+11 |
| | | | | | | sends us invalid XML instead. Fixes Trac #109. | ||||
* | Fixed unhandled exception in OAuth that was thrown for URLs that have query ↵ | Andrew Arnott | 2009-08-11 | 1 | -1/+5 |
| | | | | strings that are in the '?WSDL' (non name=value) style. | ||||
* | Fixed DotNetOAuth reference. | Andrew Arnott | 2009-08-05 | 1 | -1/+1 |
| | |||||
* | Removed debug mesages. | Andrew Arnott | 2009-08-05 | 1 | -3/+0 |
| | |||||
* | Fixed more bugs in samples/docs deployment. | Andrew Arnott | 2009-08-05 | 1 | -13/+16 |
| | |||||
* | Added PublishDocumentation and PublishSamples targets that push docs and ↵ | Andrew Arnott | 2009-08-05 | 11 | -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 ↵clrbugDestabilizeRuntime | Andrew Arnott | 2009-08-04 | 2 | -4/+4 |
| | | | | runtime" that occurs on some servers sometimes. | ||||
* | Switching samples to Medium trust, since setting originUrl allows outbound ↵ | Andrew Arnott | 2009-08-04 | 2 | -4/+6 |
| | | | | HTTP to work. | ||||
* | Fixed feedback email address in API documentation. | Andrew Arnott | 2009-08-03 | 1 | -1/+1 |
| | |||||
* | Removed test runs from nightly build target for now. | Andrew Arnott | 2009-08-01 | 1 | -1/+1 |
| | |||||
* | Moved the OpenIdRelyingParty instantiating in the RP MVC sample so it ↵ | Andrew Arnott | 2009-07-30 | 1 | -1/+2 |
| | | | | doesn't happen over and over. | ||||
* | Updated baseline signature now that a different date/time stamp is applied ↵ | Andrew Arnott | 2009-07-27 | 1 | -1/+1 |
| | | | | due to commit 5fcf4bd. | ||||
* | Updated vsmdi file. | Andrew Arnott | 2009-07-27 | 1 | -76/+77 |
| | |||||
* | Cleaned up all StyleCop and FxCop messages. | Andrew Arnott | 2009-07-27 | 7 | -3/+15 |
| | |||||
* | Suppressed the warning in the samples that .NET generates due to use of ↵ | Andrew Arnott | 2009-07-27 | 4 | -0/+12 |
| | | | | HMAC-SHA384 and 512. | ||||
* | Added commented out lines to add debugging helps to the ajax login control. | Andrew Arnott | 2009-07-27 | 1 | -0/+4 |
| | |||||
* | Added [Serializable] attributes to a few key classes. | Andrew Arnott | 2009-07-24 | 4 | -0/+4 |
| | |||||
* | Fixed the way we convert DateTimes to the zone we expect. | Andrew Arnott | 2009-07-24 | 7 | -7/+32 |
| | |||||
* | Fixed bug where RP was willing to perform discovery on an asserted HTTP ↵ | Andrew Arnott | 2009-07-01 | 4 | -2/+35 |
| | | | | Identifier even with RequireSsl turned on. | ||||
* | Incremented to version 3.0.4. | Andrew Arnott | 2009-06-26 | 1 | -1/+1 |
| | |||||
* | Fixed bug where indirect messages were not sent to the user agent with a ↵v3.0.3.9177 | Andrew Arnott | 2009-06-22 | 1 | -0/+1 |
| | | | | Content-Type HTTP header. | ||||
* | Indirect messages no longer display "Login in progress" buttons to the user ↵ | Andrew Arnott | 2009-06-22 | 1 | -1/+3 |
| | | | | if javascript is enabled. | ||||
* | Added Intellisense for .config files' DotNetOpenAuth sections. | Andrew Arnott | 2009-06-22 | 4 | -3/+243 |
| | |||||
* | Fixed problem where an unexpected version of log4net.dll in the Bin ↵ | Andrew Arnott | 2009-06-21 | 1 | -1/+5 |
| | | | | | | directory would cause DNOA to fail to start. Logging is quietly disabled in that case now. | ||||
* | Added request token TTL checking. | Andrew Arnott | 2009-06-15 | 8 | -7/+84 |
| | | | | Resolves Trac ticket #54. | ||||
* | Merge branch 'oauth10a' into v3.0 | Andrew Arnott | 2009-06-15 | 72 | -762/+4709 |
|\ | |||||
| * | Added deprecated method warning for DesktopConsumer.ProcessUserAuthorization ↵ | Andrew Arnott | 2009-06-15 | 1 | -0/+1 |
| | | | | | | | | method. | ||||
| * | Locked down contract for when tokens are not found. | Andrew Arnott | 2009-06-09 | 5 | -36/+57 |
| | | |||||
| * | Revised ServiceProviderDescription.Version to use ProtocolVersion instead of ↵ | Andrew Arnott | 2009-06-09 | 2 | -3/+10 |
| | | | | | | | | Version. | ||||
| * | Fixed bug where we were looking up access tokens as if they were request tokens. | Andrew Arnott | 2009-06-09 | 2 | -12/+16 |
| | | |||||
| * | Service Provider now rejects OAuth messages from consumers that are too old ↵ | Andrew Arnott | 2009-06-09 | 4 | -1/+22 |
| | | | | | | | | to meet security requirements. | ||||
| * | Added OAuth security settings configuration elements and runtime classes. | Andrew Arnott | 2009-06-09 | 12 | -0/+297 |
| | | | | | | | | The SP security setting RequiredMinimumOAuthVersion is NOT yet supported. | ||||
| * | Fixed a couple of small bugs. | Andrew Arnott | 2009-06-09 | 2 | -2/+2 |
| | | |||||
| * | Refactored OAuth service provider interfaces to better suite token and ↵ | Andrew Arnott | 2009-06-08 | 21 | -205/+378 |
| | | | | | | | | consumer queries. | ||||
| * | OAuth SP now works with 1.0 Consumers correctly. | Andrew Arnott | 2009-06-08 | 24 | -89/+191 |
| | | |||||
| * | Minor change to MessagingUtilities to avoid a merge conflict later. | Andrew Arnott | 2009-06-07 | 1 | -1/+1 |
| | | |||||
| * | Fixed anomaly in sample dbml file. | Andrew Arnott | 2009-06-07 | 1 | -1/+1 |
| | | |||||
| * | OAuthConsumerWpf now works with OAuth 1.0a as well. | Andrew Arnott | 2009-06-07 | 5 | -42/+112 |
| | | |||||
| * | OAuth SP and web consumer work under OAuth 1.0a. | Andrew Arnott | 2009-06-07 | 4 | -4/+42 |
| | | |||||
| * | Added a helper method so that SPs can generate their own verifier codes that ↵ | Andrew Arnott | 2009-06-06 | 10 | -61/+225 |
| | | | | | | | | comply with Consumer requirements. | ||||
| * | Refactored where token manager integration occurs. | Andrew Arnott | 2009-06-06 | 3 | -40/+29 |
| | | |||||
| * | All unit tests pass. | Andrew Arnott | 2009-06-06 | 7 | -79/+146 |
| | | |||||
| * | Fixed some failing unit tests and some associated product bugs. | Andrew Arnott | 2009-06-06 | 11 | -28/+74 |
| | | |||||
| * | Added tests for the UriOrOobEncoding class. | Andrew Arnott | 2009-06-06 | 6 | -450/+524 |
| | | |||||
| * | Initial change to comply with OAuth 1.0a. | Andrew Arnott | 2009-06-05 | 36 | -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 Arnott | 2009-06-15 | 2 | -0/+33 |
| | | | | | | | | | | | | now. Resolves Trac ticket #82. | ||||
* | | Fixed query string parsing bug in OpenIdAjaxTextBox. | Andrew Arnott | 2009-06-15 | 1 | -2/+4 |
| | | |||||
* | | ErrorUtilities.ThrowInternal now returns an exception type for easier C# ↵ | Andrew Arnott | 2009-06-15 | 2 | -11/+12 |
| | | | | | | | | validation. | ||||
* | | Added logging when 417 Expectation Continue is encountered. | Andrew Arnott | 2009-06-15 | 1 | -0/+1 |
|/ | |||||
* | Fixed OpenIdAjaxTextBox favicon width when IE8 doesn't set the proportion ↵ | Andrew Arnott | 2009-06-04 | 1 | -0/+1 |
| | | | | based on its height constraint. | ||||
* | Fixed OpenIdAjaxTextBox checkid_immediate in IE8. | Andrew Arnott | 2009-06-04 | 1 | -1/+1 |
| | |||||
* | Fixes the missing OP favicon handling of the OpenIdAjaxTextBox. | Andrew Arnott | 2009-06-04 | 1 | -1/+5 |
| | |||||
* | Fixes for the OpenIdAjaxTextBox UI rendering issues on IE8. | Andrew Arnott | 2009-06-04 | 3 | -2/+4 |
| | |||||
* | Added Google Maps OAuth scope to application block. | Andrew Arnott | 2009-06-04 | 1 | -0/+6 |
| | |||||
* | Fixed OpenIdAjaxTextBox to skip requests that are canceled by a LoggingIn ↵ | Andrew Arnott | 2009-06-03 | 1 | -5/+9 |
| | | | | event handler. | ||||
* | Fixed OpenIdAjaxTextBox javascript bug that caused some postbacks to not fire. | Andrew Arnott | 2009-06-03 | 1 | -2/+3 |
| | |||||
* | Added configuration setting to turn off OpenID discovery caching. | Andrew Arnott | 2009-06-03 | 2 | -2/+26 |
| | |||||
* | Added Moq framework. | Andrew Arnott | 2009-06-03 | 3 | -0/+3467 |
| | |||||
* | Fixed HTML discovery to properly parse responses with content-type ↵ | Andrew Arnott | 2009-05-31 | 1 | -1/+1 |
| | | | | application/xhtml+xml for XRDS LINK tags. | ||||
* | Fixed HTML discovery bug that would cause an unhandled exception when LINK ↵ | Andrew Arnott | 2009-05-31 | 2 | -2/+18 |
| | | | | tags don't contain a REL attribute. | ||||
* | Enhanced logging of VerifyProtocol errors. | Andrew Arnott | 2009-05-30 | 1 | -1/+11 |
| |