Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with properties from env settings #433

Open
tfabraham opened this issue Nov 6, 2017 · 1 comment
Open

Issue with properties from env settings #433

tfabraham opened this issue Nov 6, 2017 · 1 comment

Comments

@tfabraham
Copy link
Member

tfabraham commented Nov 6, 2017

When updating/deploying sso settings by themselves, the settings for the SSO groups aren't being pulled from the env files and instead defaulting to "BizTalk Application Users" and "BizTalk Server Administrators". When looking through the console for the deploy, i can't seem to see "SetPropertiesFromEnvironmentSettings" being called at all.

Any suggestions/help would be appreciated.

Thanks

This work item was migrated from CodePlex

CodePlex work item ID: '11185'
Vote count: '1'

@tfabraham
Copy link
Member Author

[expertaaron@2017-11-08]
I am having the same issue. The workaround I came up with was to redefine the DeploySSODependsOn property (to include SetPropertiesFromEnvironmentSettings) so that the "Update SSO from settings spreadsheet" menu item in Visual Studio pulls the SsoAppUserGroup and SsoAppAdminGroup properties from the spreadsheet instead of defaulting them.

Bootstrap; InitializeAppName; GetSoftwarePaths; ExportSettings; CustomPostExportSettings; SetPropertiesFromEnvironmentSettings; <--Add this line (without this comment) InitSettingsFilePath

Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant