How to configure “Cross-cell single sign-on” in WebSphere with Jython

To configure "Cross-cell single sign-on" in the WebSphere 6.1 admin console with a Jython script, you can use the script below. This assumes that you've exported the keys from the server you are going to connect to. [sourcecode language="python"] import java.lang.String as jstr import java.util.Properties as jprops import java.io as jio import javax.management as jmgmt …

Continue reading How to configure “Cross-cell single sign-on” in WebSphere with Jython