Enterprise Single Sign-On Service: A service that communicates directly with the master secret. It is installed with a startup type of Automatic on every BizTalk Server computer in the Group.
Master secret: A registry key that is encrypted. When the Enterprise Single Sign-On (SSO) service is configured during a basic configuration, a backup of the master secret is automatically created in C:\Program Files\Common Files\Enterprise Single Sign-On, and is assigned a password. During a custom configuration, you are asked to specify a password and location for the backup file.
The master secret is only active on one server in the BizTalk group. This is considered the master secret server. The master secret is also responsible for all interaction with the Single Sign-On (SSO) database.
Single Sign-On database (SSODB): This is a database that stores everything related to SSO, including BizTalk artifacts such as receive locations and receive handlers, SSO configuration data such as affiliate applications and ticket timeout value, account information, and account mappings.
During this process, you must change the name of the master secret server to be the actual network name (also known as the virtual server name) by creating an XML file. For example, if the network name (also known as the virtual server name) is BizCluster01, then your XML file looks like the following.
<
sso
>
globalInfo
secretServer
>BizCluster01</
</
How to Create a Cluster Group with a Disk, IP Address, and Name Resource
SSO logs errors and events to the Application event log. It also has different levels of error information. When you are troubleshooting an SSO issue, enable high auditing by using ssoconfig.exe:
For more information, including some known issues, see Troubleshooting Enterprise Single Sign-On.
Read suggested related topics:
Maheshkumar S Tiwari edited Revision 12. Comment: Added Tag
Steef-Jan Wiggers edited Revision 11. Comment: Minor edit
Fernando Lugão Veltem edited Revision 1. Comment: added toc
Well done