Page created: 2 Dec 2022
|
Page updated: 6 Feb 2023
| 1 min read
7.3 PingAccess Product Audience Administrator IT Administrator Content Type Product documentation 7.2
Use the /applications
administrative API
endpoint to assign a risk policy to a specific application or application resource in
PingAccess.
- Sign on to the local PingAccess system and start a non-Internet Explorer (IE) browser.
-
Sign on to the API doc page at
https://<host>:<admin-port>/pa-admin-api/v3/api-docs/.
https://localhost:9000/pa-admin-api/v3/api-docs/
Use the normal administrator username, Administrator, and your password.
-
Expand /applications, then:
- To add a risk policy to a specific application, expand
PUT
/applications/<id>
. - To add a risk policy to a specific application resource, expand
PUT
/applications/<applicationId>/resources/<resourceId>
.
Note:PingOne risk policies depend on mapping user identity attributes to the risk evaluation requests, so the PingAccess admin API will prevent you from saving an unprotected application or resource with a risk policy.
- To add a risk policy to a specific application, expand
-
Paste the <riskPolicyId> of the risk policy that you
want to apply into the Application or
Resource field, as appropriate:
- To apply a policy to an application, update the Application field using the ApplicationView operation model in the API docs.
- To apply a policy to an application resource, update the Resource field using the ResourceView operation model in the API docs.
Note:A risk policy applied at the resource level takes precedence over one applied at the application level.
-
To save your changes, click Try it out!.
You have assigned a risk policy to a specific application or application resource in your PingAccess environment.