Demonstrating the SW AutoLogon.
There are 3 users mapped to the SW AutoLogon instances on this page and are as follows (with rights)
| UserName |
Password |
Rights |
| swlogondemo |
swl0g0ndemo |
Edit Module (first page instance) |
| swlogondemo2 |
swl0g0ndemo! |
Registered User |
| swlogondemo3 |
swl0g0ndemo! |
Edit Page |
Please play around with the different modes to see how they work and use the following links to test the "querystring/SSO" methods (querystring modes will have no "visible" module effect):
Querystring (unsecure): http://demo.seeleyware.com/DesktopModules/SW.AutoLogon/Poster.aspx?Mid=373&UserName=swlogondemo&Password=swl0g0ndemo (it must be noted that certain symbols and characters cannot be sent as querystring so this method isn't really all that useful if you have a real password; I merely included this method as another option. Also note that instead of using a querystring, you *could* have a form post to this same URL and it won't block special characters. Just have a textbox named UserName and another named Password and then this will pick it up)
Querystring (token): http://demo.seeleyware.com/DesktopModules/SW.AutoLogon/Poster.aspx?Mid=374&Token=91a3d7e2-5a7c-4535-a6fc-40e685b696a2
Querystring (alias): http://demo.seeleyware.com/DesktopModules/SW.AutoLogon/Poster.aspx?Mid=375&Alias=Demo2
There is a mode "missing" from the demo because it is a little too difficult to demo. It is an AD/Windows Login mode that will detect the logged in windows user and, if not already authenticated, log them into the DNN portal. It allows defining the domain to strip from the name (if desired) or it will try to match the completely username -- Contoso\Jimbo, for example or just plain Jimbo. That mode requires IIS have anonymous authentication DISABLED and Integrated Security ENABLED.