I'm using the awesome Webform module in a Drupal 8 website.
My users authenticate through Keycloak (OpenID connect module and Keycloak module).
I would like to post the results of a webform to a server of mine that is an oAuth2 Resource Server, using the same Keycloak/realm/client as Drupal.
For this to work, the JWT of the current user must be added in the Authorization header as the Bearer token.
I am new to Drupal 8. My client needs to add multiple contents which read data from an excel file. I know that Drupal 7 allows to add nodes though outside application with ODBC connection to process the content tables of mysql database directly. I would like ask that the Drupal 8 in Acquia cloud still allows to do similar way? anyone may share ideas? very appreciated. Thanks!