All too often, when constructing an SSO script for SecureLogin, we discover that the intended site has been coded such that the developers omitted the "name" attribute for either a Form or an Input Field, and instead they only included the "id" attribute.
Since SecureLogin currently does not support matching on "id" this means creating SSO scripts are infinitely harder than they should have been if only SecureLogin were more flexible.
Seems like this would be a very easy expansion of the existing matching capabilities, and also have a significant positive impact for customers.