Cache (Section)#
Path: /profiles/profile{id, type}/settings/authorization-server/ephemeral-client/cache
Enable caching of Client ID metadata documents
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| cache-duration | uint32 | optional | 3600 | The number of seconds that Client ID metadata documents will be cached for. |
| cache-size | uint32 | optional | 1000 | The maximum number of cached documents. When the cache is full, the least recently used document will be evicted. |