Hi,
We are looking to develop Drupal 8 Portal.
Drupal 8 Portal is setup on my local machine and I am trying to set it up to connect to our APIGEE (SAAS). Our APIGEE is SSO enabled.
Any guide/documentation on how to start with this?
Hi,
We are looking to develop Drupal 8 Portal.
Drupal 8 Portal is setup on my local machine and I am trying to set it up to connect to our APIGEE (SAAS). Our APIGEE is SSO enabled.
Any guide/documentation on how to start with this?
There should be a module Apigee Edge which connects Drupal to Apigee Edge. https://github.com/apigee/apigee-edge-drupal
You can also explore the documentations of the Apigee modules for Drupal 8 here - https://docs.apigee.com/api-platform/publish/drupal/open-source-drupal-8
@maneesh m Configuring Drupal 8 portals with SSO enabled orgs is covered at : https://www.drupal.org/docs/8/modules/apigee-edge/configure-the-connection-to-apigee-edge#before-oauth-config
It basically requires you to :
Switch the authentication type to “OAuth” in Apigee edge connection settings on portal.
Complete the rest of the configuration after obtaining client ID and client secret from Apigee support through a support ticket.
Hope this helps.