Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Has anyone tried to setup SSO with Apigee Edge Enterprise UI, specifically using Azure ad SAML?

Ideally the goal here is to use azure ad and SAML for a single sign on to APIGEE edge, rather than using APIGEE OpenId, for authentication to the Enterprise UI. If anyone has tried this or has the details can you share them?

1 1 184
1 REPLY 1

Hi @rohitdamkondwar 

So you want to setup SSO where your IDP will be Azure AD & your Drupal site will be the SP, right.

In order to make your site as SP you will need to download simplesamlphp module with the required vendors.

composer require drupal/simplesamlphp_auth:4.x-dev drupal/simplesamlphp_custom_attributes --prefer-dist

Please follow these 2 steps 

Further you can follow steps from this site

Please try, if it this does not helps let us know with the specifics you need.

Thanks!