summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdProviderMvc
Commit message (Collapse)AuthorAgeFilesLines
* SubType noise.Andrew Arnott2012-10-141-0/+1
|
* Reverted change from last merge that shouldn't be in v4.1.Andrew Arnott2012-10-071-1/+1
|
* Merge branch 'v4.0' into v4.1Andrew Arnott2012-10-071-1/+1
|\
| * Fixed build break in v4.0.Andrew Arnott2012-10-071-1/+1
| |
* | Merge branch 'v4.0' into v4.1Andrew Arnott2012-09-291-0/+13
|\ \ | |/
| * Fixed bug in OpenID Provider MVC sample that allowed users to log in as others.Andrew Arnott2012-09-261-0/+13
| | | | | | | | Fixes #207
| * Reverts v4.0 branch back to VS2010, and samples target .NET 3.5, and MVC ↵Andrew Arnott2012-04-053-12/+6
| | | | | | | | | | | | 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.
* | Added PAPE max_auth_time handling to sample OPAndrew Arnott2012-06-123-11/+65
| | | | | | | | | | | | The OpenIdRelyingPartyWebForms and OpenIdProviderMvc samples now interact via PAPE to sample enforcement of the PAPE max_auth_time parameter.
* | Fixes MVC 3 targeting when building on a machine with MVC 3 and 4 installed ↵Andrew Arnott2012-04-021-1/+1
| | | | | | | | for two more projects.
* | Migrate all samples to target .NET 4.0 and use IIS Express (where available).Andrew Arnott2012-04-022-75/+15
| | | | | | | | | | | | InfoCardRelyingParty sample left out because it seems to cause input validation trouble. Fixes #108
* | Let Dev11 dirty project files.Andrew Arnott2012-03-311-1/+4
|/
* Migrated to Dev11 project files. They should all open in Dev10 still ↵Andrew Arnott2012-03-313-6/+12
| | | | | | | | (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-303-12/+6
| | | | | | | still (except the new .sqlproj)." This reverts commit dc59bdbc51fce4ad19cb41e5ca610915c2e99789, reversing changes made to e5b8e2e4bd925ef6967c264644e4d67749b5b3de.
* Merged v4.0Andrew Arnott2012-03-301-3/+3
|\
| * Upgraded MVC samples from MVC v2 to v3.Andrew Arnott2012-03-222-4/+4
| |
* | Updated more references to MVC 3.Andrew Arnott2012-03-262-5/+5
| |
* | Merge branch 'v4.0' into dev11Andrew Arnott2012-03-212-11/+11
|\ \ | |/ | | | | | | Conflicts: src/DotNetOpenAuth.sln
| * Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-102-11/+11
| |
* | Downgraded MVC projects from MVC 4 to MVC 3.Andrew Arnott2012-03-211-4/+1
| | | | | | | | MVC 4 is still in beta, and MVC 3 is sufficient for Dev11 compatibility.
* | Completed Dev11 upgrade. The file churn on every file open is finally over.Andrew Arnott2012-03-201-2/+2
| | | | | | | | This required upgrading the MVC projects to MVC 4.
* | more noise.Andrew Arnott2012-02-241-1/+2
| |
* | more changes.Andrew Arnott2012-02-241-1/+1
| |
* | even more noise.Andrew Arnott2012-02-241-1/+1
| |
* | Project compatibility upgrades for Dev11.Andrew Arnott2012-02-241-2/+10
|/
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-1/+1
| | | | 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
|
* Fixed some build breaks.Andrew Arnott2011-11-022-4/+5
|
* Moved behaviors into their own RP vs. OP namespaces.Andrew Arnott2011-10-211-3/+3
|
* 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-3/+3
| | | | Also adds a build task that fixes up references to the unified assembly.
* Fixed web.config files.Andrew Arnott2011-09-281-1/+6
|
* Fixed a bunch of ASPX references to the now absent dotnetopenauth.dll assembly.Andrew Arnott2011-09-202-2/+2
| | | | <%@ Register Assembly="DotNetOpenAuth
* Samples now build.Andrew Arnott2011-08-023-2/+10
|
* Fixed compile errors in samples.Andrew Arnott2011-07-101-0/+8
|
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-5/+2
| | | | Nothing compiles at this point.
* FxCop fixes and suppressions.Andrew Arnott2011-04-291-2/+2
| | | | The "CodeAnalysis" configuration now runs clean.
* Fixed StyleCop error.Andrew Arnott2010-10-061-0/+1
|
* Improved OpenID Provider MVC sample to support immediate mode and anonymous ↵Andrew Arnott2010-10-064-31/+200
| | | | OpenID requests.
* 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.
* Fixed references to System.Web.Mvc 1.0 to be 2.0.Andrew Arnott2010-05-171-2/+2
|
* Fixed MVC 1 references in web.config.Andrew Arnott2010-04-151-4/+5
|
* Fixed web.config file for sample MVC apps after targeting MVC 2.Andrew Arnott2010-03-311-2/+2
|
* Retargeted shipping project templates and samples to ASP.NET MVC2 now that ↵Andrew Arnott2010-03-261-9/+3
| | | | it's officially released and supported on both VS2008 and VS2010.
* Merge branch 'v3.3' into v3.4Andrew Arnott2010-03-171-2/+2
|\ | | | | | | | | | | Conflicts: samples/OpenIdRelyingPartyMvc/Views/User/LoginPopup.aspx src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionsInteropHelperRPRequestTests.cs
| * Merge branch 'v3.2' into v3.3Andrew Arnott2010-03-171-2/+2
| |\ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Properties/AssemblyInfo.cs
| | * Merge branch 'v3.1' into v3.2Andrew Arnott2010-03-171-2/+2
| | |\
| | | * Merge branch 'v3.0' into v3.1Andrew Arnott2010-03-171-2/+2
| | | |\
| | | | * Fixed subdirectory hosting of MVC samples.Andrew Arnott2010-03-081-2/+2
| | | | |
| | * | | Added missing OpenID 1.1 endpoint to Provider MVC sample identity pages.Andrew Arnott2009-12-151-0/+8
| | | | |
| * | | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵Andrew Arnott2010-01-191-0/+1
| | | | | | | | | | | | | | | | | | | | causing type resolution ambiguities.
* | | | | Upgraded solution to Visual Studio 2010.Andrew Arnott2010-01-314-38/+946
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Merge branch 'master-Dev10'
| * | | | | Restored ASP.NET MVC 1 libraries.Andrew Arnott2010-01-081-3/+9
| | | | | |
| * | | | | Fixed a couple of project issues so that the samples will backport to VS2008 ↵Andrew Arnott2010-01-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | more easily.
| * | | | | Revisited the MVC samples to make sure they just use MVC 1.Andrew Arnott2010-01-0810-20720/+3
| | | | | | | | | | | | | | | | | | | | | | | | Removed all these extra scripts that aren't needed until we upgrade to MVC 2.
| * | | | | Added commented web.config section assisting MVC 2 users with type forwarding.Andrew Arnott2010-01-081-0/+8
| | | | | |
| * | | | | Reverting default target framework from 4.0 back to 3.5.Andrew Arnott2010-01-082-80/+70
| | | | | |
| * | | | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-062-0/+1
| |\ \ \ \ \
| * | | | | | Hand-edited MVC projects so they actually load in VS2010.Andrew Arnott2010-01-051-19/+18
| | | | | | |
| * | | | | | Upgraded ASP.NET MVC samples.Andrew Arnott2010-01-0512-88/+21714
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Used custom tool from: http://weblogs.asp.net/leftslipper/archive/2009/11/23/migrating-asp-net-mvc-1-0-applications-to-asp-net-mvc-2-beta-updated.aspx
| * | | | | | Solution upgraded (MVC projects won't upgrade at this point).Andrew Arnott2010-01-051-2/+5
| | |/ / / / | |/| | | |
* | | | | | Workaround Code Contracts assembly showing up in web app's Bin folder and ↵Andrew Arnott2010-01-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | causing type resolution ambiguities.
* | | | | | Added commented web.config section assisting MVC 2 users with type forwarding.Andrew Arnott2010-01-081-0/+8
| |/ / / / |/| | | |
* | | | | Merge branch 'v3.3'Andrew Arnott2009-12-272-8/+10
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'reports' into v3.3Andrew Arnott2009-12-261-0/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/WebFormsRelyingParty/Web.config src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAnonymousResponse.cs
| | * | | | Added missing OpenID 1.1 endpoint to Provider MVC sample identity pages.Andrew Arnott2009-12-151-0/+8
| | |/ / /
| * | | | Enabled reporting for the project template and all samples.Andrew Arnott2009-12-251-8/+2
| |/ / /
* | | | 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
* | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-032-4/+2
|\ \ \ | |/ / | | | | | | | | | Conflicts: src/version.txt
| * | Applied some feedback from David Christiansen.Andrew Arnott2009-10-162-4/+2
| | |
* | | Fixes issue with MVC OP sample when run in IIS Integrated Pipeline mode.Andrew Arnott2009-11-031-2/+17
| | | | | | | | | | | | Resolves Trac #140.
* | | Updated the way the MVC Provider sample handles XRDS, PPID and normal user ↵Andrew Arnott2009-11-039-78/+70
| | | | | | | | | | | | identities.
* | | Merge branch 'v3.2' into gsaAndrew Arnott2009-09-092-1/+5
|\ \ \
| * \ \ Merge branch 'v3.1' into v3.2Andrew Arnott2009-08-311-1/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | 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-311-1/+1
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/OpenIdStrings.Designer.cs src/DotNetOpenAuth/OpenId/OpenIdStrings.resx
| | | * 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.
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-07-271-0/+4
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | 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-271-0/+4
| | |\ \ | | | |/ | | | | | | | | | | | | Conflicts: src/version.txt
| | | * Suppressed the warning in the samples that .NET generates due to use of ↵Andrew Arnott2009-07-271-0/+4
| | | | | | | | | | | | | | | | HMAC-SHA384 and 512.
* | | | Commented out ICAM profile from OpenIdProviderMvc sample's web.config file.Andrew Arnott2009-09-091-1/+1
| | | |
* | | | Renamed GSA profile to GsaIcamProfile.Andrew Arnott2009-06-222-2/+2
| | | |
* | | | Fixed merge errors.Andrew Arnott2009-06-171-3/+0
| | | |
* | | | Merge branch 'master' into gsaAndrew Arnott2009-06-173-40/+28
|\ \ \ \ | |/ / /
| * | | 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-1710-82/+72
| | | |
* | | | Removed unneeded extension method for making PPIDs.Andrew Arnott2009-06-022-4/+5
| | | |
* | | | Renamed security profiles to behaviors.Andrew Arnott2009-06-022-5/+5
| | | |
* | | | Redesign of GSA security profile so that OPs can work with and without it on ↵Andrew Arnott2009-06-021-5/+7
| | | | | | | | | | | | | | | | the same endpoint.
* | | | Working RP and OP samples demonstrating the GSA profile.Andrew Arnott2009-06-0210-78/+65
|/ / / | | | | | | | | | 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.
* | | Promoted PPID identifier provider from the application block to the core ↵Andrew Arnott2009-05-312-2/+3
|/ / | | | | | | library.
* | Merge branch 'v3.0' into v3.1Andrew Arnott2009-05-211-17/+19
|\ \ | |/
| * Made sure that IDN and IRI URI mode are turned on for all sample sites, and ↵Andrew Arnott2009-05-091-17/+19
| | | | | | | | added a comment indicating their importance for all web sites that use this library.
* | Stylecop fixes.Andrew Arnott2009-04-263-12/+7
| |
* | Moved PPID OP Provider code out of the library and into the ApplicationBlock.Andrew Arnott2009-04-263-24/+40
| |
* | Fixed hard-coded base64 value in OP sample.Andrew Arnott2009-04-231-1/+1
| |
* | Fixed OP MVC sample crash when login occurs during auth.Andrew Arnott2009-04-231-1/+1
| |
* | Shorted anonymous identifier hash length, reworked the OP MVC sample to ↵Andrew Arnott2009-04-2311-58/+133
| | | | | | | | support both anonymous and identifying identifiers.
* | Initial stab at PPID identifiers to protect privacy.Andrew Arnott2009-04-2210-17/+98
| |