Windows NT Native Authentication(NTS) using Direct=True mode

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
kiritv
Posts: 2
Joined: Thu 17 Dec 2009 01:21

Windows NT Native Authentication(NTS) using Direct=True mode

Post by kiritv » Thu 17 Dec 2009 01:31

I would like to use windows native authentication --SQLNET.AUTHENTICATION_SERVICES= NTS-- (provided that the same user exists as external in oracle) to avoid any password maintenance in client application. I would like to have this in appplication which connects to oracle database using direct mode to eliminate any oracle client requirement on client workstation. How do I do that.

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Thu 17 Dec 2009 15:19

Unfortunately, it is impossible to use OS authentication in Direct Mode.

For more information on Direct Mode limitations, please see our help, article "Using dotConnect for Oracle"."Using Direct Mode" at
http://www.devart.com/dotconnect/oracle/docs/ .

kiritv
Posts: 2
Joined: Thu 17 Dec 2009 01:21

Post by kiritv » Thu 17 Dec 2009 17:12

May I ask you why it's impossible to enable direct mode with NTS authentication? I believe that will add huge value...

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Fri 18 Dec 2009 09:46

The OS authentication support highly relies on the OCI functionality, which can not be fully reproduced in Direct Mode.

vdt
Posts: 1
Joined: Tue 27 Apr 2010 09:58

Windows os authentication

Post by vdt » Tue 27 Apr 2010 12:08

what is the best in use :
- direct mode with specific user and password
or
- directMode=false and os authentification

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Wed 28 Apr 2010 10:18

The choice depends on security and functionality requirements for you application. The OS authentication may be unsecure, the Direct connection mode has some functionality limitations comparative to the OCI mode.

For more information on different Oracle authentication methods, please refer to the official Oracle documentation:
http://download.oracle.com/docs/cd/B193 ... mnauth.htm

Also, please see the corresponding topic of our help for details on abilities and limitations of the Direct mode:
http://www.devart.com/dotconnect/oracle ... tMode.html

Post Reply