Enabling OAuth 2.0 authorization - PingFederate - 10.3

PingFederate Server

bundle
pingfederate-103
ft:publication_title
PingFederate Server
Product_Version_ce
PingFederate 10.3
category
Product
pf-103
pingfederate
ContentType_ce

PingFederate clients can gain access to the administrative API endpoint by providing an OAuth 2.0 access token. The <pf_install>/pingfederate/bin/oauth2.properties file contains settings that allow you to configure information required to interact with the authorization server as a client.

  1. Set the pf.admin.api.authentication value in <pf_install>/pingfederate/bin/run.properties to OAuth2.
  2. In the <pf_install>/pingfederate/bin/oauth2.properties file, change property values as needed. For instructions and additional information, see the comments in the file.
    Important:

    Remember to assign at least one of the PingFederate administrative roles, as indicated in the properties file. For information about permissions attached to the PingFederate roles, see the PingFederate User Access Control table in Configure access to the administrative API.

  3. Restart PingFederate.
    Note:

    In a clustered PingFederate environment, you only need to modify run.properties and oauth2.properties on the console node.