Good afternoon everyone,
I have one question regarding FME Server security. I am using FME Server 2014 with an Oracle database.
Normally when we create a user in FME Server, the user is create in table FME_USERACCOUNT with an encrypted password.
Now I have an issue that one of my web services have to access FME Job so my web services need username / password for basic authentication.
Now I have two options either I store password in some local storage with my web service or my web service access Oracle schema fmeserver and get password for user. If i can have decrypted password, the management will be very simple for me.
Can anyone guide me, may be I am missing some basic point over here.
I don't have AD in my infrastructure.
Can you please guide me ?
Regards