Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
Hi there forks,
has anybody tried to activate NTLM-Authentication in VTS?
I'm working with MS Active Directory which works fine in ALM via LDAPS.
VTS works perfect with TLS enabled without user authentication (3 Users). But now I'm forced to enable some kind of user authentication. Basic authentication works fine, but is not allowed with plain passwords in config file, which leads me to NTLM. Configuration help doesn't help much for NTLM https://admhelp.microfocus.com/vugen/en/2021-2021_R1/help/WebHelp/Content/VTS/c_configure_SPS.htm
I tried every possible configuration for domain, domaincontroller and role like following, leads to "internal server error" when I try to login via browser (FF, Edge, Chrome)
"role": { "administrator": ["ab.cdefg.net\\k12345","Admin"], "user": ["vugen","ab.cdefg.net\\k56789"] }, "requireBasicAuthForAPI": false, "domain": "ab", "domaincontroller": "ab.cdefg.net",
Do you have any hints or example for value of domain and domaincontroller?
Thanks a lot
Pascal