@@ -9,31 +9,10 @@ Extending node-oracledb
99You can extend the functionalities of node-oracledb by using plugins. The
1010plugins provided by node-oracledb are listed in this section.
1111
12- .. _extensionazureplugin :
13-
14- Azure Cloud Native Authentication Plugin
15- ========================================
16-
17- Node-oracledb's ``extensionAzure `` plugin enables token generation using `Azure
18- Software Development Kit (SDK) <https://www.npmjs.com/~azure-sdk> `__ when
19- authenticating with OAuth 2.0 token-based authentication.
20-
21- The ``extensionAzure `` plugin implementation is available as part of the
22- `plugins/tokens <https://github.com/oracle/node-oracledb/tree/main/plugins/
23- tokens/extensionAzure/index.js> `__ directory in the node-oracledb package.
24- This plugin requires the minimum Node.js version supported by Azure SDK.
25-
26- Adding this plugin to your code defines and registers a built-in hook function
27- that generates OAuth 2.0 tokens. This function is internally invoked when the
28- ``tokenAuthConfigAzure `` property is specified in the
29- :meth: `oracledb.getConnection() ` or :meth: `oracledb.createPool() `.
30-
31- See :ref: `cloudnativeauthoauth ` for more information.
32-
3312.. _extensionociplugin :
3413
35- extensionOci Plugin
36- ===================
14+ Oracle Cloud Infrastructure (OCI) Cloud Native Authentication Plugin
15+ ====================================================================
3716
3817Node-oracledb's ``extensionOci `` plugin enables token generation using `OCI
3918Software Development Kit (SDK) <https://www.npmjs.com/package/oci-sdk> `__ when
@@ -52,3 +31,24 @@ that generates IAM tokens. This function is internally invoked when the
5231:meth: `oracledb.getConnection() ` or :meth: `oracledb.createPool() `.
5332
5433See :ref: `cloudnativeauthoci ` for more information.
34+
35+ .. _extensionazureplugin :
36+
37+ Azure Cloud Native Authentication Plugin
38+ ========================================
39+
40+ Node-oracledb's ``extensionAzure `` plugin enables token generation using `Azure
41+ Software Development Kit (SDK) <https://www.npmjs.com/~azure-sdk> `__ when
42+ authenticating with OAuth 2.0 token-based authentication.
43+
44+ The ``extensionAzure `` plugin implementation is available as part of the
45+ `plugins/tokens <https://github.com/oracle/node-oracledb/tree/main/plugins/
46+ tokens/extensionAzure/index.js> `__ directory in the node-oracledb package.
47+ This plugin requires the minimum Node.js version supported by Azure SDK.
48+
49+ Adding this plugin to your code defines and registers a built-in hook function
50+ that generates OAuth 2.0 tokens. This function is internally invoked when the
51+ ``tokenAuthConfigAzure `` property is specified in the
52+ :meth: `oracledb.getConnection() ` or :meth: `oracledb.createPool() `.
53+
54+ See :ref: `cloudnativeauthoauth ` for more information.
0 commit comments