Managing User Mappings for Host Initiated SSO
Use the following procedures to create mappings, set credentials (whenever the Validate Password feature is enabled for the affiliate application), and enable/disable mapping.
To manage user mappings for 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.
In the scope pane, click Affiliate Applications.
In the details pane, right-click the affiliate application, and then select the appropriate menu item for your action.
To create mappings in 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 –createmappings <mapping file>
, where <mapping file> is the name of the XML file.The following is a sample mapping file:
<SSO> <mapping> <windowsDomain>DomainName</windowsDomain> <windowsUserId>UserA</windowsUserId> <externalApplication>SSOApplication</externalApplication> <externalUserId>ExternalUserID that corresponds to UserA</externalUserId> </mapping> </SSO>
To set credentials for individual type affiliate applications 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 -setcredentials <Windows account name> <application name>
.
To set credentials for host group type affiliate applications using the command line
Click Start, click Run, type
cmd
, and then click OK.At the command line, go to the Enterprise Single Sign-On installation directory.
The default is <drive>:\Program Files\Common Files\Enterprise Single Sign-On.
Type
ssomanage -setcredentials <external account name> <application name>
.
To enable mappings for individual type affiliate applications 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 -enablemapping <Windows account name> <application name>
.
To disable mappings for individual type affiliate applications 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 -disablemapping <Windows account name> <application name>
.
To enable mappings for host group type affiliate applications 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 -enablemapping <external account name> <application name>
.
To disable mappings for host group type affiliate applications 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 -disablemapping <external account name> <application name>
.