Revoke OIDC access token during log off

We are using PING for federated ID management and have a requirement to revoke the access token after logoff.

What is the best way to invoke the revoke endpoint to revoke access token.

We have a revoke end point but Open ID authentication service instance does not have anything to set the revoke endpoint.

@SagarS89 :warning: This is a GenAI-powered tool. All generated answers require validation against the provided references.

You can use the revokeTokens() method from the getAuthUtils() API in Pega Platform to revoke the access and refresh tokens. This method can be called during the logoff process to revoke the tokens.

revokeTokens() > Usage example