Installation Steps
Follow these steps to install AuthScope plugin in PingAccess.
- Download AuthScope PingAccess plugin from https://github.com/authscope/Plugins/blob/master/authscope-pingaccess-1.1.0.jar
- Extract the zip archive bundle and find the authscope-pingaccess-1.1.0.jar
- Copy authscope-pingaccess-1.1.0.jar file in /PingAccess_Install_Folder/lib folder. [Ex: /usr/local/pingaccess-1/lib/]
- If PingAccess is configured in clustered mode, ensure that the jar file is deployed to all the instances of the PingAccess engines.
- Restart PingAccess engine.
Configuration Steps
Follow these steps to configure AuthScope PingAccess plugin.
- Login to PingAccess admin console.
- Navigate to Policies from the left hand menu.

Add new Rule by clicking the + button as shown below.
Select the AuthScope Authorization from the DropDown.

- Configure the AuthScope Authorization.

- Fill in the required items as follows
| Fields | Values |
|---|---|
| Name | AuthScope Authorization |
| Type | AuthScope Authorization |
| AuthScope Authority URL | https://authority.authscope.io/pdp/isAccessAllowed |
| Application Id | Enter the Application Id as generated by AuthScope Admin. |
| API KEY | Enter the API Key as generated for the Resources Server by AuthScope Admin. |
| Application Policy version | The policy version of the application that is being protected. |
| AuthScope Trusted Certificate Group | Trust Any |
- Save the configured AuthScope rule.
- Select the application you want to protect using AuthScope policies from the Applications Column on PingAccess.

- Drop the AuthScope Authorization rule on the Policy "Drop a rule, rule set or group here" field.
- Save configuration.
- Test API using postman.