- 16 Dec 2024
- 2 Minutes à lire
- SombreLumière
- PDF
logon (Command)
- Mis à jour le 16 Dec 2024
- 2 Minutes à lire
- SombreLumière
- PDF
Each SOAP administration operation performed by an administrative user requires a successful administrative logon. The logon command provides a session identifier as a response. Each administrative operation of OneSpan Authentication Server requires that session identifier and must be performed from the same client location.
Parameters
Attribute name | Data type | Description |
---|---|---|
CREDFLD_ADMIN_PRIVILEGES | Base64 encoded String | Required. A Base64-encoded string of assigned administrative privileges. |
CREDFLD_CONTROLLER_TYPE | String | Required. OneSpan Authentication Server Framework type used, either SSM or HSM. For SSM:
For HSM:
|
CREDFLD_DATA_MIGRATION | String | Required. The state of the data migration. If set to enabled, data migration is enabled, i.e. data_version != schema_version. If set to disabled, data migration is disabled and no further action is required, as all data has been migrated, i.e. data_version == schema_version. This is the case when data migration has finished or for a new installation. Possible values:
|
CREDFLD_DOMAIN | String | Required. As output, the user's resolved domain will be specified. Up to 255 characters. |
CREDFLD_LAST_LOGON_TIME | Date-Time | Required. The date and time of the last administrative logon as xsd:dateTime value. For example: 2014-02-18T14:36:01Z |
CREDFLD_LOGICAL_ADMIN_PRIVILEGES | String | Required. A comma-separated list of the assigned administrative privileges. Each administrative privilege is specified as follows: privilege_name [true|false] For a list of possible values, see Table: Logical administrative privileges. |
CREDFLD_MAKER_CHECKER | Boolean | Required. The state of the maker–checker authorization configuration. If set to true, maker–checker authorization is enabled, and all maker–checker authorization enabled commands will create pending operations that need to be approved, instead of executing the command. If set to false, maker–checker authorization is disabled. OneSpan Authentication Server works in normal mode, where commands are executed immediately when called. Possible values:
|
CREDFLD_PASSWORD | String | Required.The combined password string. Depending on the policy, may accept variations of OTP/password/PIN. |
CREDFLD_PASSWORD_FORMAT | Unsigned Integer | Required. Possible values:
|
CREDFLD_PLATFORM | String | Required. The operating system OneSpan Authentication Server is running on. Possible values:
|
CREDFLD_PRODUCT_NAME | String | Required. The product name of the OneSpan Authentication Server instance. |
CREDFLD_PRODUCT_VERSION | String | Required. The product version of the OneSpan Authentication Server instance including the build number. Format: major.minor.patch.build |
CREDFLD_RESTRICT_ADMIN_PRIVILEGE_ASSIGNMENT | Boolean | Required. |
CREDFLD_SERVER_LOCAL_TZ | String | Required. The local time zone of the server. |
CREDFLD_SESSION_ID | String | Required. The administration session identifier. |
CREDFLD_STATIC_PASSWORD | String | Optional. The static password used for login. |
CREDFLD_STORAGE_TYPE | String | Required. The type of database used. Possible values:
|
CREDFLD_USERID | String | Required. The user ID as provided by the calling application (no specific format is required). As output, the resolved user ID will be specified. Up to 255 characters. |
CREDFLD_USER_LOCATION | String | Required. The location (i.e. the IP address) of the user's client device. |