summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Fixes Untrusted delegating handler faults in failing test.Andrew Arnott2013-03-241-2/+2
| | | |
* | | | Just 12 failures.Andrew Arnott2013-03-241-1/+1
| | | |
* | | | Just 13 failures.Andrew Arnott2013-03-241-4/+2
| | | |
* | | | Just 14 failures.Andrew Arnott2013-03-241-3/+4
| | | |
* | | | Just 15 failures.Andrew Arnott2013-03-242-2/+2
| | | |
* | | | Just 18 failuresAndrew Arnott2013-03-242-4/+4
| | | |
* | | | Just 21 failures.Andrew Arnott2013-03-241-1/+1
| | | |
* | | | Fixes RequireSsl in OpenID identifier discovery.Andrew Arnott2013-03-245-98/+117
| | | | | | | | | | | | | | | | | | | | Makes UntrustedWebRequestHandler a DelegatingHandler. Now 21 failures.
* | | | Fixes ContentType of OAuth 1 direct responses.Andrew Arnott2013-03-242-4/+3
| | | | | | | | | | | | | | | | 22 test failures remaining.
* | | | Just 23 failuresAndrew Arnott2013-03-241-2/+2
| | | |
* | | | Just 24 failures.Andrew Arnott2013-03-241-9/+12
| | | |
* | | | Just 27 failures.Andrew Arnott2013-03-241-5/+4
| | | |
* | | | Just 37 failures.Andrew Arnott2013-03-244-16/+18
| | | |
* | | | Just 41 failuresAndrew Arnott2013-03-242-2/+4
| | | |
* | | | Just 44 failures.Andrew Arnott2013-03-241-0/+1
| | | |
* | | | Fixes unit tests. 49 failures left.Andrew Arnott2013-03-244-7/+26
| | | |
* | | | Fixes some OpenID redirect tests.Andrew Arnott2013-03-235-3/+65
| | | |
* | | | Fixes several more unit tests. 55 leftAndrew Arnott2013-03-235-35/+19
| | | |
* | | | Adds a cookie delegating handler, fixes tests.Andrew Arnott2013-03-237-9/+85
| | | |
* | | | Fixes a few more testsAndrew Arnott2013-03-221-2/+2
| | | |
* | | | Fixes about a dozen more tests.Andrew Arnott2013-03-221-1/+1
| | | |
* | | | Fixes another testAndrew Arnott2013-03-221-0/+1
| | | |
* | | | Fixes 5 more testsAndrew Arnott2013-03-221-1/+2
| | | |
* | | | Fixes another unit testAndrew Arnott2013-03-221-15/+15
| | | |
* | | | Fixes another testAndrew Arnott2013-03-221-1/+1
| | | |
* | | | Fixes ~22 tests.Andrew Arnott2013-03-221-0/+4
| | | |
* | | | Fixes remaining build breaks.Andrew Arnott2013-03-2229-1042/+936
| | | |
* | | | Moves the rest of the static methods out.Andrew Arnott2013-03-2119-118/+124
| | | |
* | | | Moves OpenID coordinator handlers to base class.Andrew Arnott2013-03-2110-53/+55
| | | |
* | | | Fixes the rest of the build breaks in the solution, including DNOA.AspNet.TestAndrew Arnott2013-03-2014-78/+79
| | | |
* | | | Fixes the rest of the build breaks!Andrew Arnott2013-03-1911-183/+216
| | | |
* | | | Adds missing file.Andrew Arnott2013-03-171-0/+63
| | | |
* | | | Lots more test build break fixes.Andrew Arnott2013-03-1717-167/+157
| | | |
* | | | More build break fixes.Andrew Arnott2013-03-103-15/+16
| | | |
* | | | More unit test fixes.Andrew Arnott2013-03-1020-444/+698
| | | |
* | | | More test build break fixes.Andrew Arnott2013-03-0910-177/+135
| | | |
* | | | More test build break fixes.Andrew Arnott2013-03-094-105/+136
| | | |
* | | | Many more unit test build fixes and product touch-ups.Andrew Arnott2013-03-0723-578/+401
| | | |
* | | | Unit test build break fixes.Andrew Arnott2013-03-0635-1368/+321
| | | |
* | | | Revise receiver of ApplyHeaders extension method.Andrew Arnott2013-03-051-4/+3
| | | |
* | | | Greatly simplifies ApplyHeaders method.Andrew Arnott2013-03-051-32/+3
| | | |
* | | | Moved Offline OP to use controllers.Andrew Arnott2013-03-041-1/+1
| | | |
* | | | OpenIdOfflineProvider and RP now work together.Andrew Arnott2013-03-042-2/+59
| | | |
* | | | Changed all ASP.NET async void event handlers to use RegisterAsyncTask, ↵Andrew Arnott2013-03-041-15/+20
| | | | | | | | | | | | | | | | which avoids bugs in ASP.NET.
* | | | A few more fixes.Andrew Arnott2013-03-043-6/+2
| | | |
* | | | Switched Channel to receiving messages via HttpRequestMessage as well.Andrew Arnott2013-03-0426-311/+328
| | | |
* | | | Unit test compile error fixes.Andrew Arnott2013-03-038-116/+93
| | | |
* | | | Fixes up user rejection cases.Andrew Arnott2013-03-032-45/+45
| | | |
* | | | Adds OpenID RP to WebAPI sample so it's a real login.Andrew Arnott2013-03-033-4/+20
| | | |
* | | | Removes OAuthPrincipal in favor of ClaimsPrincipal.Andrew Arnott2013-03-038-180/+31
| | | |
* | | | Fixes bad logic that reports expired tokens incorrectly.Andrew Arnott2013-03-021-1/+1
| | | |
* | | | Fixed up WebAPI sample so it works with anonymous clients.Andrew Arnott2013-03-023-10/+27
| | | |
* | | | Removes the memory crypto key store from the sample.Andrew Arnott2013-03-023-2/+113
| | | | | | | | | | | | | | | | We now have a 'hard-coded' secret key store that trivial apps/samples may use to keep things simple until they create a database table.
* | | | Fixes some recent regressions to get twitter.aspx working.Andrew Arnott2013-03-022-3/+4
| | | |
* | | | Fixes build breaks in DNOA.AspNetAndrew Arnott2013-03-0210-561/+58
| | | |
* | | | Merge branch 'httpclient' into OAuthSimpleAndrew Arnott2013-03-017-6/+50
|\ \ \ \
| * | | | Adds a WebAPI sample that is its own authorization server and resource server.Andrew Arnott2013-03-012-1/+11
| | | | |
| * | | | Fixes basic auth creation.Andrew Arnott2013-03-011-1/+1
| | | | |
| * | | | Adds support for symmetric key signing and encryption of access tokens.Andrew Arnott2013-03-013-3/+37
| | | | | | | | | | | | | | | | | | | | This targets the common scenario where authorization servers and resource servers are actually on the same web application, and asymmetric cryptography is overkill and requires extra setup.
| * | | | Fixes NullReferenceException in MessageValidationBindingElement.Andrew Arnott2013-02-281-1/+1
| | | | |
* | | | | Fixes some OAuth 1 build breaks.Andrew Arnott2013-02-269-12/+123
| | | | |
* | | | | OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels.Andrew Arnott2013-02-2531-921/+807
|/ / / / | | | | | | | | | | | | Build breaks in other projects, however.
* | | | StyleCop fixes.Andrew Arnott2013-02-215-48/+61
| | | |
* | | | Adds the OAuth 1 consumer PLAINTEXT signing message handler.Andrew Arnott2013-02-213-19/+79
| | | |
* | | | Adds the OAuth 1 consumer RSA-SHA1 signing message handler.Andrew Arnott2013-02-212-0/+52
| | | |
* | | | Renames ApplyOAuthParameter method.Andrew Arnott2013-02-211-2/+2
| | | |
* | | | Removes ConsumerBase.PrepareAuthorizedRequestAsync methods.Andrew Arnott2013-02-206-130/+58
| | | | | | | | | | | | | | | | HttpClient, full steam ahead.
* | | | Matured the OAuth 1 consumer signing handler a bit.Andrew Arnott2013-02-187-92/+466
| | | |
* | | | More warning fixes.Andrew Arnott2013-02-1614-48/+86
| | | |
* | | | Lots of stylecop fixes.Andrew Arnott2013-02-1646-136/+429
| | | |
* | | | More warning fixes.Andrew Arnott2013-02-1039-65/+200
| | | |
* | | | C# compiler warning fixes.Andrew Arnott2013-02-1081-417/+622
| | | |
* | | | Adds a delegating HTTP handler that applies OAuth 1 signatures.Andrew Arnott2013-02-105-0/+66
| | | |
* | | | Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-0915-45/+62
| | | |
* | | | Fixes more synchronous blocks.Andrew Arnott2013-02-092-25/+28
| | | |
* | | | Assocations with providers when OpenID discovery yields multiple endpoints ↵Andrew Arnott2013-02-092-11/+29
| | | | | | | | | | | | | | | | can now happen in parallel.
* | | | Fixes ASP.NET controls to be async.Andrew Arnott2013-02-095-56/+68
| | | |
* | | | Fixes OpenIdLogin control and sample.Andrew Arnott2013-02-091-1/+1
| | | |
* | | | Restores exception wrapping.Andrew Arnott2013-02-091-16/+21
| | | |
* | | | Adds missing reference to TestWeb.Andrew Arnott2013-02-092-0/+3
| | | |
* | | | Updates to Validation 2.0.2 and log4net 2.0.0.Andrew Arnott2013-01-2748-95/+95
| | | |
* | | | Retargets DNOA to MVC 4 (since async controllers require MVC 4).Andrew Arnott2013-01-277-31/+44
| | | |
* | | | Finished fixing build breaks except in test projects.Andrew Arnott2013-01-274-38/+56
| | | |
* | | | Fixed a bunch more samples.Andrew Arnott2013-01-231-1/+1
| | | |
* | | | Fixes more samples.Andrew Arnott2013-01-232-65/+51
| | | |
* | | | OpenIdProviderWebForms now builds.Andrew Arnott2013-01-231-7/+23
| | | |
* | | | ApplicationBlock builds.Andrew Arnott2013-01-2310-17/+57
| | | |
* | | | OpenIdRelyingPartyMvc sample now builds.Andrew Arnott2013-01-152-0/+2
| | | |
* | | | All product projects now build.Andrew Arnott2013-01-1419-127/+144
| | | |
* | | | OpenId.Provider.UI builds now.Andrew Arnott2013-01-131-35/+43
| | | |
* | | | OAuth2.AuthorizationServer now builds.Andrew Arnott2013-01-135-47/+35
| | | |
* | | | OAuth2.ResourceServer now builds.Andrew Arnott2013-01-135-25/+30
| | | |
* | | | OAuth2.Client.UI now builds.Andrew Arnott2013-01-131-10/+12
| | | |
* | | | OAuth2.Client builds.Andrew Arnott2013-01-1313-93/+168
| | | |
* | | | OAuth.SP now builds.Andrew Arnott2013-01-136-97/+44
| | | |
* | | | DNOA.OAuth project now builds.Andrew Arnott2013-01-1312-70/+88
| | | |
* | | | Made another method async for consistency.Andrew Arnott2013-01-125-9/+9
| | | |
* | | | OpenId.Provider now builds.Andrew Arnott2013-01-1219-194/+139
| | | |
* | | | OpenID.RP.UI now builds, and ASP.NET control login works.Andrew Arnott2013-01-1211-142/+205
| | | |
* | | | Adds another catch block to the logger initializer.Andrew Arnott2013-01-021-0/+2
| | | |