Using Windows user authentication using Oracles OracleConnection
Connection string
This Oracle Data Provider for .NET / ODP.NET connection string can be used for connections to Oracle.
Oracle can open a connection using Windows user login credentials to authenticate database users.
Data Source=myOracle;User Id=/;
If the Password attribute is provided, it is ignored.
Operating System Authentication is not supported in a .NET stored procedure.