summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdProviderWebForms
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Fixed build breaks in sample caused by RP discovery breaking change in ↵Andrew Arnott2009-05-081-1/+1
| | | | | | | | commit 83811ba2f188ff.
* | Added support for extension-only (non-identity) checkid_* requests.Andrew Arnott2009-05-087-63/+99
|/
* Added default proxy use to all the samples.Andrew Arnott2009-04-091-3/+4
|
* StyleCop fixes.Andrew Arnott2009-04-071-5/+5
|
* Fixed missing whitespace in OP sample.Andrew Arnott2009-04-031-2/+2
|
* Moved the server code to a code-behind page.Andrew Arnott2009-04-034-44/+88
|
* Added OP unsolicited assertion bookmarking feature so that users can ↵Andrew Arnott2009-04-031-5/+48
| | | | bookmark a URL that will cause the OP to immediately log the user into the RP.
* Removed URLRewriter from OP sample, since it just generates confusion and is ↵Andrew Arnott2009-04-036-105/+10
| | | | incomplete when it stops working when the site is hosted in IIS.
* OP sample now allows more free-form user input for unsolicited assertions.Andrew Arnott2009-04-031-1/+3
|
* Fixed OP sample's assumption that it isn't working in a virtual directory.Andrew Arnott2009-04-032-2/+2
|
* Removed certificateRevocationList from web.config file since it was ↵Andrew Arnott2009-04-021-1/+10
| | | | defeating shared hosting.
* Added proper HTML encoding to sample TracePage.aspx.cs filesAndrew Arnott2009-03-251-1/+1
|
* More VWD port fixes.Andrew Arnott2009-03-211-1/+1
|
* Fixed a bunch of old references to DotNetOpenId.Andrew Arnott2009-03-201-1/+1
|
* Enhanced sample OP's home page to display username and claimed identifier.Andrew Arnott2009-03-201-14/+14
|
* Enhanced URL rewriter to allow for virtual directories or not, without ↵Andrew Arnott2009-03-202-4/+6
| | | | changing the routes.
* Cleaned up logging.Andrew Arnott2009-03-151-5/+5
|
* Removed irrelevant "__" prefix handling from samples.Andrew Arnott2009-03-151-3/+0
|
* first sprintAndrew Arnott2009-03-091-0/+10
|
* Refactoring around Provider's IRequest to process responses differently.Andrew Arnott2009-03-062-15/+12
| | | | This is a step toward serializable IRequest objects.
* response_nonces are now checked for replays by the RP against just those ↵Andrew Arnott2009-03-053-18/+49
| | | | | | nonces generated by the same Provider. Fixes Google Code Issue 175.
* StyleCop work.Andrew Arnott2009-02-041-14/+12
|
* Fixed TODO areas of code.Andrew Arnott2009-02-044-7/+440
|
* Renamed OpenID Provider sample directory to match project name.Andrew Arnott2009-02-0144-0/+3841