Table of Contents

Replay cache - com.phenixidentity~phenix-replay-cache

Note

The com.phenixidentity~phenix-replay-cache module allows for a short term cache. Main usage is when consuming tokens where there is risk for replay attacks, OIDC for instance.

Basic information

When using certain valves they may require this module to be running to function.  Valves store and verifies token id's using this module.

Nothing is stored more than 10 minutes.

Configuration

Name Description Mandatory
name
Name of the module Yes
id Unique id of the module Yes
{
 "name": "com.phenixidentity~phenix-replay-cache",
 "id": "replayprotection"
}