Reverse logic of "donotcache" checkbox on IdP
Brent Putman
putmanb at georgetown.edu
Mon Aug 10 13:22:21 EDT 2015
On 8/10/15 1:08 PM, Tom Zeller wrote:
> On Fri, Aug 7, 2015 at 6:15 PM, Jeffrey Crawford <jeffreyc at ucsc.edu> wrote:
>> they rather keep the checkbox (KISS principal) but almost every other site
>> says check here to remember me, and we kinda have to do the opposite. Not a
>> huge deal but the question is being asked.
> Feel free to file a request for improvement for the IdP User Interface
> component. Some minor code changes would be necessary to reverse the
> behavior as requested.
Rather than modifying the IdP, couldn't this be done by the OP purely
on the UI via Javascript? Just add the appropriate handler to process
the form submission, and either 1) simply flip the boolean value, or
else 2) have the UI boolean param be a different name than the one the
IdP expects, and have the handler generate the (new) value for the the
latter as the negation of the former.
More information about the users
mailing list