Hi,
I created a externally authenticated user account in Oracle RDS to use Active Directory. This user account has proxy access to application schema.
Username: USER.NAME@DOMAIN.LOCAL
App schema: XYZ
ALTER USER XYZ
GRANT CONNECT THROUGH "USER.NAME@DOMAIN.LOCAL";
I have entered values related to Kerberos authentication in Tools→Preferences→Database→Advanced→ Config File.
I am able to test the connectivity by selecting Authentication Type as Kerberos. I am not able to access tables available under app schema XYZ. In case of Toad, I usually enter credentials as username[xyz] to login as proxy.
How am I supposed to enter AD credentials as proxy in SQL Developer? Please advise.
Thanks in advance,
mlrrr