You are here:
Initiate the Authorize Endpoint to Verify a Disabled Plugin
Attempting to initiate the Authorize endpoint after disabling a plugin results in an error.
- Copy the consumerKey from the global settings file. This value only exists in the global settings file after you deploy and retrieve the External Client App OAuth settings.
- Paste the org’s URL and the consumer key into this URL in place of <org url> and
<consumerKey>.
<new org url>/services/oauth2/authorize?response_type= code&client_id=<consumerKey>& redirect_uri=https://www.example.com - To initiate the request for access, open the URL in a browser.
- Verify that the browser shows an OAUTH_POLICY_NOT_FOUND error.

