Show/Hide Toolbars

How to Implement Server Scripting and Logging With FVTerm

Navigation: Recognized Methods

GetMultiUserHosts

Scroll Prev Top Next More

This call is specifically to support the FVTerm Single-Signon Functionality but can also be published by alternative SSO implementations.

 

It will simply return a text string of configured host names that need prompting to support multiple possible host userID accounts for a single identified user.

 

         static public string GetMultiUserHosts()

         {

                 return multiUserHosts;

         }