Link to home
Start Free TrialLog in
Avatar of boucherc
boucherc

asked on

How to connect to Oracle DB via OS Authentication

I have a client that I am setting ATG 2007.1 in JBoss 4.0.5. They have a security requirement that says we have to use OS authentication for connecting to the Oracle databases.

I know how to set up database-level users with JDBC connections, but do not know what measures I need to take to use OS level authentication. What changes in JBoss are required?

Just more information, both the JBoss app servers and the Oracle DB servers are running on Solaris 10 Sun SPARC servers.
Avatar of Sujith
Sujith
Flag of United Kingdom of Great Britain and Northern Ireland image

See this link, It has the step by  step instructions to setup OS level authentication.

http://www.oracle-base.com/articles/misc/OsAuthentication.php
Avatar of boucherc
boucherc

ASKER

Yes, I have this article bookmarked. However, how does one set up JBoss to access the Oracle server in this manner?

The norm is with a data source xml file, which passes the username and password. How is this accomplished with the OS authentication method?
ASKER CERTIFIED SOLUTION
Avatar of Sujith
Sujith
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial