Quantcast
Channel: biztalkdeployment Forum Rss Feed
Viewing all articles
Browse latest Browse all 1089

New Post: Avoid Entire SettingsFileGenerator to SSO

$
0
0
That is handled by an MSBuild target named DeploySSO. You could try overriding the value of the property SettingsFilePath with a different XLS path just prior to DeploySSO, or you could blank out the values of the values you don't want in SSO. Keep in mind that everything stored inside SSO is encrypted at rest.

Rough example, in your .btdfproj:
<TargetName="PreDeploySSO"BeforeTargets="DeploySSO"><PropertyGroup><SettingsFilePath>.\AnotherFile.xls</SettingsFilePath></PropertyGroup></Target>
or,
<TargetName="CustomSSO"><UpdateSSOConfigItemBizTalkAppName="$(BizTalkAppName)"SSOItemName="MyValueName"SSOItemValue="---"/><UpdateSSOConfigItemBizTalkAppName="$(BizTalkAppName)"SSOItemName="MyValueName2"SSOItemValue="---"/></Target>
Thanks,
Tom

Viewing all articles
Browse latest Browse all 1089

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>