TAM Properties

The following TAM specific properties should be configured to enable authentication with TAM.

These properties can be set using the Configurator.

TAM Properties
Property in Configurator Description
Authentication > TAM/Oblix > TAM Credential Header Name List Specifies the list of a comma separated headers that contain credentials. Headers are evaluated in the specified order. If the credential is specified, it must be available in the trusted host list.

The default value is iv-creds.

Authentication > TAM/Oblix > TAM Login Host Header List Specifies the list of a comma separated header names to determine the host name, who initiates the request. The value retrieved from this header is parsed to get host name. Headers are evaluated in the specified order.

The default value is host.

Authentication > TAM/Oblix > TAM Login Host Header Pattern Refers to the pattern to use while parsing the host name. If pattern is not specified, pattern matching gets disabled and the value is considered as is from the TAM Login Header List property.
Authentication > TAM/Oblix > TAM Logout URL Specifies the URL to redirect to logout. This is mandatory property.

The default value is https://host/pkmslogout.

Authentication > TAM/Oblix > TAM Trusted Host/Credential File Refers to the fully qualified file name that contains a list of trusted hosts or credentials. This list is used to match credentials or host name specified in the header. Only if a match is found, login is allowed.

The default value is c:/home/tam.trusted.hosts.

Authentication > TAM/Oblix > TAM User Header Name List Specifies the list of a comma separated headers that contain user name. Headers are evaluated in the specified order.

The default value is iv-user.

Authentication > TAM/Oblix > Web service header extractor Refers to the Java class that is used to extract headers from web service. For details on the header extractor, refer to the section Header Extractors.

The default value is com.tibco.mdm.integration.webservice.HeaderExtractor.