Environment is using NTLM authentication and an Azure app proxy to authenticate external users to Service Point
Authentication attempts to Service Point display the following error:
CA Service Desk Manager/Service Point 17.3 and 17.4
NTLM Authentication
Azure Application Proxy
Incident microservice casm.conf.js not configured correctly
To enable authentication you can configure xFlow casm.conf.js (<xFLOW_Installed Directory>\APPS\Services\incidentmicroservice-17.3.479\public\conf)
api and bui
to reflect the Application Proxy URL with no ports
var casm_admin = {
config: {
api : {
server : 'https://DOMAIN.MSAPPPROXY.NET' + '/api'
},
bui : {
server : 'https://DOMAIN.MSAPPPROXY.NET' + '/bui'
},