Dear all,
I've a problem of authentication on fmeserver when I configure some details in the User Management > Directory Servers.
Our Active Directory as 9 servers behind a load balancer with a dns alias.
I've tried some configuration and only the worst works as desired. Here there are my tests:
1) desired solution:
- host with DNS
- alternate servers ip
Result: SSO login works, but API token request and user/pass login don't work
2) mixed solution:
- host with one ip of the 9 in list
- alternate servers ip
Result: SSO login and API token request work, but user/pass login doesn't work
3) worst solution:
- host with one ip of the 9 in list
- no alternate servers ip specified
Result: SSO login API token and user/pass login work
There is a solution to have the first configuration working as the third?
Thanks