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: templates/ords-remix-jwt-sample/ords/security/README.MD
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -147,15 +147,18 @@ This is the audience that both the ORDS Sample App and the ORDS JWT Client will
147
147
148
148
Now that we have created our API, go to the `Permissions` tab and grant it the following permissions/privileges.
149
149
150
+
> [!IMPORTANT]
151
+
> Replace <SCHEMA_NAME> with the `SCHEMA_NAME` variable specified on your `.env` file.
152
+
150
153
| Permission | Description | What it does in the ORDS Sample App |
151
154
| ---------- | ----------- | ----------- |
152
155
|read:general_user_content| Read all of the general user endpoints | Allows the Sample App to read user information like first name, last name, email and Auth0 ID |
153
156
| concert_app_authuser | Provides access to the user specific endpoints | Allows authenticated users to interact with user specific ORDS Endpoints, like subscribing to a concert and more. |
154
157
| concert_app_euser | Provides limited access to the concert app endpoints | Allows unauthenticated users to interact with limited ORDS Endpoints. |
155
158
| concert_app_admin | Provides access to the concert app admin endpoints | Allows authenticated admin users to interact with user specific ORDS Endpoints, like the create or delete Artist Endpoints. |
156
-
| oracle.dbtools.autorest.privilege.CONCERT_SAMPLE_APP.SEARCH_VIEW | Provides access to the AutoREST search view. | Allows every user of the ORDS Concert App to access the search/discover functionality. |
157
-
oracle.dbtools.autorest.privilege.CONCERT_SAMPLE_APP.SEARCH_ARTIST_VIEW | Provides access to the AutoREST artists search view. | Allows every user of the ORDS Concert App to access the search/discover functionality. |
158
-
| oracle.dbtools.autorest.privilege.CONCERT_SAMPLE_APP.SEARCH_VENUES_VIEW | Provides access to the AutoREST venues search view. | Allows every user of the ORDS Concert App to access the search/discover functionality. |
159
+
| oracle.dbtools.autorest.privilege.`<SCHEMA_NAME>`.SEARCH_VIEW | Provides access to the AutoREST search view. | Allows every user of the ORDS Concert App to access the search/discover functionality. |
160
+
oracle.dbtools.autorest.privilege.`<SCHEMA_NAME>`.SEARCH_ARTIST_VIEW | Provides access to the AutoREST artists search view. | Allows every user of the ORDS Concert App to access the search/discover functionality. |
161
+
| oracle.dbtools.autorest.privilege.`<SCHEMA_NAME>`.SEARCH_VENUES_VIEW | Provides access to the AutoREST venues search view. | Allows every user of the ORDS Concert App to access the search/discover functionality. |
159
162
160
163
Once you have added all of the permissions described above your list of permissions should look like this.
0 commit comments