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