Search code examples
biztalkbiztalk2006r2btdf

Where the vales like Userid and passwords are stored in SSO of BTDF


I have a query regarding BTDF SSO config setting. I am beginner with BizTalk.

I am looking for SSO storage where credentials are stored and retrieved from SSO. I have built-in app located at C:\Program Files (x86)\Deployment Framework for BizTalk 6.0\Framework\DeployToolsork\DeployTools

Could anyone tell me how to store and retrieve from existing SSO config like SSOSettingsEditor which is the default provided by BTDF.


Solution

  • Using BTDF, you can store your configurations as provided in SettingsFileGenerator.xml in BizTalk SSODB. BTDF automatically store your configuration if IncludeSSO property is set to true in btdfproj file.

    If you have provided your credential details in SettingsFileGenerator.xml file then only you will find them in SSODB.

    You should use SSOSettingsEditor to retrieve or make changes to the configurations. In SSOSettingsEditor, type in your application name and press enter.

    Refer to link: BTDF IncludeSSO