aclCas.properties
This configuration file stores settings for ACL Analytics Exchange authentication.
Property | Description |
---|---|
cas.securityContext.casServerPort |
The port to use to connect to the ACL Analytics Exchange authentication component (CAS). The default port is 8443. |
cas.securityContext.casServerHost |
The hostname of the AX Server. For example: AXCORE.ACL.COM |
cas.securityContext.serviceProperties.service |
The URL for the CAS authentication web service. This property uses the cas.securityContext.casServerHost and cas.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. |
cas.securityContext.casProcessingFilterEntryPoint.loginUrl |
The URL for the CAS authentication login page. This property uses the cas.securityContext.casServerHost and cas.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. |
cas.securityContext.ticketValidator.casServerUrlPrefix |
The start of the CAS authentication URL. This property uses the cas.securityContext.casServerHost and cas.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. |
cas.kerberosService.Realm |
The Active Directory domain to use to authenticate users. This property is only used when Integrated Windows Authentication is enabled. |
cas.kerberosService.hostName |
The hostname of your AX Server. This property is only used when Integrated Windows Authentication is enabled. |
cas.kerberosService.Principal |
The Kerberos Service Principal Name (SPN). This property uses the cas.kerberosService.hostName and cas.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. |
cas.kerberosService.Password |
The encrypted value of the password for the SPN account. This property is only used if Integrated Windows Authentication is configured. |
cas.kerberosService.Kdc |
The IP address of the Active Directory Domain Controller server. This property is only used if Integrated Windows Authentication is configured. |