summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdProviderWebForms/Code
Commit message (Collapse)AuthorAgeFilesLines
* Migrate all samples to target .NET 4.0 and use IIS Express (where available).Andrew Arnott2012-04-021-1/+1
| | | | | | InfoCardRelyingParty sample left out because it seems to cause input validation trouble. Fixes #108
* Removed OAuth1's dependency on OpenID assemblies.Andrew Arnott2012-02-081-2/+2
| | | | Related to #71
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-057-14/+14
| | | | Fixes #66
* Trying to fix up configuration section code.Andrew Arnott2011-07-101-1/+1
|
* 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
|
* Typo fix.Andrew Arnott2010-10-291-1/+1
|
* Solution upgraded (MVC projects won't upgrade at this point).Andrew Arnott2010-01-051-8/+99
|
* 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
* | | Added IServiceProviderTokenManager.UpdateToken method.Andrew Arnott2009-08-191-0/+4
| | | | | | | | | | | | Fixes Trac #96.
* | | Added OpenID+OAuth combined OP sample.Andrew Arnott2009-07-155-0/+263
|/ /
* | Added support for extension-only (non-identity) checkid_* requests.Andrew Arnott2009-05-081-4/+20
|/
* Removed URLRewriter from OP sample, since it just generates confusion and is ↵Andrew Arnott2009-04-032-66/+6
| | | | incomplete when it stops working when the site is hosted in IIS.
* Fixed OP sample's assumption that it isn't working in a virtual directory.Andrew Arnott2009-04-031-1/+1
|
* Enhanced URL rewriter to allow for virtual directories or not, without ↵Andrew Arnott2009-03-201-2/+4
| | | | changing the routes.
* 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-019-0/+1164