While authorization servers can calculate the lifetime of client metadata using the methods described in RFC 9111 HTTP Caching and continue to reuse the retrieved metadata until the calculated expiration time is reached, client applications may sometimes want authorization servers to re-fetch the metadata before that expiration time.
Could we introduce a mechanism that allows client applications to trigger such early metadata retrieval? For example, what about introducing a new request parameter like cimd_max_age, similar in concept to the max_age parameter defined in OpenID Connect Core 1.0?
This issue is related to PR #29 "Improve documentation for development usage and expiration of clients", I think.