Hello,
I have a single login certificate issued when I login to the Windows desktop.
Is Oracle Active Directory Integration a 1 to 1 map for each windows login?
For example, if I need 3 different logins to the Oracle DB for the same SSO user, do I need 3 unique Kerberos tickets or can I use a single Active Directory certificate to have multiple user accounts that would appear unique to Oracle?
If I store the logged in user id as a entry when inserting records, could I tell which account entered the information?
eastcoast_account = ABC Kerberos certificate
westcoast_account = ABC Kerberos certificate
south_account = ABC Kerberos certificate
OR
eastcoast_account = ABC Kerberos certificate
westcoast_account = DEF Kerberos certificate
south_account = GHI Kerberos certificate
Thanks for any feedback