SetLogonInfoSSO

Sets a user’s logon information. To log on, you can specify any of the following security items:

The logon information is authenticated when methods that open applications are called.

Syntax

<HFMwManageApplications>.SetLogonInfoSSO bstrDomain, bstrUser, bstrToken, bstrPassword

Argument

Description

bstrDomain

Pass one of the following values:

  • If NTLM is being used, and if a token is not being used, pass the name of the domain for the username.

  • If a token is being used, pass an empty string.

Input argument. String subtype.

bstrUser

Pass one of the following values:

  • If a username and password are being used, pass the username.

  • If a token is being used, pass an empty string.

Input argument. String subtype.

bstrToken

Pass one of the following values:

  • If a username and password are being used, pass an empty string.

  • If a token is being used, pass the token.

Input argument. String subtype.

bstrPassword

Pass one of the following values:

  • If a username and password are being used, pass the password.

  • If a token is being used, pass an empty string.

Input argument. String subtype.

Example

SetLogonInfoSSO is used in the example for OpenApplication.