Disable external IDP authentication

This section shows you how to disable external IDP authentication for the Edge UI and the management API.

To disable external IDP authentication on the Edge UI:

  1. Open for edit the configuration file that you used to configure the external IDP.
  2. Set the EDGEUI_SSO_ENABLED property to n, as the following example shows:
    EDGEUI_SSO_ENABLED=n
  3. Configure the Edge UI by executing the following command:
    /opt/apigee/apigee-service/bin/apigee-service edge-ui configure-sso -f configFile

To disable external IDP authentication on the Edge management API:

  1. Stop the apigee-sso module:
    /opt/apigee/apigee-service/bin/apigee-service apigee-sso stop