Skip to content

External Authentication For Connection #82

Description

@bashterm

We use external authentication via a tnsnames.ora file. In software such as SQL developer there is a box that can be checked that enables usage of TNS external authentication. This may be enabled in node-oracle via

let connectionDetails = {
            externalAuth: true,
            connectString: connString
};

but I'm not sure where that would integrate with a vscode extension.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions