summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId/OpenId
Commit message (Collapse)AuthorAgeFilesLines
* #365David Christiansen2015-01-052-0/+517
|
* Test greenDavid Christiansen2015-01-054-405/+2165
| | | | - Packages update
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-0416-4/+31
|
* Fixes OpenIdProviderWebForms login.Andrew Arnott2013-06-091-1/+1
|
* Identifies a couple of TODO comments as being new in 5.0 that need to be ↵Andrew Arnott2013-06-091-1/+1
| | | | resolved.
* Merge branch 'v4.3'Andrew Arnott2013-05-272-2/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OAuthClient/Default.aspx samples/OAuthClient/Facebook.aspx.cs samples/OAuthClient/Web.config samples/OAuthClient/WindowsLive.aspx.cs samples/OAuthClient/packages.config src/DotNetOpenAuth.Core/Messaging/OutgoingWebResponse.cs src/DotNetOpenAuth.Core/Messaging/StandardWebRequestHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/ConsumerBase.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HmacSha1HttpMessageHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HttpMessageHandlerBase.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1PlainTextMessageHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1RsaSha1HttpMessageHandler.cs src/DotNetOpenAuth.OAuth2.Client/OAuth2/WebServerClient.cs src/packages/repositories.config src/version.txt
| * Fixes compile error on .NET 3.5Andrew Arnott2013-04-221-1/+1
| |
| * StyleCop and comment touch-ups.Andrew Arnott2013-03-171-4/+7
| |
| * A possible fix for exception in ClaimsResponse.Culture, if Language + ↵AkosLukacs2013-03-171-1/+7
| | | | | | | | | | | | | | | | Country doesn't make a valid culture. https://github.com/DotNetOpenAuth/DotNetOpenAuth/issues/260 Just a simple try-catch. According to this comment at SO http://stackoverflow.com/a/12375100 using try-catch is the fastest is you don't expect a continuous stream of illegal combinations.
| * Skips the UriIdentifier scheme workaround on Mono.Andrew Arnott2013-01-121-0/+5
| | | | | | | | | | Mono doesn't support it. Thanks to Justin Nel <dogbertuk2000@gmail.com> for helping identify this mono limitation.
* | Consolidates two OpenID memory app storesAndrew Arnott2013-03-281-16/+0
| | | | | | | | | | | | | | 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 two unit tests that fail in Release configurations.Andrew Arnott2013-03-271-1/+1
| |
* | More StyleCop fixes.Andrew Arnott2013-03-261-58/+0
| |
* | Lots of StyleCop fixes.Andrew Arnott2013-03-262-5/+8
| |
* | Adds additional error checking.Andrew Arnott2013-03-251-0/+2
| |
* | Fixes RequireSsl in OpenID identifier discovery.Andrew Arnott2013-03-242-68/+77
| | | | | | | | | | Makes UntrustedWebRequestHandler a DelegatingHandler. Now 21 failures.
* | More build break fixes.Andrew Arnott2013-03-101-1/+1
| |
* | More test build break fixes.Andrew Arnott2013-03-091-1/+1
| |
* | Unit test build break fixes.Andrew Arnott2013-03-062-3/+6
| |
* | Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-041-1/+1
| |
* | Adds OpenID RP to WebAPI sample so it's a real login.Andrew Arnott2013-03-031-1/+1
| |
* | Matured the OAuth 1 consumer signing handler a bit.Andrew Arnott2013-02-181-5/+5
| |
* | Lots of stylecop fixes.Andrew Arnott2013-02-1611-17/+107
| |
* | More warning fixes.Andrew Arnott2013-02-105-5/+19
| |
* | C# compiler warning fixes.Andrew Arnott2013-02-1013-28/+46
| |
* | ApplicationBlock builds.Andrew Arnott2013-01-231-1/+1
| |
* | OAuth2.Client builds.Andrew Arnott2013-01-131-21/+0
| |
* | Made another method async for consistency.Andrew Arnott2013-01-121-1/+1
| |
* | OpenId.Provider now builds.Andrew Arnott2013-01-122-2/+5
| |
* | Web Forms based OpenID RPs work now.Andrew Arnott2013-01-011-0/+12
| |
* | Fixes default ctor argument of identifier discovery services.Andrew Arnott2012-12-314-12/+10
| |
* | DNOA.OpenId.RP now builds.Andrew Arnott2012-12-3111-79/+158
| |
* | Fixes build breaks in DNOA.OpenId.Andrew Arnott2012-12-3113-80/+609
| |
* | Removes more remnants of Code Contracts.Andrew Arnott2012-12-2665-1510/+5
| |
* | Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-2650-25/+73
|/
* Fixes NullReferenceException on missing keysAndrew Arnott2012-11-111-0/+5
| | | | Fixes #193
* Merge branch 'v4.0' into v4.1Andrew Arnott2012-09-292-1/+6
|\
| * Mitigates the XML DTD DoS attack from expanding entities.Andrew Arnott2012-09-291-1/+2
| | | | | | | | Fixes #209
| * Fix for unhandled exception in some partial trust environments (mono?).Andrew Arnott2012-09-201-0/+4
| |
* | More StyleCop fixesAndrew Arnott2012-07-181-7/+9
| |
* | Replaces explicit crypto algorithm use with factories.Andrew Arnott2012-07-183-8/+15
| | | | | | | | Fixes #47 which requires that FIPS compliance be an option.
* | Fixed PAPE comment.Andrew Arnott2012-06-121-1/+1
| |
* | Fixed xml doc commentAndrew Arnott2012-06-061-3/+3
| |
* | Added a public constructor to ClaimsResponse.Andrew Arnott2012-04-084-14/+38
| | | | | | | | | | | | Also made the probable type URIs that it accepts public and easily discoverable. Fixes #116
* | Merge branch 'v4.0'Andrew Arnott2012-04-053-24/+79
|\ \ | |/ | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/DotNetOpenAuth.OAuth2.ResourceServer.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/ResourceServer.cs
| * Fixes NullReferenceException in UriIdentifier.Initialize on mono.Andrew Arnott2012-04-051-1/+4
| | | | | | | | | | | | Thanks to merarischroeder (https://github.com/merarischroeder) for reporting this issue and prescribing the fix. Fixes #111
| * Fixes InvalidCastExceptions for Identifier and Realm conversionsAndrew Arnott2012-04-052-23/+75
| | | | | | | | | | | | | | | | that can result from receiving a message before the static constructors for those types have executed. This corrects the regression introduced in v4.0.0. Fixes #109
* | Moved code to calculate a web root into DNOA.Core.Andrew Arnott2012-04-021-5/+1
|/
* Fixed StyleCop issues and added comments.Andrew Arnott2012-03-111-3/+17
|
* Changed the compile-time switch for DH support into a runtime check for the ↵Andrew Arnott2012-03-113-21/+46
| | | | | | supporting assembling. Fixes #87
* FxCop fixes and suppressions.Andrew Arnott2012-03-101-1/+1
|
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-1016-90/+126
|
* HttpRequestInfo ctors are now internal, and publicly we have staticAndrew Arnott2012-03-051-1/+1
| | | | factory methods that return HttpRequestBase instances.
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-052-4/+5
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* Fixed up the various protocol channels to correctly apply HTTP headers ↵Andrew Arnott2012-02-191-0/+1
| | | | prescribed by the messages.
* Removed reference to OpenId.RelyingParty from OpenId.Provider.Andrew Arnott2012-02-075-15/+131
| | | | This is part of the fix for #71.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-05105-210/+210
| | | | Fixes #66
* Replaced explicit SHA* implementation references with generic ones that ↵Andrew Arnott2012-01-292-8/+8
| | | | | | | | allows .config files to control which implementation to use. This allows FIPS-compliance requirements to be satisfied while using DotNetOpenAuth. Fixes #47
* OpenID messages that are missing signed parameters now throws ↵Andrew Arnott2012-01-291-2/+2
| | | | | | ProtocolException instead of KeyNotFoundException. Fixes #45
* Moved some OpenID extensions around for a better public API.Andrew Arnott2012-01-021-34/+0
|
* Fixed some build breaks.Andrew Arnott2011-11-023-4/+4
|
* Namespace and public api fixes to OpenID extensions after the DLL refactoring.Andrew Arnott2011-11-021-0/+28
|
* Moved behaviors into their own RP vs. OP namespaces.Andrew Arnott2011-10-212-6/+6
|
* Fixed static for AXFetchAsSregTransform property to be an instance property.Andrew Arnott2011-10-211-8/+2
|
* Fixed up Provider so that DH assoc requests don't result in exceptions.Andrew Arnott2011-10-101-0/+8
|
* Added build property that can cause the Diffie-Hellman algorithm and its ↵Andrew Arnott2011-10-101-0/+8
| | | | | | associated functionality to be omitted from OpenID. Provider currently throws an exception for an unexpected message when DH associations are requested.
* Fixes web.config references to OpenID behaviors that have changed name.Andrew Arnott2011-10-091-2/+2
| | | | Also adds a build task that fixes up references to the unified assembly.
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-1849-182/+179
|
* Fixed basic association test.Andrew Arnott2011-08-232-121/+0
|
* Fixed up OpenIdInfoCardSelector button and the association response in the ↵Andrew Arnott2011-08-093-92/+2
| | | | message factory.
* C# warnings work.Andrew Arnott2011-08-079-14/+12
|
* StyleCop work.Andrew Arnott2011-08-079-51/+118
|
* A few stylecop fixes.Andrew Arnott2011-08-033-4/+10
|
* OpenID RP and OP projects build now.Andrew Arnott2011-07-2516-1/+2454
|
* More work toward divided OpenID projects.Andrew Arnott2011-07-255-1/+843
|
* Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵Andrew Arnott2011-07-20136-24751/+84
| | | | compiles, but the RP and OP ones do not.
* Functionality and one sample is fixed up enough to permit an OpenID login to ↵Andrew Arnott2011-07-112-0/+25
| | | | complete successfully.
* Trying to fix up configuration section code.Andrew Arnott2011-07-102-2/+2
|
* OpenID project now builds.Andrew Arnott2011-07-0216-88/+88
| | | | * Many of the resource items (resx, png) are improperly declared in the project file.
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-01198-0/+38776
Nothing compiles at this point.