Access Oracle with AD user emulating integrated authentication of Sqlserver
Is it possibile to access Oracle Database (EE 12.2c) with an Active directory user that is running a process without using password?
I have this request from developers.
They have an IIS service running under an Active directory user that can access, using integrated authentication, to a Sql Server database.
They want to do the same, access to Oracle Database.
Is it possible? Even if I have to use some feature of Enterprise Edition.
Thanks in advance.