The draft says: ``` The authorization server MUST NOT cache error responses. The authorization server also MUST NOT cache documents which are invalid or malformed. ``` I think there need to be allowances for short-lived negative caching to avoid: 1. Spamming unrelated websites with calls (#30) 2. Exacerbating outages with repeated requests Maybe leaving it a little vague is ok, something like: ``` The authorization server MUST NOT cache error responses or invalid documents for more than a few minutes. ```
The draft says:
I think there need to be allowances for short-lived negative caching to avoid:
Maybe leaving it a little vague is ok, something like: