summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdProviderWebForms
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵lcalabrese2015-08-073-40/+32
| | | | since we are using .NET 4.5 and the built-in System.Net.Http library
* Test greenDavid Christiansen2015-01-052-13/+10
| | | | - Packages update
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-044-24/+4
|
* Updates NuGet packages.Andrew Arnott2013-10-192-4/+17
|
* Fixes OpenIdProviderWebForms login.Andrew Arnott2013-06-091-1/+2
|
* Fixes break in OpenIdProviderWebForms home page.Andrew Arnott2013-06-091-11/+11
|
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-281-1/+1
| | | | | | | The StandardRelyingPartyApplicationStore and StandardProviderApplicationStore were equivalent, and thus redundant. There was also nothing OpenID specific about them. So this consolidates and renames these types to better reflect their general purpose.
* Changed all ASP.NET async void event handlers to use RegisterAsyncTask, ↵Andrew Arnott2013-03-046-178/+136
| | | | which avoids bugs in ASP.NET.
* A few more fixes.Andrew Arnott2013-03-041-0/+1
|
* Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-0412-21/+109
|
* Fixes build breaks everywhere exception DNOA.AspNet.Andrew Arnott2013-03-021-2/+2
|
* Fixes up WCF OAuth 1 samples.Andrew Arnott2013-02-102-33/+10
|
* Removes unnecessary .config settings.Andrew Arnott2013-02-091-5/+1
|
* Fixes ASP.NET controls to be async.Andrew Arnott2013-02-091-0/+3
|
* Finished fixing build breaks except in test projects.Andrew Arnott2013-01-271-1/+0
|
* OpenIdProviderWebForms now builds.Andrew Arnott2013-01-2310-25/+102
|
* Fixes up some missing references.Andrew Arnott2012-12-292-2/+9
| | | | Upgrades MVC dependency from 1.0 to 3.0, via NuGet.
* Retargets exclusively to .NET 4.5 now.Andrew Arnott2012-12-281-1/+1
|
* ASPXCodeBehind noise.Andrew Arnott2012-10-301-0/+7
|
* user_xrds.aspx samples now utilize GetPublicFacingUrl method.Andrew Arnott2012-10-291-2/+3
| | | | Fixes #199
* Merge branch 'v4.0' into v4.1Andrew Arnott2012-09-291-1/+2
|\
| * Fixed bug in CustomStore.GetKeys enumeration.Andrew Arnott2012-09-201-1/+2
| | | | | | | | This bug only existed in the OpenIdProviderWebForms sample. The OpenIdRelyingPartyWebForms sample's copy of this file already had the fix in it.
| * Reverts v4.0 branch back to VS2010, and samples target .NET 3.5, and MVC ↵Andrew Arnott2012-04-051-9/+3
| | | | | | | | | | | | samples are MVC 2. The "upgrade" had introduced a lot of issues, such as broken project templates, broken MVC 3/4 story, etc. and wasn't fitting the stabilization that the v4.0 branch needs.
* | Removed session state from user identity pagesAndrew Arnott2012-07-131-1/+1
| | | | | | | | Thanks to Richard Collette for suggesting this efficiency improvement.
* | Migrate all samples to target .NET 4.0 and use IIS Express (where available).Andrew Arnott2012-04-023-86/+22
| | | | | | | | | | | | InfoCardRelyingParty sample left out because it seems to cause input validation trouble. Fixes #108
* | Let Dev11 dirty project files.Andrew Arnott2012-03-311-8/+5
|/
* Migrated to Dev11 project files. They should all open in Dev10 still ↵Andrew Arnott2012-03-311-3/+9
| | | | | | | | (except the new .sqlproj). This reverts commit a5e59982c1b66ebabd4c6436d4d3d177d2440649. Fixes #96
* Revert "Migrated to Dev11 project files. They should all open in Dev10 ↵Andrew Arnott2012-03-301-9/+3
| | | | | | | still (except the new .sqlproj)." This reverts commit dc59bdbc51fce4ad19cb41e5ca610915c2e99789, reversing changes made to e5b8e2e4bd925ef6967c264644e4d67749b5b3de.
* Project compatibility upgrades for Dev11.Andrew Arnott2012-02-241-3/+9
|
* Removed OAuth1's dependency on OpenID assemblies.Andrew Arnott2012-02-082-2/+6
| | | | Related to #71
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-059-17/+17
| | | | Fixes #66
* Fixed references to old DNOA.Messaging assembly in .config files.Andrew Arnott2012-01-291-3/+3
|
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-2/+2
|
* Moved behaviors into their own RP vs. OP namespaces.Andrew Arnott2011-10-211-1/+1
|
* Fixed .config files to refer to the DNOA config types explicitly. This fixed ↵Andrew Arnott2011-10-091-5/+5
| | | | the OpenIdOfflineProvider WPF sample.
* Fixes web.config references to OpenID behaviors that have changed name.Andrew Arnott2011-10-091-1/+1
| | | | Also adds a build task that fixes up references to the unified assembly.
* Fixed web.config files.Andrew Arnott2011-09-281-1/+6
|
* Fixed sample OP.Andrew Arnott2011-09-281-1/+1
|
* Merge branch 'master' into splitDllsAndrew Arnott2011-09-281-1/+1
|\
| * Reverted part of commit 2704b0fb445.Andrew Arnott2011-09-281-1/+1
| | | | | | | | Reverses some of the Send->Respond changes made that are or may be invoked from ASP.NET web forms, since web forms will render HTML after the end of the protocol message.
* | Fixed a bunch of ASPX references to the now absent dotnetopenauth.dll assembly.Andrew Arnott2011-09-206-10/+7
| | | | | | | | <%@ Register Assembly="DotNetOpenAuth
* | Samples now build.Andrew Arnott2011-08-022-1/+17
| |
* | Trying to fix up configuration section code.Andrew Arnott2011-07-101-1/+1
| |
* | Fixed compile errors in samples.Andrew Arnott2011-07-101-0/+12
| |
* | First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-5/+2
|/ | | | Nothing compiles at this point.
* Added OutgoingWebResponse.Respond method to replace its Send method, and ↵Andrew Arnott2011-06-233-3/+3
| | | | | | avoid the ThreadAbortException that is no longer the recommended approach. Fixes #40
* Moved ICryptoKeyStore and related types to the Messaging.Bindings namespace.Andrew Arnott2011-05-211-0/+1
|
* Consolidated the IProviderApplicationStore and IRelyingPartyApplicationStore ↵Andrew Arnott2011-05-201-3/+1
| | | | interfaces since they were equivalent.
* Providers and Relying Parties both implement a unified pair of ↵Andrew Arnott2011-05-203-181/+193
| | | | | | ICryptoKeyStore and INonceStore. OPs can configure to use encoded association handles or database-backed ones based on a simple web.config switch.
* Brought custom association store sample for Providers up to date.Andrew Arnott2011-05-093-67/+57
|
* FxCop fixes and suppressions.Andrew Arnott2011-04-291-2/+2
| | | | The "CodeAnalysis" configuration now runs clean.
* Fixed sample bug reported by Nikko.Andrew Arnott2010-12-181-2/+1
|
* Typo fix.Andrew Arnott2010-10-291-1/+1
|
* Added StyleCop to toolset and regular command line build.Andrew Arnott2010-07-191-0/+2
| | | | As part of this, all projects now import EnlistmentInfo.props and .targets.
* Stabilized reference paths and removed HintPaths.Andrew Arnott2010-05-281-0/+3
| | | | This is work for targeting .NET 4.0.
* StyleCop and FxCop fixes.Andrew Arnott2010-04-011-4/+4
|
* Added Yubikey login to ApplicationBlock and OpenID Provider web forms sample.Andrew Arnott2010-03-276-3/+90
|
* Upgraded solution to Visual Studio 2010.Andrew Arnott2010-01-312-25/+115
|\ | | | | | | Merge branch 'master-Dev10'
| * Fixed a couple of project issues so that the samples will backport to VS2008 ↵Andrew Arnott2010-01-081-0/+1
| | | | | | | | more easily.
| * Reverting default target framework from 4.0 back to 3.5.Andrew Arnott2010-01-082-12/+85
| |
| * Merge branch 'master' into master-Dev10Andrew Arnott2010-01-071-9/+9
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/InfoCard/Token/Token.cs src/DotNetOpenAuth/Messaging/Channel.cs src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs src/DotNetOpenAuth/OpenId/Realm.cs
| * \ Merge branch 'master' into master-Dev10Andrew Arnott2010-01-066-5/+5
| |\ \
| * | | Post upgrade build break fix: unresolvable referencesAndrew Arnott2010-01-051-16/+5
| | | |
| * | | Post upgrade build break fix: Added missing reference that needed to be ↵Andrew Arnott2010-01-051-0/+1
| | | | | | | | | | | | | | | | added due to type forwarding.
| * | | Solution upgraded (MVC projects won't upgrade at this point).Andrew Arnott2010-01-053-95/+121
| | | |
* | | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵Andrew Arnott2010-01-191-0/+1
| |_|/ |/| | | | | | | | causing type resolution ambiguities.
* | | Merge branch 'v3.3'Andrew Arnott2010-01-071-9/+9
|\ \ \ | |_|/ |/| |
| * | Merge branch 'v3.2' into v3.3Andrew Arnott2010-01-071-9/+9
| |\ \ | | |/ | |/|
| | * Merge branch 'v3.1' into v3.2Andrew Arnott2010-01-071-9/+9
| | |\
| | | * Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-071-9/+9
| | | |
* | | | Added a web-ring SSO pair of OpenID sample sites.Andrew Arnott2009-12-301-1/+1
| | | |
* | | | Merge branch 'v3.3'Andrew Arnott2009-12-273-13/+7
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/InfoCardRelyingParty/Site.Master samples/OpenIdProviderWebForms/Site.Master samples/OpenIdRelyingPartyClassicAsp/MembersOnly.asp samples/OpenIdRelyingPartyClassicAsp/default.asp samples/OpenIdRelyingPartyClassicAsp/login.asp samples/OpenIdRelyingPartyWebForms/Site.Master src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/Extensions/ExtensionsInteropHelper.cs
| * | | Merge branch 'v3.2' into v3.3Andrew Arnott2009-12-262-3/+3
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js
| | * | Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-263-5/+5
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/ChannelElements/ReturnToNonceBindingElement.cs
| | | * Changed some more references from DNOI to DNOA.Andrew Arnott2009-12-131-2/+2
| | | |
| | | * Fixed the samples' links to the project home page to point to the new project.Andrew Arnott2009-12-132-3/+3
| | | |
| * | | Updated a couple of comments in the web.config sample files.Andrew Arnott2009-12-261-2/+2
| | | |
| * | | Enabled reporting for the project template and all samples.Andrew Arnott2009-12-251-8/+2
| | | |
* | | | Updated the logos that appear on the sample sites.Andrew Arnott2009-12-054-2/+2
| | | |
* | | | DotNetOpenAuth Logo UpdateDavid Christiansen2009-12-061-0/+0
| | | | | | | | | | | | | | | | * Applied to web applications as favicon.ico
* | | | Merge branch 'v3.3'Andrew Arnott2009-12-011-3/+1
|\ \ \ \ | |/ / /
| * | | Eliminated a couple of compiler warnings.Andrew Arnott2009-12-011-3/+1
| | | |
* | | | Added sample Google Apps login page.Andrew Arnott2009-11-301-2/+2
|/ / /
* | | Merge branch 'v3.2'Andrew Arnott2009-11-034-13/+17
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth.sln src/DotNetOpenAuth/OpenId/Provider/IProviderBehavior.cs src/DotNetOpenAuth/OpenId/RelyingParty/IRelyingPartyBehavior.cs
| * | Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-034-13/+17
| |\ \ | | |/ | | | | | | | | | Conflicts: src/version.txt
| | * Fixed faulty sample custom nonce store.Andrew Arnott2009-09-154-13/+17
| | | | | | | | | | | | Fixes #129
* | | 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.
* | | Added IServiceProviderTokenManager.UpdateToken method.Andrew Arnott2009-08-191-0/+4
| | | | | | | | | | | | Fixes Trac #96.
* | | Merge branch 'v3.2'Andrew Arnott2009-08-051-2/+3
|\ \ \ | |/ / | | | | | | | | | | | | Conflicts: tools/DotNetOpenAuth.Versioning.targets tools/Publish.targets
| * | Merge branch 'v3.1' into v3.2Andrew Arnott2009-08-051-2/+3
| |\ \ | | |/
| | * Switching samples to Medium trust, since setting originUrl allows outbound ↵Andrew Arnott2009-08-041-2/+3
| | | | | | | | | | | | HTTP to work.
* | | Merge branch 'v3.2'Andrew Arnott2009-07-281-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt
| * | Merge branch 'v3.1' into v3.2Andrew Arnott2009-07-271-0/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OpenId/OpenIdStrings.resx src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAuthenticationResponse.cs src/version.txt
| | * Suppressed the warning in the samples that .NET generates due to use of ↵Andrew Arnott2009-07-271-0/+1
| | | | | | | | | | | | HMAC-SHA384 and 512.
* | | Added OpenID+OAuth combined OP sample.Andrew Arnott2009-07-1511-1/+343
|/ /
* | Added OpenID pluggable behaviors support, including a sample PPID generator.Andrew Arnott2009-06-171-0/+7
| |
* | Merge branch 'v3.1'Andrew Arnott2009-05-212-16/+21
|\ \ | |/
| * Fixed javascript bug in sample OP's unsolicited assertion page.Andrew Arnott2009-05-201-0/+2
| |
| * Made sure that IDN and IRI URI mode are turned on for all sample sites, and ↵Andrew Arnott2009-05-091-16/+19
| | | | | | | | added a comment indicating their importance for all web sites that use this library.
* | OP now has a RequireSsl option, which requires RP discovery to happen over ↵Andrew Arnott2009-05-081-1/+1
| | | | | | | | | | | | HTTPS. Fixes Trac ticket 51.