If you receive the following error in your WebSphere plugin log, you might have a misconfiguration within your SSL key…

IBM Content Navigator – Using SAML as single sign on method
In this article I want to guide you how to setup WebSphere Application Server to use SAML as authentication provider…

adding/removing a server to/from WebSphere profile
run the wsadmin.bat/sh in <WebSphereHome>/AppServer/bin wsadmin.bat -lang jython -user wasadmin -password yourPassword ADDING A SERVER: AdminTask.createApplicationServer(‘WAS01Node01’, [‘-name’, ‘ICN_server1’, ‘-templateName’, ‘default’])…

disable OS check in IBM Installation Manager
Add disableOSPrereqChecking=true to the config.ini file in IM_install_root/eclipse/configuration and restart Installation Manager. https://www.ibm.com/support/knowledgecenter/en/SSEQTP_9.0.5/com.ibm.websphere.installation.base.doc/ae/tins_troubleshoot.html