Drupal 8 Portal setup

Former Community Member
Not applicable

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?

Solved Solved
0 2 431
1 ACCEPTED SOLUTION

@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-oau...

It basically requires you to :

1. Switch the authentication type to "OAuth" in Apigee edge connection settings on portal.

2. Complete the rest of the configuration after obtaining client ID and client secret from Apigee support through a support ticket.

Hope this helps.

View solution in original post

2 REPLIES 2

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-oau...

It basically requires you to :

1. Switch the authentication type to "OAuth" in Apigee edge connection settings on portal.

2. Complete the rest of the configuration after obtaining client ID and client secret from Apigee support through a support ticket.

Hope this helps.