﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>BlueTango Products and Services</title>
    <description>Random thoughts and musings regarding BlueTango products, services, and what might be coming.</description>
    <link>http://www.bluetango.ca/tabid/117/BlogId/3/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>support@bluetango.ca</managingEditor>
    <webMaster>shawn.duggan@gmail.com</webMaster>
    <pubDate>Mon, 06 Feb 2012 23:32:16 GMT</pubDate>
    <lastBuildDate>Mon, 06 Feb 2012 23:32:16 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.5.0.35082</generator>
    <item>
      <title>KeepAlive v1.0.0 Released</title>
      <description>&lt;p&gt;This is a very simple windows service that will make a HTTP request of a specified url at defined intervals.  The reason I wrote it was to keep my client sites in server memory so they performed better. &lt;/p&gt;
&lt;p&gt;Currently the error handling is basic and there aren't any email notifications, but if there is uptake on the module these are things I would consider for the next release.&lt;/p&gt;
&lt;p&gt;Any feedback or ideas would be appreciated.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
      <link>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=15</link>
      <author>support@bluetango.ca</author>
      <comments>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=15#Comments</comments>
      <guid isPermaLink="true">http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=15</guid>
      <pubDate>Thu, 13 Mar 2008 04:00:00 GMT</pubDate>
      <slash:comments>3</slash:comments>
      <trackback:ping>http://www.bluetango.ca/DesktopModules/Blog/Trackback.aspx?id=15</trackback:ping>
    </item>
    <item>
      <title>AuthIntegrator v1.2.0 Released</title>
      <description>&lt;p&gt;It's taken a while, but an update has been released for the AuthIntegrator module.  The most significant changes are that "localhost" is not a valid url and the redirection back to external applications for DNN 4.5+ sites has been improved.&lt;/p&gt;
&lt;p&gt;If anyone has any ideas on where to take the module from here I'd be intereted in hearing from you.  I have toyed with creating a version of the IFrame module that retrieve secured content, but am not sure I want to fork the current module and have to support it.&lt;/p&gt;</description>
      <link>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=14</link>
      <author>support@bluetango.ca</author>
      <comments>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=14#Comments</comments>
      <guid isPermaLink="true">http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=14</guid>
      <pubDate>Thu, 13 Mar 2008 04:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.bluetango.ca/DesktopModules/Blog/Trackback.aspx?id=14</trackback:ping>
    </item>
    <item>
      <title>AuthIntegrator v1.1.0 Update</title>
      <description>&lt;p&gt;I was happy to report last time that subdomains were supported in this next release, but I am also happy to announce that .NET 1.1 external applications will also be supported.  This means DNN 4.4+ portals will be able to integrate with .NET 1.1 applications. &lt;br /&gt;
&lt;br /&gt;
New features:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;
sudomains supported
    &lt;/li&gt;
    &lt;li&gt;
    support for external 1.1 applications
    &lt;/li&gt;
    &lt;li&gt;
    compatible with DNN versions 4.3.5+
    &lt;/li&gt;
    &lt;li&gt;
    added debug mode which writes to the event log to help troubleshoot potential issues
    &lt;/li&gt;
&lt;/ul&gt;</description>
      <link>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=13</link>
      <author>support@bluetango.ca</author>
      <comments>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=13#Comments</comments>
      <guid isPermaLink="true">http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=13</guid>
      <pubDate>Tue, 06 Feb 2007 06:00:00 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.bluetango.ca/DesktopModules/Blog/Trackback.aspx?id=13</trackback:ping>
    </item>
    <item>
      <title>AuthIntegrator v1.1.0 Underway</title>
      <description>I have started development on the latest revision of the module.  So far I have added the functionality to include support for subdomains.  I am hoping to also allow integration with 1.1 applications.&lt;br /&gt;
&lt;br /&gt;
I have not received any feedback wishing it worked with earlier versions of DNN - so I may or may not do this.  People should always strive to run the latest DNN version to keep up to date with critical patches and updates.  v4.4+ also has a very noticeable performance boost and just plain works better.  My guess is that most people are already running 4.4+ or are planning to shortly.  The effort to support earlier DNN versions may not be worth it.</description>
      <link>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=12</link>
      <author>support@bluetango.ca</author>
      <comments>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=12#Comments</comments>
      <guid isPermaLink="true">http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=12</guid>
      <pubDate>Tue, 06 Feb 2007 04:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.bluetango.ca/DesktopModules/Blog/Trackback.aspx?id=12</trackback:ping>
    </item>
    <item>
      <title>AuthIntegrator v1.0.0 Released!</title>
      <description>It's been a bit of a slog, and I realized how much that I truly hate writing documentation.  But its done!&lt;br /&gt;
&lt;br /&gt;
Check it out: &lt;a href="http://www.bluetango.ca/LinkClick.aspx?link=121&amp;tabid=117"&gt;AuthIntegrator - The Easy Way to Integrate DNN and ASP.NET Applications&lt;/a&gt;</description>
      <link>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=11</link>
      <author>support@bluetango.ca</author>
      <comments>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=11#Comments</comments>
      <guid isPermaLink="true">http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=11</guid>
      <pubDate>Tue, 30 Jan 2007 04:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.bluetango.ca/DesktopModules/Blog/Trackback.aspx?id=11</trackback:ping>
    </item>
    <item>
      <title>AuthIntegrator - Almost Ready</title>
      <description>The module is done and works great.  I am finalizing documentation and expect to have it for sale on my site within a week.  Check back for a Products menu option - that is where it will be.&lt;br /&gt;
&lt;br /&gt;
&lt;span id="dnn_ctr2108_ContentPane" align="left"&gt;&lt;span id="spBody" class="Forum_Normal"&gt;The way it works is that you place the module on a page and configure the application URL and a Shared Secret (used like a password, I recommend a strong password such as &lt;a target="_blank" href="http://www.grc.com/passwords.htm"&gt;grc.com/passwords.htm&lt;/a&gt; provides).  You then set the page security to be visible only to the roles that have permissions in your external application.  &lt;br /&gt;
&lt;br /&gt;
In the external application, you configure it for Forms Authentication and set the loginUrl to be the path to the page containing the AuthIntegrator module.  &lt;br /&gt;
&lt;br /&gt;
When a user visits the DNN page containing the module (from link or navigation), after successfully logging in they are directed to the configured URL.  Even better - if they try to directly access a page in the external application, they will be directed to the DNN login page, after which they will be sent to the page they requested.  This means this process will allow users to bookmark pages in the external application!&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;</description>
      <link>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=10</link>
      <author>support@bluetango.ca</author>
      <comments>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=10#Comments</comments>
      <guid isPermaLink="true">http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=10</guid>
      <pubDate>Sat, 27 Jan 2007 06:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.bluetango.ca/DesktopModules/Blog/Trackback.aspx?id=10</trackback:ping>
    </item>
  </channel>
</rss>
