@@ -9,31 +9,10 @@ Extending node-oracledb
9
9
You can extend the functionalities of node-oracledb by using plugins. The
10
10
plugins provided by node-oracledb are listed in this section.
11
11
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
-
33
12
.. _extensionociplugin :
34
13
35
- extensionOci Plugin
36
- ===================
14
+ Oracle Cloud Infrastructure (OCI) Cloud Native Authentication Plugin
15
+ ====================================================================
37
16
38
17
Node-oracledb's ``extensionOci `` plugin enables token generation using `OCI
39
18
Software 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
52
31
:meth: `oracledb.getConnection() ` or :meth: `oracledb.createPool() `.
53
32
54
33
See :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