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:
- Open for edit the configuration file that you used to configure the external IDP.
- Set the
EDGEUI_SSO_ENABLED
property ton
, as the following example shows:EDGEUI_SSO_ENABLED=n
- 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:
- Stop the
apigee-sso
module:/opt/apigee/apigee-service/bin/apigee-service apigee-sso stop