aclCas.properties

Stores settings for Analytics Exchange authentication.

File settings

Property Description

axcas.securityContext.casServerPort

The port to use to connect to the Analytics Exchange authentication component (CAS). The default port is 443.

axcas.securityContext.casServerHost

The hostname of the AX Server. For example: AXCORE.ABC.COM

axcas.securityContext.serviceProperties.service

The URL for the CAS authentication web service.

This property uses the axcas.securityContext.casServerHost and axcas.securityContext.casServerPort properties to form the URL. You should modify these two properties if the location of your AX Server changes, rather than modifying this property.

axcas.securityContext.casProcessingFilterEntryPoint.loginUrl

The URL for the CAS authentication login page.

This property uses the axcas.securityContext.casServerHost and axcas.securityContext.casServerPort properties to form the URL. You should modify these two properties if the location of your AX Server changes, rather than modifying this property.

axcas.securityContext.ticketValidator.casServerUrlPrefix

The start of the CAS authentication URL.

This property uses the axcas.securityContext.casServerHost and axcas.securityContext.casServerPort properties to form the URL. You should modify these two properties if the location of your AX Server changes, rather than modifying this property.

axcas.kerberosService.Realm

The Active Directory domain to use to authenticate users.

This property is only used when Integrated Windows Authentication is enabled.

axcas.kerberosService.hostName

The hostname of your AX Server.

This property is only used when Integrated Windows Authentication is enabled.

axcas.kerberosService.Principal

The Kerberos Service Principal Name (SPN). This property uses the axcas.kerberosService.hostName and axcas.kerberosService.Realm properties to form the SPN identifier. You should modify these two properties, if necessary, rather than modifying this property.

This property is only used when Integrated Windows Authentication is enabled.

axcas.securityContext.serviceProperties.service

The encrypted value of the password for the SPN account.

This property is only used if Integrated Windows Authentication is configured.

axcas.kerberosService.Kdc

The IP address of the Active Directory Domain Controller server.

This property is only used if Integrated Windows Authentication is configured.

tgt.maxTimeToLiveInSeconds Optional. The number of seconds after which the CAS ticket-granting ticket expires, regardless of usage. This setting works with the session timeout setting in Tomcat\webapps\appName\WEB-INF\web.xml.
tgt.timeToKillInSeconds Optional. The number of seconds after which the CAS ticket-granting ticket expires if no requests for CAS service tickets are made. This setting works with the session timeout setting in Tomcat\webapps\appName\WEB-INF\web.xml.