Providing access rights for the Pega Process Fabric Hub by editing a service package
To ensure that the Pega Process Fabric Hub can establish a connection with the applications in your Pega Platform system, configure appropriate access rights for the Pega Process Fabric Hub by editing a service package.
- In the navigation pane of Dev Studio, click Records.
- Expand the Integration-Resources category, and then click Service Package.
- In the list of the service package instances, select ppfconnect.
- On the Context tab, in the Processing mode list, select Stateless.
- In the Service access group field, enter the name of an
access group in the application that you want to connect to the Pega Process Fabric Hub.
For example: Enter YourApplication:Administrators. Note: If you use a custom access group other than Application:Administrators or Application:Authors, add the access group to the AllowedRegistrationAccessGroups dynamic system setting. For more information, see Extensions to Pega Process Fabric worklists and Editing a dynamic system setting. Ensure that the access group is present in your operator record. For more information, see Defining operator contact information and application access. - Select the Requires authentication check box.
- In the Authentication type list, select OAuth 2.0.
- Select the Suppress Show-HTML check box.
For example: The following figure shows a sample configuration for the service package: Service package configurations - In the Methods section, view the newly created REST
services by clicking Refresh.
Result: The ppfconnect service package now includes the app, assignments/{assignmentID}/canperform, and applications/{applicationName}/actions/{action} REST services that you use to communicate with the Pega Process Fabric Hub, as in the following figure: REST methods to communicate with the Pega Process Fabric Hub - Click Save.
- If you host your application on Pega Platform version 8.1 or 8.2, create synchronization between your application and the Pega Process Fabric Hub. For more information, see Configuring synchronization with the Pega Process Fabric Hub.
- If you host your application on Pega Platform version 8.3 or later, list your application in the System Runtime Context. For more information, see Automating the runtime context management of background processes.
- Improve the security of the connection between your system and the Pega Process Fabric Hub. For more information, see Creating a secure connection with the Pega Process Fabric Hub by configuring OAuth 2.0 authentication.
Previous topic Updating a keystore for Pega Platform to connect to the Pega Process Fabric Hub Next topic Configuring a token profile for a remote application