Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | OAuth SP now works with 1.0 Consumers correctly. | Andrew Arnott | 2009-06-08 | 16 | -51/+94 | |
| | | | | | | ||||||
| | | | | * | Minor change to MessagingUtilities to avoid a merge conflict later. | Andrew Arnott | 2009-06-07 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | | | * | 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 | 29 | -90/+439 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -1/+3 | |
| | | | | | ||||||
| | | | * | 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 | |
| | | | | | ||||||
| | | | * | 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 | |
| | | | | | ||||||
| | | | * | Fixed xml doc comments around Channel.ReadFromRequest<T>. | Andrew Arnott | 2009-05-30 | 1 | -4/+4 | |
| | | | | | ||||||
| | | | * | Fixed bug where ProviderEndpoint.SendResponse would not clear the pending ↵ | Andrew Arnott | 2009-05-29 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | auth request. | |||||
| | | | * | OAuth messages now only scrape the FORM data for ↵ | Andrew Arnott | 2009-05-29 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | application/x-www-form-urlencoded HTTP requests. This fixes sending multipart POST messages (including images, for example). | |||||
| | | | * | Moved magic uri-encoded string to a constant. | Andrew Arnott | 2009-05-29 | 3 | -3/+9 | |
| | | | | | ||||||
| | | | * | AX fetch response now accepts attribute values with count = 0. | Andrew Arnott | 2009-05-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Resolves Trac issue 68. | |||||
| * | | | | Fixed GSA profile's association max lifetime handling. | Andrew Arnott | 2009-06-20 | 4 | -21/+53 | |
| | | | | | ||||||
| * | | | | Fixed merge errors. | Andrew Arnott | 2009-06-17 | 2 | -15/+1 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into gsa | Andrew Arnott | 2009-06-17 | 6 | -2/+163 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into gsa | Andrew Arnott | 2009-06-16 | 34 | -179/+2443 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Renamed security profiles to behaviors. | Andrew Arnott | 2009-06-02 | 13 | -107/+99 | |
| | | | | | | | ||||||
| * | | | | | | Redesign of GSA security profile so that OPs can work with and without it on ↵ | Andrew Arnott | 2009-06-02 | 21 | -281/+253 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the same endpoint. | |||||
| * | | | | | | Working RP and OP samples demonstrating the GSA profile. | Andrew Arnott | 2009-06-02 | 6 | -14/+60 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | But I need to refactor the ISecurityProfile so that OPs can support the GSA profile without requiring that all RPs comply with it's RequireSsl setting for RP discovery. | |||||
| * | | | | | | First run at security profile extensibility and the GSA profile class. | Andrew Arnott | 2009-06-02 | 16 | -14/+913 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | OP PPID support has not been put in yet, and the security profile interfaces are facade class level instead of channel level. | |||||
| * | | | | | | Added PAPE URIs for indicating GSA compliance requirements. | Andrew Arnott | 2009-06-02 | 1 | -0/+23 | |
| | | | | | | | ||||||
* | | | | | | | More changes from sztupy. | Andrew Arnott | 2009-06-18 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Added more logging and conditions for mono. | Andrew Arnott | 2009-06-18 | 1 | -0/+5 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'master' into mono2 | Andrew Arnott | 2009-06-18 | 126 | -989/+5953 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | Merge branch 'v3.1' | Andrew Arnott | 2009-06-18 | 15 | -96/+87 | |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | |_|/ / | | |/| | | | ||||||
| | * | | | | Cleaned up distinction between public and rewritten request URLs. | Andrew Arnott | 2009-06-18 | 15 | -482/+481 | |
| | | | | | | ||||||
| * | | | | | Fixed up PPID support so that it worked in more scenarios and is more secure ↵ | Andrew Arnott | 2009-06-17 | 6 | -21/+68 | |
| | | | | | | | | | | | | | | | | | | | | | | | | against accidental buggy implementations in the host layer. | |||||
| * | | | | | Added OpenID pluggable behaviors support, including a sample PPID generator. | Andrew Arnott | 2009-06-17 | 25 | -25/+675 | |
| | |_|/ / | |/| | | | ||||||
| * | | | | Fixed vsmdi file for unit test changes made recently. | Andrew Arnott | 2009-06-15 | 1 | -44/+53 | |
| | | | | | ||||||
| * | | | | Locking down some unsettled parts of the new OpenIdRelyingParty*ControlBase ↵ | Andrew Arnott | 2009-06-15 | 2 | -1/+11 | |
| | | | | | | | | | | | | | | | | | | | | classes. | |||||
| * | | | | Fixed build break in test library, and set correct text in sample OP login ↵ | Andrew Arnott | 2009-06-15 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | button. | |||||
| * | | | | Build warning cleanup and reverting of unintentional changes. | Andrew Arnott | 2009-06-15 | 5 | -30/+91 | |
| | | | | | ||||||
| * | | | | OpenIdButton now uses GET or POST as appropriate to send the OpenID auth ↵ | Andrew Arnott | 2009-06-15 | 3 | -10/+113 | |
| | | | | | | | | | | | | | | | | | | | | request. | |||||
| * | | | | Fixed query string parsing bug in OpenIdAjaxTextBox. | Andrew Arnott | 2009-06-15 | 1 | -2/+4 | |
| | | | | | ||||||
| * | | | | Fixes unhandled exception from ↵ | Andrew Arnott | 2009-06-15 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | OpenIdRelyingParty.IsOpenIdSupportingParameter for certain odd query strings. | |||||
| * | | | | Reverted OpenIdButton to be non-ajax to deal with the Chrome popup blocker. | Andrew Arnott | 2009-06-15 | 2 | -3/+10 | |
| | | | | | ||||||
| * | | | | More work in AJAX and non AJAX control base classes. OpenIdButton currently ↵ | Andrew Arnott | 2009-06-14 | 7 | -186/+286 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is "Ajax enabled" and gets as far as receiving the positive assertion -- but doesn't process it. Problems with popup blocker in Chrome due to delayed window.open after onclick. | |||||
| * | | | | ErrorUtilities.ThrowInternal now returns an exception type for easier C# ↵ | Andrew Arnott | 2009-06-14 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | validation. | |||||
| * | | | | Added logging when 417 Expectation Continue is encountered. | Andrew Arnott | 2009-06-14 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Split RP control base class into two. | Andrew Arnott | 2009-06-13 | 4 | -210/+386 | |
| | | | | | ||||||
| * | | | | Progress on moving OpenIdAjaxTextBox-like behavior into the common base class. | Andrew Arnott | 2009-06-12 | 7 | -254/+682 | |
| | | | | | ||||||
| * | | | | Reworking OpenIdRelyingPartyControlBase to be AJAX-based. | Andrew Arnott | 2009-06-12 | 4 | -49/+367 | |
| | | | | | ||||||
| * | | | | Hid the base control's Popup property since it doesn't work right now for ↵ | Andrew Arnott | 2009-06-12 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | the OpenIdButton. | |||||
| * | | | | Fixed UsePersistentCookie persistence in control base class. | Andrew Arnott | 2009-06-12 | 1 | -0/+6 | |
| | | | | | ||||||
| * | | | | All new RP OpenIdButton ASP.NET control and updated RP web forms sample to ↵ | Andrew Arnott | 2009-06-12 | 10 | -7/+884 | |
| | | | | | | | | | | | | | | | | | | | | use it. | |||||
| * | | | | Fixed unhandled exception due to AuthenticationResponseSnapshot constructor ↵ | Andrew Arnott | 2009-06-03 | 5 | -3/+23 | |
| | | | | | | | | | | | | | | | | | | | | calling Provider member of classes that may not support that property. | |||||
| * | | | | Undid modal dialog popup for ajax control. It was causing issues since ↵ | Andrew Arnott | 2009-06-03 | 1 | -7/+3 | |
| | | | | | | | | | | | | | | | | | | | | self.popup wouldn't be assigned until after the dialog closed. | |||||
| * | | | | Added RelyingParty.IAuthenticationResponse.Provider property. | Andrew Arnott | 2009-06-02 | 13 | -108/+252 | |
| | |/ / | |/| | | | | | | | | | | Resolves Trac ticket 71. | |||||
| * | | | Added log message to explain why no services are discovered with RequireSsl ↵ | Andrew Arnott | 2009-06-02 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | on none-SSL identifier. | |||||
| * | | | Added XAML source to TypeConfigurationElement. | Andrew Arnott | 2009-06-02 | 5 | -3/+52 | |
| | | | | ||||||
| * | | | Added ErrorUtilities.VerifyHost method. | Andrew Arnott | 2009-06-02 | 3 | -1/+84 | |
| | | | | ||||||
| * | | | PPID generation can now be scoped to exact realm, just the host name in the ↵ | Andrew Arnott | 2009-06-01 | 3 | -5/+56 | |
| | | | | | | | | | | | | | | | | realm, or no unique PPIDs per RP at all. | |||||
| * | | | Promoted PPID identifier provider from the application block to the core ↵ | Andrew Arnott | 2009-05-31 | 5 | -0/+354 | |
| | | | | | | | | | | | | | | | | library. | |||||
| * | | | Fixed build break from recent change to ExtensionsBindingElement. | Andrew Arnott | 2009-05-31 | 5 | -465/+468 | |
| | | | | ||||||
| * | | | Added RP security configuration option to forcibly ignore unsigned ↵ | Andrew Arnott | 2009-05-31 | 4 | -6/+51 | |
| | | | | | | | | | | | | | | | | extensions in response messages. | |||||
| * | | | Added OpenID RP security option to require successful establishment of ↵ | Andrew Arnott | 2009-05-30 | 6 | -9/+67 | |
| | | | | | | | | | | | | | | | | shared associations when creating authentication requests. | |||||
| * | | | Added RP security option to only discover OP Identifiers. | Andrew Arnott | 2009-05-30 | 4 | -3/+48 | |
| | | | | ||||||
| * | | | Fixed xml doc comment for realm discovery. | Andrew Arnott | 2009-05-30 | 1 | -3/+1 | |
| | | | | ||||||
| * | | | Fixed bug where ProviderEndpoint.SendResponse would not clear the pending ↵ | Andrew Arnott | 2009-05-29 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | auth request. | |||||
| * | | | Marked the new HostProcessedRequest and AnonymousRequest classes as ↵ | Andrew Arnott | 2009-05-28 | 2 | -0/+3 | |
| | | | | | | | | | | | | | | | | serializable. | |||||
| * | | | Merge branch 'v3.1' | Andrew Arnott | 2009-05-21 | 3 | -3/+4 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-05-21 | 3 | -3/+4 | |
| | |\ \ | | | |/ | ||||||
| | | * | Updated to Code Contracts 1.2.20518.12, and fixed a couple of lingering ↵ | Andrew Arnott | 2009-05-21 | 3 | -3/+4 | |
| | | | | | | | | | | | | | | | | FxCop messages. | |||||
| * | | | Replaced a couple of dnoi_ prefixes with dnoa_. | Andrew Arnott | 2009-05-21 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Merge branch 'v3.1' | Andrew Arnott | 2009-05-21 | 40 | -692/+1078 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-05-21 | 25 | -595/+705 | |
| | |\ \ | | | |/ | ||||||
| | | * | vsmdi update. | Andrew Arnott | 2009-05-21 | 1 | -457/+444 | |
| | | | | ||||||
| | | * | Refactored InfoCard SupportingScript.js. | Andrew Arnott | 2009-05-21 | 2 | -106/+106 | |
| | | | | ||||||
| | | * | "ineffectual" javascript adjustments to infocard selector. | Andrew Arnott | 2009-05-21 | 2 | -403/+416 | |
| | | | | ||||||
| | | * | FxCop now runs clean in v3.0 branch. | Andrew Arnott | 2009-05-20 | 3 | -0/+5 | |
| | | | | ||||||
| | | * | Fixed StyleCop messages. | Andrew Arnott | 2009-05-20 | 2 | -3/+3 | |
| | | | | ||||||
| | | * | Removed Contracts.ForAll reference since it keeps a runtime dependency to ↵ | Andrew Arnott | 2009-05-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Microsoft.Contracts.dll | |||||
| | | * | FxCop and CC fixes. | Andrew Arnott | 2009-05-18 | 6 | -3/+29 | |
| | | | | ||||||
| | | * | Test runs more resilient to race conditions. | Andrew Arnott | 2009-05-16 | 1 | -0/+17 | |
| | | | | ||||||
| | | * | Removed unused UntrustedWebRequestHandler.DefaultCachePolicy field. | Andrew Arnott | 2009-05-13 | 1 | -5/+0 | |
| | | | | | | | | | | | | | | | | It was causing problems with mono anyway. | |||||
| | | * | Fixes OpenID and OAuth URL data string encoding to follow RFC 3986 instead ↵ | Andrew Arnott | 2009-05-11 | 7 | -57/+120 | |
| | | | | | | | | | | | | | | | | | | | | | | | | of RFC 2396. While this probably won't fix any interop issues with OpenID, it IS anticipated to fix interop issues with OAuth since the generated signature base string will be different if any of these symbols show up in the string: !*'() | |||||
| | | * | Moved "dnoa." prefix into a centralized constant. | Andrew Arnott | 2009-05-08 | 6 | -7/+12 | |
| | | | | ||||||
| | | * | Changed the custom RP parameter prefix from "dnoi." to "dnoa." | Andrew Arnott | 2009-05-08 | 5 | -7/+7 | |
| | | | | ||||||
| | | * | StyleCop fix | Andrew Arnott | 2009-05-07 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Made IMessagePartEncoder public. | Andrew Arnott | 2009-05-07 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Fixed InfoCardSelector.Issuer property so that setting it to the empty ↵ | Andrew Arnott | 2009-05-05 | 1 | -7/+1 | |
| | | | | | | | | | | | | | | | | string prevents rendering the param tag. | |||||
| | | * | Fixed bug where Authorization header POST requests would fail because of a ↵ | Andrew Arnott | 2009-05-04 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | missing Content-Length HTTP header. | |||||
| | * | | FxCop and StyleCop fixes for v3.1 branch. | Andrew Arnott | 2009-05-20 | 5 | -33/+6 | |
| | | | | ||||||
| | * | | Incremented version to v3.1.1. | Andrew Arnott | 2009-05-02 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merge branch 'v3.0' into v3.1v3.1.0.9122 | Andrew Arnott | 2009-05-02 | 1 | -21/+49 | |
| | |\ \ | | | |/ | | | | | | | | | | | | | Conflicts: src/version.txt |