drupal/legacy-project vs. composer drupal/recommended-project.
When installing a primary directory for a recent development project I used drupal/legacy-project template when using composer as the hosting site was unable to allow proper editing of the path.
I ended up using the terminal in the advanced section of cpanel to provide suitable data. The amount of entropy for Drupal is increasing rapidly.
I installed the "Profile" module on my "Drupal 9" website. When I create a profile type, the module automatically creates a tab in the user account for each profile type.
For my profile type "projects" the user account tab displays the page for this profile type, with this path :
How to create a page like https://www.toyota.com.ph/dealer?
Already create a module with form api ajax for the dropdown but im stuck on how to display the list
Thing is that I want to integrate Drupal application with external identity provider.
And managed to implement some external authentication modules using SAML 2.0/Open ID protocol.
But, Is it possible to integrate application with Oracle Access Manager & OHS webgate. Which mean OAM will pass the user name in request HEADER to Drupal application. Is this possible?