Disabling single sing-on manually
About this task
server.xml
, correct the configuration and repeat the enablement. Procedure
- Stop the BigFix Inventory server.
-
Make changes in the
web.xml
file that is in the following directory.bfi_install_dir/wlp/usr/servers/server1/apps/tema.war/WEB-INF
bfi_install_dir\wlp\usr\servers\server1\apps\tema.war\WEB-INF
-
Make changes in the
server.xml
file that is in the following directory.bfi_install_dir/wlp/usr/servers/server1
bfi_install_dir\wlp\usr\servers\server1
-
Start the BigFix Inventory
server.
Above steps does not remove SAML feature. They are intended to only allow to login to BigFix Inventory Server using previous authentication method. To completry disable SAML there is also needed to remove in
server.xml
<feature>samlWeb-2.0</feature> element that is inside the <featureManager> element, the <samlWebSso20> element if it exists and keyStore elements with id="SPKeyStore" and id="IdPKeyStore".