Previous Topic: Copy and Modify the OAuth Provider Configuration FileNext Topic: Copy and Modify the OAuth Properties File


Customize the SPS Server Files for OAuth

A default OAuth Forms Credential Collector file (oauth-single.fcc) is included with the product. The FCC provides the list of OAuth application identifiers, information which is necessary for users to authenticate.

The path to the oauth-single.fcc file is entered in the authentication scheme configuration in the CSP console.

Note: In these procedures, sps_home refers to the Secure Proxy Server installation path. Secure Proxy Server is part of the CA CloudMinder product.

Follow these steps:

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

    sps_home/proxy-engine/examples/siteminderagent/forms

    sps_home

    Specifies the web Secure Proxy Server installation path. Secure Proxy Server is part of the CA CloudMinder product.

    Example: /opt/CA/secure-proxy/proxy-engine/examples/siteminderagent/forms.

  3. Duplicate the oauth-single.fcc file and name the duplicate to reflect which OAuth provider, and which tenant, the file is for. For example:
  4. Modify the renamed file and make sure that the hidden input value is set to the application name specified in the duplicated oauthproviders.xml file (see Copy and Modify the OAuth Provider Configuration File). For example:

    <input type="HIDDEN" name="oauth_appname" value="googleapp">

    <input type="HIDDEN" name="oauth_appname" value="facebookapp">

  5. Save the file.
  6. Navigate to the following folder:

    sps_home/Tomcat/webapps/affwebservices/redirectjsp

    Example: /opt/CA/secure-proxy/Tomcat/webapps/affwebservices/redirectjsp

  7. Duplicate the oauth.jsp file and name the duplicate to reflect the OAuth provider and the tenant. For example: