summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId/Configuration/OpenIdRelyingPartyElement.cs
Commit message (Collapse)AuthorAgeFilesLines
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-281-2/+4
| | | | | | | 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.
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-2/+0
|
* Merge branch 'SlowGoogleServerWorkaround' into v4.1Andrew Arnott2012-09-171-0/+14
|
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-1/+2
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* OpenID RP and OP projects build now.Andrew Arnott2011-07-251-0/+120
|
* Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵Andrew Arnott2011-07-201-115/+0
| | | | compiles, but the RP and OP ones do not.
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-0/+115
Nothing compiles at this point.