Cache (Section)#

Path: /profiles/profile{id, type}/settings/authorization-server/ephemeral-client/cache

Enable caching of Client ID metadata documents

Parameters#

NameTypeRequiredDefaultDescription
cache-durationuint32optional3600The number of seconds that Client ID metadata documents will be cached for.
cache-sizeuint32optional1000The maximum number of cached documents. When the cache is full, the least recently used document will be evicted.

Was this helpful?