forked from keycloak/keycloak
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Description
This is a proxy of:
Add replay protection required by spec to prevent reuse of PoP JWTs or challenges.
Potential considerations
- Implement jti tracking for PoP JWTs using a sliding window
- Ensure
jticannot be reused for the same client instance - Implement efficient storage (map, LRU, or Trie/Patricia Trie if justified)
- Detect challenge reuse
- Enforce expiration of replay entries
- Integrate verification into authenticator + challenge endpoint
estimated time: 3–4 days
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels