Enabling and Disabling Host Initiated SSO
By default, host initiated Single Sign-On (SSO) is not enabled in the Single Sign-On system, and must be enabled by the SSO Administrator.
To enable host initiated SSO using the MMC Snap-In
Click Start, point to Programs, click Microsoft Enterprise Single Sign-On, and then click SSO Administration.
In the scope pane of the ENTSSO MMC Snap-In, expand the Enterprise Single Sign-On node.
Right-click System, and then click Properties.
Click the Options tab.
Select the Enable host initiated SSO box, and click OK.
To enable host initiated SSO using the command line
Click Start, click Run, type
cmd
, and then click OK.At the command prompt, go to the Enterprise Single Sign-On installation directory.
The default is <drive>:\Program Files\Common Files\Enterprise Single Sign-On.
Type
ssomanage -enable hisso
.
Disabling SSO applies to the entire SSO system, and all operations related to host initiated SSO are turned off.
To disable host initiated SSO using the MMC Snap-In
Click Start, point to Programs, click Microsoft Enterprise Single Sign-On, and then click SSO Administration.
In the scope pane of the ENTSSO MMC Snap-In, expand the Enterprise Single Sign-On node.
Right-click System, and then click Properties.
Click the Options tab.
Clear the Enable host initiated SSO box, and click OK.
To disable host initiated SSO using the command line
Click Start, click Run, type
cmd
, and then click OK.At the command prompt, go to the Enterprise Single Sign-On installation directory.
The default is <drive>:\Program Files\Common Files\Enterprise Single Sign-On.
Type
ssomanage -disable hisso
as appropriate.