summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyWebForms/Code
Commit message (Collapse)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-049-2359/+0
|
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-281-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.
* Fixes build breaks everywhere exception DNOA.AspNet.Andrew Arnott2013-03-021-3/+4
|
* Merge remote-tracking branch 'origin/v4.0'Andrew Arnott2012-05-291-1/+1
|\
| * Fixed OpenID RP's CustomStore sample class that throws ↵Andrew Arnott2012-05-101-1/+1
| | | | | | | | | | | | NullReferenceException in some cases. Thanks to Richard Collette for identifying the problem and suggesting the fix.
* | 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
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Trying to fix up configuration section code.Andrew Arnott2011-07-101-1/+1
|
* Fixed a couple of bugs in the RP sample's custom store.Andrew Arnott2011-05-271-2/+9
|
* 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.
* Updated samples and project template custom stores to use ICryptoKeyStore ↵Andrew Arnott2011-05-154-173/+176
| | | | for RPs.
* Changed references to DistinguishingFactor to be ProviderEndpoint.Andrew Arnott2011-05-101-9/+9
|
* Brought custom association store sample for Providers up to date.Andrew Arnott2011-05-091-3/+3
|
* Fixed build break introduced by last checkin.Andrew Arnott2010-02-241-73/+0
|
* Solution upgraded (MVC projects won't upgrade at this point).Andrew Arnott2010-01-051-8/+99
|
* Merge branch 'v3.2' into v3.3Andrew Arnott2009-11-181-10/+0
|\ | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Association.cs
| * Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-181-10/+0
| |\
| | * Removed crumb of a bad idea.Andrew Arnott2009-11-181-10/+0
| | |
* | | Moved one method from ITokenManager to IServiceProviderTokenManager, and ↵Andrew Arnott2009-11-071-14/+0
|/ / | | | | | | added code contracts.
* | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-034-13/+17
|\ \ | |/ | | | | | | Conflicts: src/version.txt
| * Fixed faulty sample custom nonce store.Andrew Arnott2009-09-154-13/+17
| | | | | | | | Fixes #129
* | Added OpenID+OAuth sample.Andrew Arnott2009-04-182-1/+100
|/
* Fixed namespace in RP sample.Andrew Arnott2009-04-051-1/+1
|
* Renamed OpenID RP sample projects.Andrew Arnott2009-03-269-0/+2252