Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Can you please help on Drupal 8 API authentication from external OAuth2 provider?
To be clear:
i. Drupal is working in headless mode.
ii. Client application will make calls to Drupal for content.
iii. Client application has to initially authenticate against an external system (say, PingFederate), get the token, and pass this to Drupal for authentication.
I'm creating a form that sends a file to an outside server (via webform remote handlers). This server returns a .html file which I need to view from my drupal page but I can't seem to find a way to do this.
How could I view the html file in drupal or create a page from the server?
I have D7 production website, which I intend to upgrade to D8. My current server has nginx as reverse proxy server in front of apache and running it with fast_cgi. My D7 website works fine. But D8 is adding index.php in url. For example mysite.com/index.php/contact.
I have checked alone with apache, D8 works fine. But if I enable nginx it starts adding index.php in url. Nginx requests for index.php but somehow D7 is capable of remove that index.php from url and D8 is not.
My C#.NET WPF application running Drupal 8 backend is serving 3 different departments as clients. Each of my content type structure is referencing a content type Department. Every user in the system belongs to a single Department. I am using the JSON API to get data to and from my Drupal 8 Backend.
I am getting this error after updating from Drupal 8.8.4 to 8.8.5. - Windos 10 WampServer Localhost
Additional uncaught exception thrown while handling exception.
Original
Drupal\Core\Extension\InfoParserException: The 'core' or the 'core_version_requirement' key must be present in profiles/core/modules/path_alias/path_alias.info.yml in Drupal\Core\Extension\InfoParserDynamic->parse() (line 73 of C:\wamp64\www\.....\core\lib\Drupal\Core\Extension\InfoParserDynamic.php).