Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 1 | -13/+0 |
| | |||||
* | Consolidates two OpenID memory app stores | Andrew Arnott | 2013-03-28 | 1 | -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. | ||||
* | Switched Channel to receiving messages via HttpRequestMessage as well. | Andrew Arnott | 2013-03-04 | 1 | -2/+2 |
| | |||||
* | Fixes build breaks everywhere exception DNOA.AspNet. | Andrew Arnott | 2013-03-02 | 1 | -2/+2 |
| | |||||
* | Finished fixing build breaks except in test projects. | Andrew Arnott | 2013-01-27 | 1 | -1/+0 |
| | |||||
* | OpenIdProviderWebForms now builds. | Andrew Arnott | 2013-01-23 | 1 | -1/+31 |
| | |||||
* | Merge branch 'v4.0' into v4.1 | Andrew Arnott | 2012-09-29 | 1 | -1/+2 |
|\ | |||||
| * | Fixed bug in CustomStore.GetKeys enumeration. | Andrew Arnott | 2012-09-20 | 1 | -1/+2 |
| | | | | | | | | This bug only existed in the OpenIdProviderWebForms sample. The OpenIdRelyingPartyWebForms sample's copy of this file already had the fix in it. | ||||
* | | Migrate all samples to target .NET 4.0 and use IIS Express (where available). | Andrew Arnott | 2012-04-02 | 1 | -1/+1 |
|/ | | | | | | InfoCardRelyingParty sample left out because it seems to cause input validation trouble. Fixes #108 | ||||
* | Removed OAuth1's dependency on OpenID assemblies. | Andrew Arnott | 2012-02-08 | 1 | -2/+2 |
| | | | | Related to #71 | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 7 | -14/+14 |
| | | | | Fixes #66 | ||||
* | Trying to fix up configuration section code. | Andrew Arnott | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | Moved ICryptoKeyStore and related types to the Messaging.Bindings namespace. | Andrew Arnott | 2011-05-21 | 1 | -0/+1 |
| | |||||
* | Consolidated the IProviderApplicationStore and IRelyingPartyApplicationStore ↵ | Andrew Arnott | 2011-05-20 | 1 | -3/+1 |
| | | | | interfaces since they were equivalent. | ||||
* | Providers and Relying Parties both implement a unified pair of ↵ | Andrew Arnott | 2011-05-20 | 3 | -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 Arnott | 2011-05-09 | 3 | -67/+57 |
| | |||||
* | Typo fix. | Andrew Arnott | 2010-10-29 | 1 | -1/+1 |
| | |||||
* | Solution upgraded (MVC projects won't upgrade at this point). | Andrew Arnott | 2010-01-05 | 1 | -8/+99 |
| | |||||
* | Merge branch 'v3.2' | Andrew Arnott | 2009-11-03 | 4 | -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.2 | Andrew Arnott | 2009-11-03 | 4 | -13/+17 |
| |\ | | | | | | | | | | | | | Conflicts: src/version.txt | ||||
| | * | Fixed faulty sample custom nonce store. | Andrew Arnott | 2009-09-15 | 4 | -13/+17 |
| | | | | | | | | | | | | Fixes #129 | ||||
* | | | Added IServiceProviderTokenManager.UpdateToken method. | Andrew Arnott | 2009-08-19 | 1 | -0/+4 |
| | | | | | | | | | | | | Fixes Trac #96. | ||||
* | | | Added OpenID+OAuth combined OP sample. | Andrew Arnott | 2009-07-15 | 5 | -0/+263 |
|/ / | |||||
* | | Added support for extension-only (non-identity) checkid_* requests. | Andrew Arnott | 2009-05-08 | 1 | -4/+20 |
|/ | |||||
* | Removed URLRewriter from OP sample, since it just generates confusion and is ↵ | Andrew Arnott | 2009-04-03 | 2 | -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 Arnott | 2009-04-03 | 1 | -1/+1 |
| | |||||
* | Enhanced URL rewriter to allow for virtual directories or not, without ↵ | Andrew Arnott | 2009-03-20 | 1 | -2/+4 |
| | | | | changing the routes. | ||||
* | response_nonces are now checked for replays by the RP against just those ↵ | Andrew Arnott | 2009-03-05 | 3 | -18/+49 |
| | | | | | | nonces generated by the same Provider. Fixes Google Code Issue 175. | ||||
* | StyleCop work. | Andrew Arnott | 2009-02-04 | 1 | -14/+12 |
| | |||||
* | Fixed TODO areas of code. | Andrew Arnott | 2009-02-04 | 4 | -7/+440 |
| | |||||
* | Renamed OpenID Provider sample directory to match project name. | Andrew Arnott | 2009-02-01 | 9 | -0/+1164 |