Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hello:
I wondering what is the best way to run and force authentication (login) in MWS with https, and, after successful login go back to http.
Any help or recommendation will be appreciated.
Regards.
Norberto.
There is a solution for this provided in these official fixes:
This is how it to use the new component:
Eric:
Ok, I’ll try.
thanks a lot.
Hello Eric:
One more question: how can I undo the changes? deleting the wm_httpsredirect.war and components?
Best regards.
Yes, to undo the changes, you would just uninstall the wm_https_redirect.war file.
If that doesn’t work, you may also need to restart the MWS server to clear out anything caching the old configuration.
I need to do the same thing in V9.7. Do this .war work in v9.7? Or Do you have a .war for v9.7?
Thanks in advance.
Sure, there should be a components/extras/wm_httpsredirect.war in the 9.7 distribution.
Hi Eric,
I also tried using wm_https_redirect.war, i can see there is auto redirect from http => https during login, but after login it is failed to switch back to http, apart from the war file deployment are there any other things that we need to change.
Regards Sreeni
This is what it should be doing:
So when rendering the login page it should switch to https://[frontEndUrl]/… and then after login it should switch back to http://[frontEndUrl]/…