Skip to content

External Authentication For Connection #82

@bashterm

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions