MassTransit allows you to configure an Active Directory user group which allows any user with a valid Active Directory account, who is in a defined group, to view the MassTransit log online (in the MassTransit web site) without requiring a web client license or plug-in.
Follow the steps below to enable the MassTransit Log Viewer for an authorized group:
Note: All lines beginning with a semicolon (;) in the mtweb.ini file are considered commented and therefore ignored. Please ensure that all settings you change are uncommented (if you see ";" characters at the beginning of any of the settings you modify, delete them).
Note: The order of the AUTHENTICATE_METHODS flag can be reversed.
If the original order of the flags is used (AUTHENTICATE_METHODS = AuthMethod_SOAP,AuthMethod_LogViewingGroup), then a Web client, that is both a MassTransit contact with Active Directory authentication and a member of the authorized log viewing group, will be navigated to the MassTransit plug-in once authenticated. The only way that user will be able to view the Log is if privileges are given to that individual user via the MassTransit Administrator when the account is created or edited; then, the Log tab will be present in the user interface of the Web client.
If the current order of the flags is reversed (AUTHENTICATE_METHODS = AuthMethod_LogViewingGroup,AuthMethod_SOAP), then the user will be navigated to the Log Viewer, but will not be navigated to the plug-in for file transfer.
The default approach is recommended.