summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyWebForms
Commit message (Collapse)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-0463-4920/+0
|
* Updates NuGet packages.Andrew Arnott2013-10-192-4/+17
|
* 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-047-202/+262
| | | | which avoids bugs in ASP.NET.
* Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-043-1/+4
|
* Fixes build breaks everywhere exception DNOA.AspNet.Andrew Arnott2013-03-026-52/+28
|
* Removes unnecessary .config settings.Andrew Arnott2013-02-091-5/+1
|
* Fixed trust level change that was committed unintentionally.Andrew Arnott2013-02-091-1/+1
|
* Fixes ASP.NET controls to be async.Andrew Arnott2013-02-091-1/+4
|
* Fixes OpenIdLogin control and sample.Andrew Arnott2013-02-091-1/+1
|
* Fixes more samples.Andrew Arnott2013-01-2316-41/+49
|
* 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
|
* SubType noise.Andrew Arnott2012-10-141-0/+12
|
* Fixed stylecop bugs.Andrew Arnott2012-06-121-3/+2
|
* Added PAPE max_auth_time handling to sample OPAndrew Arnott2012-06-124-1/+24
| | | | | | The OpenIdRelyingPartyWebForms and OpenIdProviderMvc samples now interact via PAPE to sample enforcement of the PAPE max_auth_time parameter.
* Merge remote-tracking branch 'origin/v4.0'Andrew Arnott2012-05-291-1/+1
|\
| * Fixed OpenID RP's CustomStore sample class that throws ↵Andrew Arnott2012-05-101-1/+1
| | | | | | | | | | | | NullReferenceException in some cases. Thanks to Richard Collette for identifying the problem and suggesting the fix.
| * 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.
* | Migrate all samples to target .NET 4.0 and use IIS Express (where available).Andrew Arnott2012-04-023-14/+18
| | | | | | | | | | | | InfoCardRelyingParty sample left out because it seems to cause input validation trouble. Fixes #108
* | Let Dev11 dirty project files.Andrew Arnott2012-03-311-13/+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-083-5/+9
| | | | Related to #71
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | 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-4/+4
|
* Moved behaviors into their own RP vs. OP namespaces.Andrew Arnott2011-10-211-2/+2
|
* 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 a bunch of ASPX references to the now absent dotnetopenauth.dll assembly.Andrew Arnott2011-09-208-12/+9
| | | | <%@ Register Assembly="DotNetOpenAuth
* Fixed the webResourceUrlProvider configuration element.Andrew Arnott2011-08-091-0/+1
|
* Samples now build.Andrew Arnott2011-08-021-0/+4
|
* Basic OpenID RP login sample working again.Andrew Arnott2011-07-315-3/+20
|
* Functionality and one sample is fixed up enough to permit an OpenID login to ↵Andrew Arnott2011-07-111-1/+1
| | | | complete successfully.
* Trying to fix up configuration section code.Andrew Arnott2011-07-103-5/+9
|
* Fixed compile errors in samples.Andrew Arnott2011-07-101-0/+12
|
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-4/+1
| | | | Nothing compiles at this point.
* Fixed a couple of bugs in the RP sample's custom store.Andrew Arnott2011-05-272-3/+10
|
* 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.
* Updated samples and project template custom stores to use ICryptoKeyStore ↵Andrew Arnott2011-05-154-173/+176
| | | | for RPs.
* Changed references to DistinguishingFactor to be ProviderEndpoint.Andrew Arnott2011-05-101-9/+9
|
* Brought custom association store sample for Providers up to date.Andrew Arnott2011-05-091-3/+3
|
* Removed the allowSubPath and allowAdditionalQueryParameters settings from ↵Andrew Arnott2011-04-231-3/+4
| | | | the trusted Providers configuration since we don't yet have an implementation to support it, nor users asking for it.
* Added TrustedProviders setting in OpenID security settings.Andrew Arnott2011-04-191-1/+5
| | | | It doesn't actually alter runtime behavior yet.
* DetectGoogleSession sample now correctly identifies the successful ↵Andrew Arnott2011-04-063-4/+24
| | | | Authenticated result.
* Added DetectGoogleSession sample.Andrew Arnott2011-04-054-0/+92
| | | | Closes #21
* Adds the missing attributes on OpenIdRelyingPartyControlBase that make its ↵Andrew Arnott2010-12-292-3/+7
| | | | | | Extensions property settable inside an ASPX page. Closes #6
* Added email to the requested attributes of the identity-less login sample, ↵Andrew Arnott2010-10-063-8/+24
| | | | and fixed the default button.
* 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.
* Removed C# 4 usage from samples so they build under VS2008.Andrew Arnott2010-07-191-1/+1
|
* Fixed build break in non-DEBUG configurations of the recently changed samples.Andrew Arnott2010-04-191-1/+4
|
* Adjusted how the sample InMemoryTokenManager class is defined so that it is ↵Andrew Arnott2010-04-191-1/+4
| | | | more difficult to use in real apps without knowing its limited scope.
* Converted the OAuth consumer and SP sample web site projects to web ↵Andrew Arnott2010-04-181-2/+1
| | | | application projects.
* Switched to the new (transparent background) OpenID logo across all samples.Andrew Arnott2010-03-224-2/+2
|
* Fixed build break introduced by last checkin.Andrew Arnott2010-02-242-74/+0
|
* Merge branch 'v3.3' into v3.4Andrew Arnott2010-02-132-11/+1
|\ | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb
| * Merge branch 'v3.2' into v3.3Andrew Arnott2010-02-122-11/+1
| |\ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AttributeValues.cs
| | * Removed checkbox that wasn't wired up anyway.Andrew Arnott2010-01-172-11/+1
| | |
| * | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵Andrew Arnott2010-01-191-1/+5
| | | | | | | | | | | | causing type resolution ambiguities.
* | | Upgraded solution to Visual Studio 2010.Andrew Arnott2010-01-315-100/+112
|\ \ \ | | | | | | | | | | | | Merge branch 'master-Dev10'
| * | | Reverting default target framework from 4.0 back to 3.5.Andrew Arnott2010-01-082-34/+33
| | | |
| * | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-071-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0611-5/+116
| |\ \ \ \
| * | | | | Removed the mobile text box control for CLR4 scenarios since it's using a ↵Andrew Arnott2010-01-064-81/+0
| | | | | | | | | | | | | | | | | | | | | | | | deprecated API.
| * | | | | Solution upgraded (MVC projects won't upgrade at this point).Andrew Arnott2010-01-053-41/+135
| | | | | |
* | | | | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵Andrew Arnott2010-01-191-1/+5
| |_|/ / / |/| | | | | | | | | | | | | | causing type resolution ambiguities.
* | | | | Merge branch 'v3.3'Andrew Arnott2010-01-071-1/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-01-071-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge branch 'v3.1' into v3.2Andrew Arnott2010-01-071-1/+1
| | |\
| | | * Merge branch 'v3.0' into v3.1Andrew Arnott2010-01-071-1/+1
| | | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs
| | | | * Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-071-1/+1
| | | | |
* | | | | Merge branch 'v3.3'Andrew Arnott2009-12-272-3/+6
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-261-2/+2
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js
| | * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-262-3/+3
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/ChannelElements/ReturnToNonceBindingElement.cs
| | | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-262-3/+3
| | | |\ \ | | | | |/
| | | | * Changed some more references from DNOI to DNOA.Andrew Arnott2009-12-131-1/+1
| | | | |
| | | | * Fixed the samples' links to the project home page to point to the new project.Andrew Arnott2009-12-131-2/+2
| | | | |
| * | | | Updated a couple of comments in the web.config sample files.Andrew Arnott2009-12-261-1/+1
| | | | |
| * | | | Enabled reporting for the project template and all samples.Andrew Arnott2009-12-251-0/+3
| | | | |
* | | | | Clarified comment.Andrew Arnott2009-12-101-1/+1
| | | | |
* | | | | Updated the logos that appear on the sample sites.Andrew Arnott2009-12-055-3/+3
| | | | |
* | | | | project files missed from logo update.David Christiansen2009-12-061-0/+1
| | | | |
* | | | | DotNetOpenAuth Logo UpdateDavid Christiansen2009-12-061-0/+0
| | | | | | | | | | | | | | | | | | | | * Applied to web applications as favicon.ico
* | | | | Google Apps sample now intelligently displays the "full trust required" message.Andrew Arnott2009-12-013-4/+27
| | | | |
* | | | | Added sample Google Apps login page.Andrew Arnott2009-11-306-2/+89
|/ / / /
* | | | Merge branch 'v3.2' into v3.3Andrew Arnott2009-11-181-10/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Association.cs
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-181-10/+0
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Strings.Designer.cs src/DotNetOpenAuth/Strings.resx
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-181-10/+0
| | |\ \ | | | |/
| | | * Removed crumb of a bad idea.Andrew Arnott2009-11-181-10/+0
| | | |
* | | | Added login customization to sample Yahoo button.Andrew Arnott2009-11-071-1/+1
| | | |
* | | | Moved one method from ITokenManager to IServiceProviderTokenManager, and ↵Andrew Arnott2009-11-071-14/+0
| | | | | | | | | | | | | | | | added code contracts.
* | | | Added explanatory comment to the ajaxlogin.aspx sample.Andrew Arnott2009-11-031-0/+5
| | | |
* | | | Merge branch 'v3.2'Andrew Arnott2009-11-035-13/+21
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-034-13/+17
| | |\ \ | | | |/ | | | | | | | | | | | | Conflicts: src/version.txt
| | | * Fixed faulty sample custom nonce store.Andrew Arnott2009-09-154-13/+17
| | | | | | | | | | | | | | | | Fixes #129
| * | | Added support for OP fetching of the RP icon via the UI extension.Andrew Arnott2009-11-021-0/+4
| | | |