Previous Topic: Register an Application with an OAuth ProviderNext Topic: Copy and Modify the OAuth Provider Configuration File


Confirm the OAuth Plugin

The OAuth plug-in is referenced in the Secure Proxy Server configuration. The plug-in lets agents communicate with an OAuth provider and forward the OAuth response from the OAuth provider to the Policy Server.

Typically, the OAuth plugin loads on installation. Confirm that the OAuth Plugin is loaded.

Follow these steps:

  1. Log in to the cloud host system.
  2. Navigate to the following directory:

    web_server_home/secure-proxy/proxy-engine/conf/defaultagent

    web_server_home

    Specifies the web server installation path.

  3. Open the WebAgent.conf file.
  4. Confirm that the following entry exists in the file and is uncommented:
    LoadPlugin = path_to_OAuthPlugin
    
    Example:
    #LoadPlugin="/opt/CA/secure-proxy/agentframework/bin/libOAuthPlugin.so
    
  5. If necessary, add or uncomment the preceding entry.
  6. If you made changes, save the file and restart the web server.