Forum Discussion
Andy_4060
Nimbostratus
Oct 17, 2012SSO with Novell Groupwise webmail not working
Hello everybody,
I'm using BIG-IP APM and I would like to configure SSO on Groupwise Webmail.
The major issue is that Groupwise needs a "User.context" value (random number) to correctly work:
...
kunjan
Nimbostratus
Oct 05, 2014Can you try the following JS using "Custom" under "Javascript Injection" with client initiated form SSO
document.body.onkeydown=function(e){return false;};
document.body.style.visibility='hidden';
document.body.style.display='none';
function __f5submit() {
var __f5form = document.forms[0];
__f5form.setAttribute('autocomplete', 'off');
__f5form.username.value='%{session.sso.token.last.username}';
__f5form.password.value='%{session.sso.token.last.password}';
;
var __f5action = "/gw/webacc";
var __f5qsep = (__f5action.indexOf('?') == -1) ? '?' : '&';
__f5form.action = __f5action ;
;
document.createElement('form').submit.call(document.loginForm)
}
if (window.addEventListener) {
window.addEventListener('load',__f5submit,false);
} else if (window.attachEvent) {
window.attachEvent(' ',__f5submit);
} else {
window. =__f5submit;
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
