Hi, It must be stunningly simple however we miss the clue, but we're trying to get FME Server to accept Single Sign-On logins. We connected to Active Directory, that seems to work nice since we can use a user and password from the domain and log in, that's a success.
Mon-13-Nov-2017 04:20:33.924 PM INFORM RequestHandler-Thread 401831 : Accepted new client connection from /127.0.0.1 on port 7,071
Mon-13-Nov-2017 04:20:33.926 PM INFORM RequestHandler-Thread 401933 : Successful login by user XX99999
However, when we press the Use Windows Credentials the login is denied and fmeserver.log shows this error message:
Mon-13-Nov-2017 04:23:22.734 PM INFORM RequestHandler-Thread 401831 : Accepted new client connection from /127.0.0.1 on port 7,071
Mon-13-Nov-2017 04:23:22.770 PM INFORM RequestHandler-Thread 408043 : (Single Sign-On) Enabled single sign-on authentication.
Mon-13-Nov-2017 04:23:22.770 PM INFORM RequestHandler-Thread 408049 : (Single Sign-On) Using pre-authenticated credentials (for a service account) to create server credentials...
Mon-13-Nov-2017 04:23:22.802 PM INFORM RequestHandler-Thread 408050 : (Single Sign-On) Created server credentials.
Mon-13-Nov-2017 04:23:22.803 PM INFORM RequestHandler-Thread 408056 : (Single Sign-On) Encountered negotiation requiring multiple steps; authentication still in progress...
Mon-13-Nov-2017 04:23:22.803 PM ERROR RequestHandler-Thread Single sign-on authentication in progress
Mon-13-Nov-2017 04:23:22.807 PM WARN RequestHandler-Thread 401934 : Failed login by user YH0GBisGAQUFAqBzMHGgMDAuBgorBgEE... due to insufficient credentials.
Anybody any suggestions? What stuck me is that the user name seems to be encrypted, while if using the explicit credentials they are not.