You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,7 @@ There are 3 ways to authorize an application using the Oracle NoSQL Database Clo
86
86
You will need an Oracle Cloud account and credentials to use this SDK. With this
87
87
information, you'll set up a client configuration to tell your application how to
88
88
find the cloud service, and how to properly authenticate.
89
-
See [Acquring Credentials](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/nosql-cloud/csnsd&id=acquire-creds)
90
-
for details of how to get credentials. This only needs to be done once for any
91
-
user.
89
+
See [Authentication to connect to Oracle NoSQL Database](https://docs.oracle.com/en/cloud/paas/nosql-cloud/dtddt/index.html) for details of credentials you will need to configure an application. This only needs to be done once for any user.
92
90
93
91
You should have the following information in hand:
94
92
@@ -122,7 +120,7 @@ See the Quickstart example below for code details for using a Resource Principal
122
120
The on-premise configuration requires a running instance of Oracle NoSQL
123
121
Database. In addition a running proxy service is required. See
124
122
[Oracle NoSQL Database Downloads](https://www.oracle.com/database/technologies/nosql-database-server-downloads.html) for downloads, and see
125
-
[Information about the proxy](https://docs.oracle.com/en/database/other-databases/nosql-database/22.1/admin/proxy-and-driver.html)
123
+
[Information about the proxy](https://docs.oracle.com/en/database/other-databases/nosql-database/22.3/admin/proxy-and-driver.html)
126
124
for proxy configuration information.
127
125
128
126
On-premise authorization requires use of [StoreAccessTokenProvider](https://oracle.github.io/nosql-java-sdk/oracle/nosql/driver/kv/StoreAccessTokenProvider.html)
@@ -131,7 +129,7 @@ See the Quickstart example below for code details for connecting on-premise.
131
129
### Connecting to the Oracle NoSQL Database Cloud Simulator
132
130
133
131
When you develop an application, you may wish to start with
0 commit comments