Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | 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 | 1 | -50/+57 |
| | | | | | | 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 | 1 | -39/+29 |
| | |||||
* | Fixed faulty sample custom nonce store. | Andrew Arnott | 2009-09-15 | 1 | -2/+3 |
| | | | | Fixes #129 | ||||
* | response_nonces are now checked for replays by the RP against just those ↵ | Andrew Arnott | 2009-03-05 | 1 | -3/+7 |
| | | | | | | 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 | 1 | -2/+52 |
| | |||||
* | Renamed OpenID Provider sample directory to match project name. | Andrew Arnott | 2009-02-01 | 1 | -0/+89 |