summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdProviderMvc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v3.2' into mono2origin/mono2Andrew Arnott2010-10-242-2/+10
|\ | | | | | | | | Conflicts: src/DotNetOpenAuth/Messaging/HttpRequestInfo.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
| | | |
* | | | Removed the unsupported defaultProxy setting from the web.config files.Andrew Arnott2009-12-151-1/+1
|/ / /
* | | 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
| |
* | Fixed occasional URL validation failures in samples.Andrew Arnott2009-04-181-0/+1
|/
* Added default proxy use to all the samples.Andrew Arnott2009-04-091-0/+18
|
* More VWD port fixes.Andrew Arnott2009-03-211-1/+1
|
* Fixed a couple of login quirks with MVC samples.Andrew Arnott2009-03-162-2/+14
|
* Added ASP.NET MVC OpenID Provider sample.Andrew Arnott2009-03-1641-0/+25612