egroupware_official/saml/resources/post.js

8 lines
178 B
JavaScript

/**
* Automatically click the input button to redirect the user to
* the SSO
*/
window.onload = function () {
document.getElementById('postLoginSubmitButton').click();
};