Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v3.2' | Andrew Arnott | 2009-08-31 | 21 | -73/+1001 |
|\ | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/Identifier.cs | ||||
| * | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-08-31 | 18 | -68/+958 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs | ||||
| | * | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-08-31 | 18 | -68/+958 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/OpenIdStrings.Designer.cs src/DotNetOpenAuth/OpenId/OpenIdStrings.resx | ||||
| | | * | Added to sample OAuthConsumerWcf to demonstrate calling our sample ↵ | Andrew Arnott | 2009-08-19 | 15 | -65/+955 |
| | | | | | | | | | | | | | | | | OAuthServiceProvider. | ||||
| | | * | Fixed a couple of issues with the sample OAuth SP in handling desktop consumers. | Andrew Arnott | 2009-08-19 | 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. | ||||
| * | | | Fixed bug in OAuth Service Provider WCF sample where the service was using ↵ | Andrew Arnott | 2009-08-21 | 3 | -5/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | the identity of the logged in user rather than the identity authenticated by the service (OAuth) to look up the data. Resolves trac #114. Thanks Steven L-P for reporting this! | ||||
* | | | | Finished OpenID+OAuth sample-to-sample demo. | Andrew Arnott | 2009-08-26 | 2 | -1/+11 |
| | | | | |||||
* | | | | Fixed bug where the sample OP would show the OpenID+OAuth extension panel ↵ | Andrew Arnott | 2009-08-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | always, even without an OAuth extension present. | ||||
* | | | | Merge branch 'rpControlBase' | Andrew Arnott | 2009-08-25 | 5 | -26/+2 |
|\ \ \ \ | |||||
| * | | | | Added commented out lines to add debugging helps to the ajax login control. | Andrew Arnott | 2009-07-25 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Suppressed the warning in the samples that .NET generates due to use of ↵ | Andrew Arnott | 2009-07-20 | 4 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | HMAC-SHA384 and 512. | ||||
| * | | | | Removed unnecessary method from sample InMemoryTokenManager. | Andrew Arnott | 2009-07-13 | 1 | -8/+0 |
| | | | | | |||||
| * | | | | Updated sample to avoid build break due to the removed ↵ | Andrew Arnott | 2009-07-13 | 3 | -18/+1 |
| | | | | | | | | | | | | | | | | | | | | OpenIdLogin.SetupRequired event. | ||||
| * | | | | Enhanced OpenIdRelyingPartyControlBase to have an option to persist the user ↵ | Andrew Arnott | 2009-07-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Identifier rather than the auth ticket. | ||||
* | | | | | Added IServiceProviderTokenManager.UpdateToken method. | Andrew Arnott | 2009-08-19 | 3 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | Fixes Trac #96. | ||||
* | | | | | Merge branch 'v3.2' | Andrew Arnott | 2009-08-05 | 3 | -5/+8 |
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | Conflicts: tools/DotNetOpenAuth.Versioning.targets tools/Publish.targets | ||||
| * | | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-08-05 | 3 | -5/+8 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-08-05 | 3 | -5/+8 |
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | | Conflicts: build.proj | ||||
| | | * | | Switching samples to Medium trust, since setting originUrl allows outbound ↵ | Andrew Arnott | 2009-08-04 | 2 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | HTTP to work. | ||||
| | | * | | 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. | ||||
* | | | | | Fixed signing of OpenIdOfflineProvider tool and Contracts assemblies. | Andrew Arnott | 2009-08-01 | 1 | -2/+3 |
| | | | | | |||||
* | | | | | Merge branch 'v3.2' | Andrew Arnott | 2009-07-28 | 7 | -4/+35 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt | ||||
| * | | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-07-27 | 5 | -0/+16 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.1 | Andrew Arnott | 2009-07-27 | 5 | -0/+16 |
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | Conflicts: src/version.txt | ||||
| | | * | | 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 |
| | | | | | |||||
| * | | | | Enhanced class asp sample to be a bit more resilient to error conditions. | Andrew Arnott | 2009-06-26 | 1 | -4/+18 |
| | | | | | |||||
| * | | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-06-26 | 1 | -0/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fixed bug where offline OP didn't set response content-type. | Andrew Arnott | 2009-06-22 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Fixed StyleCop messages | Andrew Arnott | 2009-06-26 | 1 | -8/+8 |
| | | | | | |||||
* | | | | | Fixed StyleCop message. | Andrew Arnott | 2009-07-28 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Fixed StyleCop message. | Andrew Arnott | 2009-07-27 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Added OpenID+OAuth combined OP sample. | Andrew Arnott | 2009-07-15 | 17 | -1/+540 |
| | | | | | |||||
* | | | | | Fixed bugs in sample RP's xrds file. | Andrew Arnott | 2009-07-15 | 1 | -1/+2 |
| |_|_|/ |/| | | | |||||
* | | | | Fixed StyleCop messages | Andrew Arnott | 2009-06-25 | 1 | -8/+8 |
|/ / / | |||||
* | | | RP sample now uses a web user control to display profile fields so it can be ↵ | Andrew Arnott | 2009-06-24 | 5 | -76/+125 |
| | | | | | | | | | | | | reused elsewhere. | ||||
* | | | Cleaned up WCF sample service a bit now that we have IPrincipal working. | Andrew Arnott | 2009-06-23 | 2 | -8/+13 |
| | | | |||||
* | | | OAuth WCF service sample now impersonates the original user in the thread's ↵ | Andrew Arnott | 2009-06-23 | 3 | -1/+64 |
| | | | | | | | | | | | | current principal. | ||||
* | | | Promoted the OAuthIdentity and OAuthPrincipal classes from ApplicationBlock ↵ | Andrew Arnott | 2009-06-23 | 3 | -132/+0 |
| | | | | | | | | | | | | to the core library. | ||||
* | | | Added IServiceProviderAccessToken and added a method to get it on the ↵ | Andrew Arnott | 2009-06-23 | 2 | -2/+30 |
| | | | | | | | | | | | | IServiceProviderTokenManager interface. | ||||
* | | | Fixed merge problem that corrupted a sample's web.config file. | Andrew Arnott | 2009-06-21 | 1 | -3/+5 |
| | | | |||||
* | | | Added the AXFetchAsSregTransform OpenID behavior that allows RPs and OPs to ↵ | Andrew Arnott | 2009-06-20 | 3 | -1/+9 |
| | | | | | | | | | | | | deal strictly with Sreg and yet be compatible with all known formats of AX requests and responses. | ||||
* | | | Post merge cleanup. | Andrew Arnott | 2009-06-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'v3.1' | Andrew Arnott | 2009-06-19 | 17 | -68/+409 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | 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.1 | Andrew Arnott | 2009-06-19 | 17 | -68/+409 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Arnott | 2009-06-15 | 2 | -3/+7 |
| | | | | | | | | | | | | Resolves Trac ticket #54. | ||||
| | * | Locked down contract for when tokens are not found. | Andrew Arnott | 2009-06-09 | 1 | -2/+6 |
| | | | |||||
| | * | Fixed a couple of small bugs. | Andrew Arnott | 2009-06-09 | 1 | -1/+1 |
| | | | |||||
| | * | Refactored OAuth service provider interfaces to better suite token and ↵ | Andrew Arnott | 2009-06-08 | 7 | -52/+165 |
| | | | | | | | | | | | | consumer queries. | ||||
| | * | OAuth SP now works with 1.0 Consumers correctly. | Andrew Arnott | 2009-06-08 | 8 | -38/+97 |
| | | | |||||
| | * | 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 |
| | | | |||||
| | * | Initial change to comply with OAuth 1.0a. | Andrew Arnott | 2009-06-05 | 6 | -8/+55 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | Fixes for the OpenIdAjaxTextBox UI rendering issues on IE8. | Andrew Arnott | 2009-06-04 | 1 | -1/+1 |
| | | | |||||
| | * | Added Google Maps OAuth scope to application block. | Andrew Arnott | 2009-06-04 | 1 | -0/+6 |
| | | | |||||
* | | | Fixed up PPID support so that it worked in more scenarios and is more secure ↵ | Andrew Arnott | 2009-06-17 | 1 | -43/+26 |
| | | | | | | | | | | | | against accidental buggy implementations in the host layer. | ||||
* | | | Added OpenID pluggable behaviors support, including a sample PPID generator. | Andrew Arnott | 2009-06-17 | 14 | -120/+82 |
| | | | |||||
* | | | Fixed build break in test library, and set correct text in sample OP login ↵ | Andrew Arnott | 2009-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | button. | ||||
* | | | Build warning cleanup and reverting of unintentional changes. | Andrew Arnott | 2009-06-15 | 1 | -10/+2 |
| | | | |||||
* | | | Split RP control base class into two. | Andrew Arnott | 2009-06-13 | 1 | -3/+10 |
| | | | |||||
* | | | All new RP OpenIdButton ASP.NET control and updated RP web forms sample to ↵ | Andrew Arnott | 2009-06-12 | 3 | -13/+4 |
| | | | | | | | | | | | | use it. | ||||
* | | | Promoted PPID identifier provider from the application block to the core ↵ | Andrew Arnott | 2009-05-31 | 6 | -141/+5 |
| | | | | | | | | | | | | library. | ||||
* | | | StyleCop fixes. | Andrew Arnott | 2009-05-21 | 2 | -4/+4 |
| | | | |||||
* | | | Merge branch 'v3.1' | Andrew Arnott | 2009-05-21 | 18 | -112/+440 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-05-21 | 11 | -111/+170 |
| |\ \ | | |/ | |||||
| | * | Fixed javascript bug in sample OP's unsolicited assertion page. | Andrew Arnott | 2009-05-20 | 1 | -0/+2 |
| | | | |||||
| | * | Updated OpenIdRelyingPartyMvc sample's web.config file to be compliant with ↵ | Andrew Arnott | 2009-05-14 | 1 | -25/+27 |
| | | | | | | | | | | | | shipping version of ASP.NET MVC. | ||||
| | * | Added uri section declaration to web.config files of a few samples. | Andrew Arnott | 2009-05-13 | 3 | -0/+3 |
| | | | |||||
| | * | Removed unneeded catch in sample. | Andrew Arnott | 2009-05-11 | 1 | -5/+0 |
| | | | |||||
| | * | Made sure that IDN and IRI URI mode are turned on for all sample sites, and ↵ | Andrew Arnott | 2009-05-09 | 7 | -79/+130 |
| | | | | | | | | | | | | added a comment indicating their importance for all web sites that use this library. | ||||
| | * | Added MessagePart members to custom extension sample. | Andrew Arnott | 2009-05-07 | 2 | -2/+8 |
| | | | |||||
| * | | StyleCop fixes. | Andrew Arnott | 2009-04-30 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-04-30 | 2 | -5/+5 |
| |\ \ | | |/ | |||||
| | * | StyleCop fixes. | Andrew Arnott | 2009-04-30 | 2 | -5/+5 |
| | | | |||||
| * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-04-30 | 4 | -2/+110 |
| |\ \ | | |/ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt | ||||
| | * | Fixes OAuth base signature string construction for URLs that include a ↵ | Andrew Arnott | 2009-04-29 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | query-string part. Fixes Trac ticket 42. | ||||
| | * | Added a bunch more Google Scopes to the application block. | Andrew Arnott | 2009-04-29 | 1 | -2/+68 |
| | | | |||||
| | * | Added XSS protection to OAuth SP sample. | Andrew Arnott | 2009-04-29 | 2 | -0/+21 |
| | | | | | | | | | | | | Resolves Trac ticket 43. | ||||
| | * | OAuth SP sample now correctly sets the ConsumerLabel field in the authorize ↵ | Andrew Arnott | 2009-04-25 | 2 | -0/+15 |
| | | | | | | | | | | | | page. | ||||
| * | | Added sample OAuthPrincipal class to the application block. | Andrew Arnott | 2009-04-30 | 2 | -0/+68 |
| | | | |||||
| * | | Added sample OAuthIdentity class to the application block. | Andrew Arnott | 2009-04-29 | 2 | -0/+64 |
| | | | |||||
| * | | Fixed StyleCop messages in offline OP app. | Andrew Arnott | 2009-04-28 | 1 | -4/+28 |
| | | | |||||
* | | | Added root route to MVC sample. | Andrew Arnott | 2009-05-21 | 1 | -0/+5 |
| | | | |||||
* | | | Removed OpenIdTextBox.ImmediateMode. | Andrew Arnott | 2009-05-19 | 3 | -13/+0 |
| | | | | | | | | | | | | Resolves Trac ticket #64. | ||||
* | | | OP now has a RequireSsl option, which requires RP discovery to happen over ↵ | Andrew Arnott | 2009-05-08 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | HTTPS. Fixes Trac ticket 51. | ||||
* | | | Fixed build breaks in sample caused by RP discovery breaking change in ↵ | Andrew Arnott | 2009-05-08 | 2 | -2/+2 |
| | | | | | | | | | | | | commit 83811ba2f188ff. | ||||
* | | | StyleCop fixes. | Andrew Arnott | 2009-05-08 | 1 | -6/+6 |
| | | | |||||
* | | | Added support for extension-only (non-identity) checkid_* requests. | Andrew Arnott | 2009-05-08 | 16 | -70/+355 |
|/ / | |||||
* | | Merge branch 'offlineapp' | Andrew Arnott | 2009-04-26 | 9 | -75/+400 |
|\ \ | |||||
| * | | OpenID offline Provider now temporarily takes focus during an intercepted login. | Andrew Arnott | 2009-04-26 | 4 | -1/+43 |
| | | | |||||
| * | | Removed the InternalsVisibleTo attribute for DNOA toward the Offline Provider. | Andrew Arnott | 2009-04-26 | 1 | -1/+1 |
| | | | |||||
| * | | Removed all UI for unimplemented features in the Offline Provider. | Andrew Arnott | 2009-04-26 | 5 | -62/+61 |
| | | | |||||
| * | | The auto-respond vs. intercept setting for checkid messages works now. | Andrew Arnott | 2009-04-26 | 3 | -28/+44 |
| | | | |||||
| * | | Lots more feature work on OpenID Offline Provider app: | Andrew Arnott | 2009-04-26 | 6 | -58/+122 |
| | | | | | | | | | | | | | | | * OpenID app icon * UI work | ||||
| * | | Added user interactivity to begin to customize auth responses to the ↵ | Andrew Arnott | 2009-04-25 | 6 | -14/+219 |
| | | | | | | | | | | | | OpenIdOfflineProvider tool. | ||||
* | | | Merge branch 'pairwise' | Andrew Arnott | 2009-04-26 | 20 | -39/+381 |
|\ \ \ | |||||
| * | | | Stylecop fixes. | Andrew Arnott | 2009-04-26 | 6 | -25/+22 |
| | | | | |||||
| * | | | Moved PPID OP Provider code out of the library and into the ApplicationBlock. | Andrew Arnott | 2009-04-26 | 7 | -24/+213 |
| | | | |