This is an administrative operation. The bloom filter rebuild scans all revoked JTIs from the database and re-adds them to Redis. This may take several seconds for large revocation logs.
Response
Whether the bloom filter was successfully rebuilt.
Number of JTIs added to the rebuilt bloom filter.
curl -X POST http://localhost:8001/revocation/bloom/rebuild
{
"rebuilt": true,
"jti_count": 1234
}