I am using Home Realm Discovery on ADFS and Google Apps (on lock.js v9)
That works very well in case the user is typing in her/his email address. Then - as expected - the password input field disappears.
Now I want to preset that field. I am doing this with jQuery:
$('#a0-signin_easy_email').val('manuel.reil@alyne.com');
This works, BUT the HRD (Home Realm Discovery) is not triggered.
Do you know anything that triggers the HRD? Either by jQuery mocking key strokes or with calling something in the lock.js API?