Create a revoke resource in PingOne
To allow the ForgeRock SDKs to revoke access tokens issued by PingOne, you must create a custom resource that is assigned the revoke
scope in your PingOne tenant.
To create a custom resource and assign the revoke
scope, follow these steps:
-
Log in to your PingOne administration console.
-
In the left panel, navigate to Applications > Resources.
-
Next to the Resources label, click the plus icon ().
PingOne displays the Add Custom Resource panel.
-
In Resource Name, enter a name for the custom resource, for example
SDK Revoke Resource
, and then click Next. -
On the Attributes page, click Next.
-
On the Scopes page, click Add Scope.
-
In Scope Name, enter
revoke
, and then click Save.
When you have created the custom resource in your PingOne instance, continue with the next step, Register OAuth 2.0 applications.
More information
For more information on resources in PingOne, refer to Adding a custom resource.