summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵lcalabrese2015-08-072-19/+1
| | | | since we are using .NET 4.5 and the built-in System.Net.Http library
* #365David Christiansen2015-01-054-0/+652
|
* Test greenDavid Christiansen2015-01-058-547/+3418
| | | | - Packages update
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-0418-6/+36
|
* Applies fix for #209 to one more entrypoint for parsing XML that was missed ↵Andrew Arnott2013-11-251-1/+1
| | | | initially.
* Updates NuGet packages.Andrew Arnott2013-10-192-1/+14
|
* Strong-name key is replaced with non-encrypted one.Andrew Arnott2013-06-151-7/+7
|
* 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-284-21/+8
| | | | | | | | | | | | | | 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-263-6/+9
| |
* | Adds additional error checking.Andrew Arnott2013-03-251-0/+2
| |
* | Fixes RequireSsl in OpenID identifier discovery.Andrew Arnott2013-03-243-69/+78
| | | | | | | | | | Makes UntrustedWebRequestHandler a DelegatingHandler. Now 21 failures.
* | Just 41 failuresAndrew Arnott2013-03-241-2/+2
| |
* | 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-1612-18/+115
| |
* | More warning fixes.Andrew Arnott2013-02-106-5/+25
| |
* | C# compiler warning fixes.Andrew Arnott2013-02-1016-41/+54
| |
* | Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-272-4/+4
| |
* | 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
| |
* | OpenID RP login actually works now.Andrew Arnott2013-01-011-2/+6
| |
* | 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-3118-156/+783
| |
* | Updates Validation NuGet package references for .NET 4.5Andrew Arnott2012-12-281-1/+1
| |
* | Accomodates nuget's insistent project file changes.Andrew Arnott2012-12-271-0/+2
| |
* | Upgrades to Validation 2.0.1 to solve partially trusted callers problem.Andrew Arnott2012-12-272-4/+4
| |
* | Removes more remnants of Code Contracts.Andrew Arnott2012-12-2679-1553/+8
| |
* | Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-2658-27/+94
|/
* Fixes NullReferenceException on missing keysAndrew Arnott2012-11-111-0/+5
| | | | Fixes #193
* Adjusted AssemblyInfo.cs to be unique for each assembly.Andrew Arnott2012-09-291-9/+1
| | | | This should fix nuget pdb package submission to symbolsource.org
* Merge branch 'v4.0' into v4.1Andrew Arnott2012-09-293-2/+8
|\
| * Mitigates the XML DTD DoS attack from expanding entities.Andrew Arnott2012-09-292-2/+4
| | | | | | | | Fixes #209
| * Fix for unhandled exception in some partial trust environments (mono?).Andrew Arnott2012-09-201-0/+4
| |
* | Merge branch 'SlowGoogleServerWorkaround' into v4.1Andrew Arnott2012-09-173-0/+52
| |
* | 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
| |
* | We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-1/+2
| |
* | 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-114-24/+49
| | | | | | 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-1018-93/+130
|
* 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-076-15/+133
| | | | This is part of the fix for #71.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-05124-249/+249
| | | | 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
* Added Moq's internal proxy generator to InternalsVisibleTo so that mocks can ↵Andrew Arnott2012-01-291-0/+2
| | | | be created on internal types.
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-2/+2
|
* Moved some OpenID extensions around for a better public API.Andrew Arnott2012-01-021-34/+0
|
* Fixed some build breaks.Andrew Arnott2011-11-024-5/+5
|
* Namespace and public api fixes to OpenID extensions after the DLL refactoring.Andrew Arnott2011-11-022-0/+29
|
* Moved behaviors into their own RP vs. OP namespaces.Andrew Arnott2011-10-213-9/+9
|
* 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-102-1/+9
|
* Added build property that can cause the Diffie-Hellman algorithm and its ↵Andrew Arnott2011-10-102-4/+12
| | | | | | 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-1855-205/+202
|
* Fixed basic association test.Andrew Arnott2011-08-233-122/+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-0711-52/+120
|
* A few stylecop fixes.Andrew Arnott2011-08-033-4/+10
|
* Split up InfoCard into two assemblies.Andrew Arnott2011-07-311-2/+0
|
* Basic OpenID RP login sample working again.Andrew Arnott2011-07-311-15/+13
|
* Extracted OpenID UI project.Andrew Arnott2011-07-273-230/+4
|
* Extracted OpenID RP UI project.Andrew Arnott2011-07-271-0/+2
|
* OpenID RP and OP projects build now.Andrew Arnott2011-07-2523-1/+3276
|
* More work toward divided OpenID projects.Andrew Arnott2011-07-257-3/+847
|
* Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵Andrew Arnott2011-07-20146-26083/+107
| | | | compiles, but the RP and OP ones do not.
* Added missing imports.Andrew Arnott2011-07-121-0/+1
|
* Moved all the redundant project settings into a common .props file.Andrew Arnott2011-07-111-297/+6
|
* 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-105-5/+5
|
* OAuth project now builds.Andrew Arnott2011-07-021-0/+2
|