ASP.NET & Oracle Windows Authentication - Is this possible?
Posted
by user118190
on Stack Overflow
See other posts from Stack Overflow
or by user118190
Published on 2010-05-03T23:36:01Z
Indexed on
2010/05/03
23:38 UTC
Read the original article
Hit count: 236
I am trying to enable Windows Authentication on my IIS 6.0 Server with some client technology and Oracle DB server. When I load the ASPX page and have unchecked Anonymous Access and checked Integrated Windows Authentication, I can see my LOGON_USER credentials on the server via tracing. I am now trying to see if the same user can read data from a LINUX-based Oracle server. I can't seem to pass over the credentials!
How can I connect to Oracle? Anything special I should know about in terms of web.config files? Another question is, I'm assuming the Oracle server should be 'hooked' to Active Directory? How about manually adding users to the allowed tables? What about Oracle's LDAP, OID?
Can anyone direct me to a good link for reference?
© Stack Overflow or respective owner