Hello,
Recently we attempted to adopt single sign-on through our Windows AD. However, we are having difficulties getting it to work.
I have followed the steps outlined by: https://docs.safe.com/fme/html/FME_Server_Documentation/AdminGuide/IWA.htm
It worth noting that we have also switched our server to using HTTPs
Whenever a user clicks "Use windows credentials" they get an error "Login failed, please try again". Its worth noting if a user manually inputs their AD credentials, the login is successful.
When checking the fmeserver.log file I do see the message "Unauthorized request by user <User> due to lack of proper permissions or the object does not exist."
I have also noticed that when using the generate token URL:
https://<fme server name>/fmetoken/sso/generate
I get an error 403 "forbidden" (this is the URL set in the propertiesFile.properties)
Just to reiterate manually entering the AD credentials works without any issues, only when using the "Use Windows Credentials" SSO option does it fail.
Any help would be GREATLY appreciated. Thanks!