summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replaced a couple of dnoi_ prefixes with dnoa_.Andrew Arnott2009-05-211-5/+5
|
* Merge branch 'v3.1'Andrew Arnott2009-05-2158-804/+1518
|\
| * Merge branch 'v3.0' into v3.1Andrew Arnott2009-05-2136-706/+875
| |\
| | * vsmdi update.Andrew Arnott2009-05-211-457/+444
| | |
| | * Refactored InfoCard SupportingScript.js.Andrew Arnott2009-05-212-106/+106
| | |
| | * "ineffectual" javascript adjustments to infocard selector.Andrew Arnott2009-05-212-403/+416
| | |
| | * Fixed javascript bug in sample OP's unsolicited assertion page.Andrew Arnott2009-05-201-0/+2
| | |
| | * FxCop now runs clean in v3.0 branch.Andrew Arnott2009-05-203-0/+5
| | |
| | * Fixed StyleCop messages.Andrew Arnott2009-05-202-3/+3
| | |
| | * Removed Contracts.ForAll reference since it keeps a runtime dependency to ↵Andrew Arnott2009-05-181-1/+1
| | | | | | | | | | | | Microsoft.Contracts.dll
| | * FxCop and CC fixes.Andrew Arnott2009-05-186-3/+29
| | |
| | * Test runs more resilient to race conditions.Andrew Arnott2009-05-161-0/+17
| | |
| | * Updated OpenIdRelyingPartyMvc sample's web.config file to be compliant with ↵Andrew Arnott2009-05-141-25/+27
| | | | | | | | | | | | shipping version of ASP.NET MVC.
| | * Added uri section declaration to web.config files of a few samples.Andrew Arnott2009-05-133-0/+3
| | |
| | * Removed unused UntrustedWebRequestHandler.DefaultCachePolicy field.Andrew Arnott2009-05-131-5/+0
| | | | | | | | | | | | It was causing problems with mono anyway.
| | * Removed unneeded catch in sample.Andrew Arnott2009-05-111-5/+0
| | |
| | * Fixes OpenID and OAuth URL data string encoding to follow RFC 3986 instead ↵Andrew Arnott2009-05-117-57/+120
| | | | | | | | | | | | | | | | | | of RFC 2396. While this probably won't fix any interop issues with OpenID, it IS anticipated to fix interop issues with OAuth since the generated signature base string will be different if any of these symbols show up in the string: !*'()
| | * Made sure that IDN and IRI URI mode are turned on for all sample sites, and ↵Andrew Arnott2009-05-097-79/+130
| | | | | | | | | | | | added a comment indicating their importance for all web sites that use this library.
| | * Moved "dnoa." prefix into a centralized constant.Andrew Arnott2009-05-086-7/+12
| | |
| | * Changed the custom RP parameter prefix from "dnoi." to "dnoa."Andrew Arnott2009-05-085-7/+7
| | |
| | * Added MessagePart members to custom extension sample.Andrew Arnott2009-05-072-2/+8
| | |
| | * StyleCop fixAndrew Arnott2009-05-071-1/+1
| | |
| | * Made IMessagePartEncoder public.Andrew Arnott2009-05-071-1/+1
| | |
| | * Fixed InfoCardSelector.Issuer property so that setting it to the empty ↵Andrew Arnott2009-05-051-7/+1
| | | | | | | | | | | | string prevents rendering the param tag.
| | * Fixed bug where Authorization header POST requests would fail because of a ↵Andrew Arnott2009-05-041-4/+10
| | | | | | | | | | | | missing Content-Length HTTP header.
| * | FxCop and StyleCop fixes for v3.1 branch.Andrew Arnott2009-05-205-33/+6
| | |
| * | Incremented version to v3.1.1.Andrew Arnott2009-05-021-1/+1
| | |
| * | Merge branch 'v3.0' into v3.1v3.1.0.9122Andrew Arnott2009-05-021-21/+49
| |\ \ | | |/ | | | | | | | | | Conflicts: src/version.txt
| | * Incremented version to v3.0.3.Andrew Arnott2009-05-021-1/+1
| | |
| | * Simplified two calls into one call to send an OAuth-authorized request with ↵v3.0.2.9122Andrew Arnott2009-05-011-21/+49
| | | | | | | | | | | | extra data.
| * | StyleCop fixes.Andrew Arnott2009-04-301-3/+3
| | |
| * | Fixed build break from last merge.Andrew Arnott2009-04-301-18/+0
| | |
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-04-309-100/+204
| |\ \ | | |/
| | * StyleCop fixes.Andrew Arnott2009-04-3010-47/+50
| | |
| | * Revised OAuth channel to better support different combinations of HTTP methods.Andrew Arnott2009-04-309-91/+204
| | |
| | * Added more tests to verify correct behavior of OAuth Authorization header ↵Andrew Arnott2009-04-303-14/+99
| | | | | | | | | | | | | | | | | | and message parts in different places. Fixed a bug in the signature construction process the test found.
| * | Revised OAuth channel to better support different combinations of HTTP methods.Andrew Arnott2009-04-309-457/+571
| | |
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-04-3012-18/+202
| |\ \ | | |/ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt
| | * Revert "Fixed OAuth authorization header handler to use POST requests where ↵Andrew Arnott2009-04-301-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | necessary." This reverts commit 0a3e7432b58f52072159356576a905c2217c55a0. The solution I had checked in before was an incomplete solution to the problem.
| | * Further fixed base signature string construction and added several tests for it.Andrew Arnott2009-04-303-5/+35
| | |
| | * Fixes OAuth base signature string construction for URLs that include a ↵Andrew Arnott2009-04-292-2/+26
| | | | | | | | | | | | | | | | | | query-string part. Fixes Trac ticket 42.
| | * Added a bunch more Google Scopes to the application block.Andrew Arnott2009-04-291-2/+68
| | |
| | * Added XSS protection to OAuth SP sample.Andrew Arnott2009-04-292-0/+21
| | | | | | | | | | | | Resolves Trac ticket 43.
| | * Fixed OAuth authorization header handler to use POST requests where necessary.Andrew Arnott2009-04-291-0/+4
| | |
| | * Reformatted the assoc_handle values generated by OPs.Andrew Arnott2009-04-281-2/+9
| | | | | | | | | | | | No practical reason for this change. But just to exercise DNOA's uniqueness.
| | * Fixed OP interop bug with some 1.0 RPs that omitted the openid.session_type ↵Andrew Arnott2009-04-281-1/+1
| | | | | | | | | | | | parameter instead of including an empty one.
| | * Incremented version to v3.0.2.Andrew Arnott2009-04-271-1/+1
| | |
| | * Fixed StyleCop message.v3.0.1.9115Andrew Arnott2009-04-251-1/+1
| | |
| | * Fixed the namespace of a unit test class.Andrew Arnott2009-04-252-72/+74
| | |
| | * Incremented version to v3.0.1Andrew Arnott2009-04-251-1/+1
| | |
| | * Added OAuth ServiceProvider method for responding to the consumer's ↵Andrew Arnott2009-04-251-5/+27
| | | | | | | | | | | | authorization request using a predefined callback URI rather than the one in the message.
| | * OAuth SP sample now correctly sets the ConsumerLabel field in the authorize ↵Andrew Arnott2009-04-252-0/+15
| | | | | | | | | | | | page.
| * | Added sample OAuthPrincipal class to the application block.Andrew Arnott2009-04-302-0/+68
| | |
| * | Added sample OAuthIdentity class to the application block.Andrew Arnott2009-04-292-0/+64
| | |
| * | Fixed StyleCop messages in offline OP app.Andrew Arnott2009-04-281-4/+28
| | |
* | | Added root route to MVC sample.Andrew Arnott2009-05-211-0/+5
| | |
* | | Promoted OpenIdRelyingParty.CreateRequests methods from internal to public.Andrew Arnott2009-05-202-90/+94
| | | | | | | | | | | | No implementation change. Just reordering of methods for StyleCop and changed a few doc comments.
* | | Stylecop fix.Andrew Arnott2009-05-201-1/+1
| | |
* | | Added FetchResponse.GetAttributeValue(string) method.Andrew Arnott2009-05-202-0/+38
| | | | | | | | | | | | Resolves Trac issue #67.
* | | FxCop fixes for master branch.Andrew Arnott2009-05-204-6/+10
| | |
* | | Finished UI popup extension for OpenIdTextBox.Andrew Arnott2009-05-192-10/+33
| | | | | | | | | | | | Resolves Trac ticket #61.
* | | Added first part of UI extension support to OpenIdTextBox.Andrew Arnott2009-05-194-1/+162
| | | | | | | | | | | | It now pops up a semi-compliant window, but doesn't do anything with the positive assertion result.
* | | Removed OpenIdTextBox.ImmediateMode.Andrew Arnott2009-05-194-46/+1
| | | | | | | | | | | | Resolves Trac ticket #64.
* | | OpenIdAjaxTextBox popup window is now modal and centered.Andrew Arnott2009-05-191-1/+22
| | |
* | | We now only add UI extension to the OpenIdAjaxTextBox outgoing request when ↵Andrew Arnott2009-05-191-3/+6
| | | | | | | | | | | | | | | | | | the OP advertises support for it. Since we're only following the RP rules for the UI extension if the OP advertises support for it, it makes sense that we only declare ourselves as using it in the same circumstances.
* | | OpenIdAjaxTextBox now uses the UI extension required popup window size when ↵Andrew Arnott2009-05-192-1/+13
| | | | | | | | | | | | the OP advertises support for it.
* | | OpenIdAjaxTextBox now tells the OP that it is in a popup window.Andrew Arnott2009-05-191-0/+4
| | | | | | | | | | | | | | | | | | | | | More work to do yet: * size the window according to the UI spec IFF the OP declared support for the extension. * dim the rest of the page when the popup is up. * review the spec for any further work to do.
* | | Added UI extension request class to the extension factory.Andrew Arnott2009-05-192-2/+20
| | |
* | | Fixed build break when the FULL_CONTRACTS symbol is defined.Andrew Arnott2009-05-191-0/+1
| | |
* | | Fixed javascript error in the OpenIdAjaxTextBox control.Andrew Arnott2009-05-191-1/+1
| | |
* | | Added the UI extension draft spec.Andrew Arnott2009-05-192-0/+473
| | |
* | | Added default value doc to XRI proxy resolver property.Andrew Arnott2009-05-171-0/+1
| | |
* | | Fixed StyleCop messageAndrew Arnott2009-05-161-1/+1
| | |
* | | Adds option to change out the XRI proxy resolver to use or even disable XRI ↵Andrew Arnott2009-05-167-3/+117
| | | | | | | | | | | | | | | | | | resolution altogether. Resolves Trac ticket 62.
* | | Added security feature so RPs can opt out of accepting delegating identifiers.Andrew Arnott2009-05-1612-413/+615
| | |
* | | Added configuration setting that allows RPs to reject all unsolicited ↵Andrew Arnott2009-05-159-73/+202
| | | | | | | | | | | | assertions.
* | | Fixed compiler warning.Andrew Arnott2009-05-151-0/+1
| | |
* | | Added UI extension tests.Andrew Arnott2009-05-153-3/+41
| | |
* | | Added support for the OpenID User Interface extension.Andrew Arnott2009-05-154-0/+184
| | |
* | | OP now has a RequireSsl option, which requires RP discovery to happen over ↵Andrew Arnott2009-05-089-68/+152
| | | | | | | | | | | | | | | | | | HTTPS. Fixes Trac ticket 51.
* | | Fixed build breaks in sample caused by RP discovery breaking change in ↵Andrew Arnott2009-05-082-2/+2
| | | | | | | | | | | | commit 83811ba2f188ff.
* | | Removed RP RequireSsl property changed event since it was only added to ↵Andrew Arnott2009-05-082-51/+1
| | | | | | | | | | | | support a design that didn't hold.
* | | StyleCop fixes.Andrew Arnott2009-05-081-6/+6
| | |
* | | Providers now have better feedback about how RP discovery fails so they can ↵Andrew Arnott2009-05-0810-91/+161
| | | | | | | | | | | | | | | | | | make more informed policy decisions. Fixes Trac ticket 53.
* | | Added tests to verify anonymous checkid behavior.Andrew Arnott2009-05-0810-440/+611
| | |
* | | Added support for extension-only (non-identity) checkid_* requests.Andrew Arnott2009-05-0837-402/+1120
| | |
* | | Incremented version number to v3.2.Andrew Arnott2009-04-271-1/+1
|/ /
* | Added build targets for building the Offline Provider App and deploying ↵Andrew Arnott2009-04-261-1/+42
| | | | | | | | separately.
* | Merge branch 'offlineapp'Andrew Arnott2009-04-2610-76/+403
|\ \
| * | OpenID offline Provider now temporarily takes focus during an intercepted login.Andrew Arnott2009-04-264-1/+43
| | |
| * | Removed the InternalsVisibleTo attribute for DNOA toward the Offline Provider.Andrew Arnott2009-04-262-3/+1
| | |
| * | Removed all UI for unimplemented features in the Offline Provider.Andrew Arnott2009-04-265-62/+61
| | |
| * | The auto-respond vs. intercept setting for checkid messages works now.Andrew Arnott2009-04-263-28/+44
| | |
| * | Lots more feature work on OpenID Offline Provider app:Andrew Arnott2009-04-267-58/+124
| | | | | | | | | | | | | | | * OpenID app icon * UI work
| * | Added user interactivity to begin to customize auth responses to the ↵Andrew Arnott2009-04-257-15/+222
| | | | | | | | | | | | OpenIdOfflineProvider tool.
* | | HTTP requests made for identifier discovery are no longer cached in debug ↵Andrew Arnott2009-04-261-0/+4
| | | | | | | | | | | | builds.
* | | Fixes a couple of StyleCop messages.Andrew Arnott2009-04-262-1/+9
| | |
* | | Merge branch 'pairwise'Andrew Arnott2009-04-2622-48/+390
|\ \ \
| * | | Reverted unintentional changes.Andrew Arnott2009-04-264-13/+6
| | | |
| * | | Removed unused resource strings.Andrew Arnott2009-04-262-24/+0
| | | |