You can translate the question and the replies:

Auth 2.0 authentication in JSON source

Hi Team, We have created few java custom wrappers to connect to some API which is based on STS authentication method. Now they have migrated to Auth 2.0 authentication from STS. Now that we can connect to their API using json data source, GET method and authentication tab is filled with the details related to Auth 2.0 and connected successfully. But after creating base view and flattening it, we are not able to view next page data. What would be the settings done in pagination tab to view the next page data too? Thanks, Manju
user
19-06-2020 01:20:30 -0400
code

1 Answer

Hi, I have been able to configure pagination for a JSON data source by choosing one of the following methods in the HTTP route pagination options: 1. Obtain the “next page URL” from an HTTP Header of the Response 2. Obtain the “next page URL” from the Body of the Response 3. Obtain a Token from the Response 4. Pagination with Indices More information on [Pagination](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/creating_data_sources_and_base_views/path_types_in_virtual_dataport/http_path#pagination) settings can be found in the Virtual DataPort Administration Guide. Hope this helps!
Denodo Team
19-06-2020 14:35:35 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here