By Shawn Duggan on 1/27/2007 2:00 AM
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.
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 grc.com/passwords.htm provides). You then set the page security to be visible only to the roles that have permissions in your external application.
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.
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... Read More »